aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/dplay.py
AgeCommit message (Collapse)Author
2016-04-23[dplay] Sign unsigned final download hls URLsSergey M․
2016-04-23[dplay] Extract subtitles (Closes #9284)Sergey M․
2016-04-23[dplay] Improve extraction and document workarounds and testsSergey M․
2016-04-23[dplay] Try secure api for no tld (Closes #9282)Sergey M․
2016-03-27Remove _sort_formats from _extract_*_formats methodsSergey M․
Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051
2016-03-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2016-02-27[dplay] Add support for dplay.noSergey M․
2016-02-27[dplay] Improve, extract all formats and metadata (Closes #8463)Sergey M․
2016-02-27[dplay] add support for it.dplay.com and dplay.dkAidan Rowe
2015-11-17[dplay] Add 'encoding: utf-8' lineJaime Marquínez Ferrándiz
2015-11-17[dplay] Add extractor (closes #7515)Jaime Marquínez Ferrándiz
Since I haven't figured out how to download the hds stream, we use the hls one instead.