aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/faz.py
Commit message (Expand)AuthorAgeFilesLines
* [faz] fix extraction and add support for Perform Group embeds(fixes #14714)Remita Amine2017-11-241-7/+27
* Unify coding cookieDéstin Reed2016-10-031-1/+1
* [faz] Future-proof XML element checkPhilipp Hagemeister2016-02-201-1/+1
* [faz] extract duration and bitrate and use xpath_element and xpath_text for e...remitamine2015-12-201-15/+21
* [faz] fix info extractionremitamine2015-12-191-1/+1
* [faz] Extend _VALID_URL (Closes #6050)Sergey M․2015-06-221-3/+18
* Remove unused importsPhilipp Hagemeister2014-10-261-3/+0
* [faz] ModernizePhilipp Hagemeister2014-10-261-17/+19
* Merge remote-tracking branch 'dstftw/correct-valid-urls'Philipp Hagemeister2013-12-041-1/+1
|\
| * Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
* | Remove the compatibility code used before the new format system was implementedJaime Marquínez Ferrándiz2013-12-031-4/+1
|/
* Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz2013-11-261-3/+1
* [faz] Use a regex for getting the descriptionJaime Marquínez Ferrándiz2013-10-271-4/+2
* Add an extractor for faz.net (closes #1582)Jaime Marquínez Ferrándiz2013-10-101-0/+60