aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/rtlnl.py
Commit message (Collapse)AuthorAgeFilesLines
* update from upstreamJesús2021-10-181-146/+0
|
* [rtlnl] Extend _VALID_URL for new embed URL schemaSergey M․2020-09-131-1/+6
|
* [rtlnl] Extend _VALID_URL (#26549) (closes #25821)Derek Land2020-09-131-1/+16
|
* Fix typos (#21901)Kitten King2019-07-261-1/+1
|
* Start moving to ytdl-orgSergey M․2019-03-111-1/+1
|
* [rtlnl] Remove progressive formats (closes #15459)Sergey M․2018-02-011-47/+0
|
* [rtlnl] add support for another type of embedsRemita Amine2017-10-121-2/+5
|
* [rtlnl] Improve _VALID_URL (closes #13295)Sergey M․2017-06-061-1/+4
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
|
* [rtlnl] Relax _VALID_URL (Closes #10282)Sergey M․2016-08-101-1/+4
|
* [rtlnl] Match formats only by heightSergey M․2016-05-011-4/+6
|
* [rtlnl] Replace testSergey M․2016-04-301-8/+8
|
* [rtlnl] Clarify testsSergey M․2016-04-301-0/+2
|
* [rtlnl] Fix testsSergey M․2016-04-301-2/+2
|
* [rtlnl] Improve extraction (Closes #9329)Sergey M․2016-04-301-22/+33
| | | | | * Make hls extraction non fatal and revert ext * Extract progressive formats' metadata from corresponding hls formats
* [rtlnl] Update 720p PG_URL_TEMPLATEReino172016-04-301-5/+16
| | | | - Fixed the format_id for the 720p progressive videostream and added the video's resolution. - The adaptive videostreams have the m3u8-extension, so I removed the confusing mp4-extension in order to make a better distinction between the these and the progressive videostreams.
* [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