about summary refs log tree commit diff
path: root/youtube_dl/extractor/dplay.py
Commit message (Collapse)AuthorAgeFilesLines
* [dplay] Extract Ad-Free uplynk URLs(#28160)Remita Amine2021-02-241-0/+1
|
* [dplay] add support for de.hgtv.com (closes #28182)Remita Amine2021-02-171-3/+34
|
* [dplay] Add support for discoveryplus.com (closes #24698)Remita Amine2021-02-171-28/+95
|
* [dplay] Add suport Discovery+ domains(closes #27680)Remita Amine2021-01-051-3/+26
|
* [dplay] minimize response sizeRemita Amine2019-11-051-1/+5
|
* [dplay] improve extractionRemita Amine2019-10-261-265/+132
| | | | | | | | - add support for dplay.fi, dplay.jp and es.dplay.com(closes #16969) - fix it.dplay.com extraction(closes #22826) - update tests - extract creator, tags and thumbnails - handle playback API call errors
* [dplayit] Sort formatsSergey M․2018-07-051-0/+1
|
* [dplayit] Fix extraction (closes #16901)Sergey M․2018-07-051-2/+7
|
* [discoverynetworks] Add support for disco-api videos(closes #16724)Remita Amine2018-06-131-66/+71
|
* Improve geo bypass mechanismSergey M․2018-05-021-1/+3
| | | | | | * Introduce geo bypass context * Add ability to bypass based on IP blocks in CIDR notation * Introduce --geo-bypass-ip-block
* [dplay] Relax _VALID_URL (closes #15458)Sergey M․2018-01-311-2/+5
|
* [dplay] Bypass geo restrictionSergey M․2018-01-261-1/+7
|
* [dplay] Add support for disco-api videos (closes #15396)Sergey M․2018-01-261-4/+96
|
* [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.