Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some only matching tests (closes #14855) | Sergey M․ | 2017-11-26 | 1 | -3/+3 |
| | |||||
* | [orf] Add new extractor for f4m stories | Philipp Hagemeister | 2017-09-14 | 1 | -4/+110 |
| | |||||
* | [orf:radio] Cleanup _VALID_URLs (closes #11643) | Sergey M․ | 2017-05-14 | 1 | -33/+29 |
| | |||||
* | [orf:radio] Fix extraction | phaer | 2017-05-14 | 1 | -61/+52 |
| | | | | | | Since oe1.orf.at has been updated, both ORF radios supported by youtube_dl use the same API. This commit honors this fact by merging both extractors into one. | ||||
* | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | [orf] add subtitles support(closes #10939) | Remita Amine | 2016-10-19 | 1 | -0/+10 |
| | |||||
* | [orf:tvthek] Fix extraction and modernize (closes #10898) | Sergey M․ | 2016-10-14 | 1 | -23/+23 |
| | |||||
* | [orf:oe1] Relax _VALID_URL | Sergey M․ | 2016-07-26 | 1 | -3/+6 |
| | |||||
* | [orf:tvthek] Remove test md5 | Sergey M․ | 2016-07-15 | 1 | -1/+0 |
| | |||||
* | Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayer | Nehal Patel | 2016-07-15 | 1 | -10/+11 |
| | |||||
* | [orf] Skip the expired test | Yen Chi Hsuan | 2016-04-29 | 1 | -0/+1 |
| | |||||
* | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | 2016-03-21 | 1 | -3/+3 |
| | |||||
* | [orf:tvthek] Check formats (Closes #8580) | Sergey M․ | 2016-02-16 | 1 | -0/+1 |
| | |||||
* | [orf:fm4] Add test | Sergey M․ | 2016-01-14 | 1 | -0/+14 |
| | |||||
* | [orf:fm4] Extend _VALID_URL (Closes #8234) | Sergey M․ | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | [orf:iptv] Update test | Sergey M․ | 2015-04-25 | 1 | -7/+7 |
| | |||||
* | [orf:iptv] Add extractor (Closes #5140) | Sergey M․ | 2015-03-07 | 1 | -0/+94 |
| | |||||
* | [orf:oe1] Add konsole URL schema (Fixes #4675) | Philipp Hagemeister | 2015-01-10 | 1 | -4/+7 |
| | |||||
* | [orf] Fix typo | Philipp Hagemeister | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | [orf:tvthek] Add support for topic URLs (Fixes #4474) | Philipp Hagemeister | 2014-12-16 | 1 | -5/+20 |
| | |||||
* | [orf] Modernize | Philipp Hagemeister | 2014-12-13 | 1 | -14/+14 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | [orf] Move all ORF extractors in one place | Sergey M․ | 2014-08-10 | 1 | -1/+75 |
| | |||||
* | [orf] Fix segments extraction (Closes #2501) | Sergey M․ | 2014-03-03 | 1 | -1/+10 |
| | |||||
* | [orf] Remove unused variable name | Philipp Hagemeister | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | [orf] Use new extraction method (Fixes #2057) | Philipp Hagemeister | 2014-01-06 | 1 | -38/+82 |
| | |||||
* | Correct some extractor _VALID_URL regexes | dst | 2013-12-04 | 1 | -1/+1 |
| | |||||
* | [orf] Remove the test video, they seem to expire in one week | Jaime Marquínez Ferrándiz | 2013-09-03 | 1 | -13/+0 |
| | |||||
* | Fix orf.at extractor by adding file coding mark | Jeff Smith | 2013-08-29 | 1 | -0/+2 |
| | |||||
* | Add an extractor for orf.at (closes #1346) | Jaime Marquínez Ferrándiz | 2013-08-29 | 1 | -0/+65 |
Make find_xpath_attr also accept numbers in the value |