aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/dvtv.py
Commit message (Collapse)AuthorAgeFilesLines
* [dvtv] Improve and fix playlists support (closes #13063)Sergey M․2017-05-281-40/+66
|
* [dvtv] Parse adaptive formats as wellJan Kundrát2017-05-281-7/+24
| | | | | | | The old code hit an error when it attempted to parse the string "adaptive" for video height. Actually parsing the returned playlists is a good idea because it adds more output formats, including some audio-only-ones.
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [dvtv] Fix thumbnail schemeSergey M․2014-12-211-1/+1
|
* [dvtv] SimplifySergey M․2014-12-211-17/+19
|
* [dvtv] Add support for playlistsPetr Kutalek2014-12-211-24/+84
|
* [dvtv] PEP8 and correct format sorting (#4502)Philipp Hagemeister2014-12-171-53/+53
|
* [dvtv] Add new extractorPetr Kutalek2014-12-171-0/+63