summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/discoverygo.py
Commit message (Collapse)AuthorAgeFilesLines
* [discoverygo] correct ttml subtitle extensionRemita Amine2017-12-161-1/+6
|
* [discovery] fix free videos extraction(#14157)(#14954)Remita Amine2017-12-121-34/+38
|
* [discoverygo] Actualize testSergey M․2017-03-111-8/+8
|
* [discoverygo] Bypass geo restrictionSergey M․2017-03-111-0/+1
|
* [discoverygo:playlist] Add extractor (closes #12424)Sergey M․2017-03-111-4/+55
|
* [discoverygo] Fix JSON data parsingYen Chi Hsuan2017-01-051-2/+1
| | | | | | | | HTMLParser, which is used by extract_attributes, already unescapes attribute values with HTMLParser.unescape. They shouldn't be unescaped again, to there may be parsing errors. Ref: #11219, #11522
* raise unexpected error when no stream foundRemita Amine2016-08-251-5/+6
|
* [discoverygo] detect when video needs authentication(closes #10425)Remita Amine2016-08-251-1/+8
|
* [discoverygo] extend _VALID_URL to support other networksRemita Amine2016-08-171-1/+11
|
* [discoverygo] Add extractor (Closes #10245)Sergey M․2016-08-071-0/+98