aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/rtlnl.py
Commit message (Collapse)AuthorAgeFilesLines
* [rtlnl] Update unencrypted streams comment (#6337)Sergey M․2015-07-231-4/+9
|
* Undo adaptive -> flash workaroundcorone172015-07-231-2/+2
| | | | | For a couple of days now rtlXL's non-DRM adaptive (m3u8) streams don't work anymore. By undoing the adaptive -> flash workaround youtube-dl returns the DRM streams again. Too bad for foreigners (geoblock). The progressive streams still work fine.
* [rtlnl] Avoid episodes completely (Closes #6275)Sergey M․2015-07-191-4/+21
|
* [rtlnl] Clarify current adaptive -> flash workaround rationaleSergey M․2015-07-061-0/+3
|
* [rtlnl] Clarify testSergey M․2015-07-061-1/+1
|
* [rtlnl] Add test with encrypted m3u8 streams for referenceSergey M․2015-07-051-0/+4
|
* [rtlnl] ImproveSergey M․2015-07-051-3/+5
|
* Update rtlnl.pycorone172015-06-291-3/+3
| | | | Better to extract 'http://manifest.us.rtl.nl' from the json, I'd say. And I think it's better to use the default json-url to make it more futureproof. Succesfully tested with tarball.
* [rtlnl] Improve _VALID_URL (#5950)Sergey M․2015-06-111-2/+5
|
* [rtlnl|generic] Add support for rtl.nl embeds (Fixes #4959)Philipp Hagemeister2015-02-161-15/+48
|
* Update rtlnl.pyBart Kappenburg2015-01-051-1/+1
| | | Added support for the non-www version of rtlxl.nl by making "www." optional.
* [rtlxl] Strip additional dot from video URL (#4115)Naglis Jonaitis2014-11-231-1/+1
|
* [rtlxl] Use unencrypted m3u8 streams (#4115)Naglis Jonaitis2014-11-221-4/+4
|
* [rtlxl] Fix format orderNaglis Jonaitis2014-11-191-0/+1
|
* [rtlxl] Use m3u8 streams instead of f4m (#4115, #4118)Naglis Jonaitis2014-11-191-4/+7
|
* [rtlnl] Add support for progressive videos (Closes #3603)Sergey M․2014-08-281-11/+23
|
* [rtlnl] Extract durationPhilipp Hagemeister2014-08-251-1/+5
|
* [rtlnl] Remove unused codePhilipp Hagemeister2014-08-231-1/+0
|
* [rtlnl] Add extractor for rtlxl.nl (closes #3523)Jaime Marquínez Ferrándiz2014-08-181-0/+52