aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/dplay.py
Commit message (Collapse)AuthorAgeFilesLines
* [dplayit] Fix extraction (closes #13851)Sergey M․2017-08-071-24/+42
|
* [dplayit] Relax video id regex (closes #13524)Sergey M․2017-06-301-1/+1
|
* [dplayit] Relax playback info URL extractionSergey M․2017-03-081-5/+4
|
* [dplayit] Separate and rewrite extractor and bypass geo restriction (closes ↵Sergey M․2017-03-081-21/+96
| | | | #12393)
* [dplay] Use Safari user-agent for hls (closes #11418)Sergey M․2016-12-121-2/+9
|
* [dplay] Sign unsigned final download hls URLsSergey M․2016-04-231-8/+18
|
* [dplay] Extract subtitles (Closes #9284)Sergey M․2016-04-231-0/+8
|
* [dplay] Improve extraction and document workarounds and testsSergey M․2016-04-231-1/+10
|
* [dplay] Try secure api for no tld (Closes #9282)Sergey M․2016-04-231-1/+1
|
* Remove _sort_formats from _extract_*_formats methodsSergey M․2016-03-271-0/+2
| | | | | | | Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [dplay] Add support for dplay.noSergey M․2016-02-271-1/+4
|
* [dplay] Improve, extract all formats and metadata (Closes #8463)Sergey M․2016-02-271-69/+103
|
* [dplay] add support for it.dplay.com and dplay.dkAidan Rowe2016-02-271-20/+66
|
* [dplay] Add 'encoding: utf-8' lineJaime Marquínez Ferrándiz2015-11-171-0/+1
|
* [dplay] Add extractor (closes #7515)Jaime Marquínez Ferrándiz2015-11-171-0/+50
Since I haven't figured out how to download the hds stream, we use the hls one instead.