aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/douyutv.py
Commit message (Collapse)AuthorAgeFilesLines
* [douyu] Support Douyu shows (closes #12228)Yen Chi Hsuan2017-05-121-0/+82
|
* [douyutv] Update testTithen-Firion2017-05-021-2/+2
|
* [douyutv] Switch to the PC API to escape the 5-min limitationYen Chi Hsuan2017-03-041-10/+21
| | | | | | | | Thanks @spacemeowx2 for the algo. Ref: https://gist.github.com/spacemeowx2/629b1d131bd7e240a7d28742048e80fc Closes #12316
* [douyu] Fix extraction and update _TESTSYen Chi Hsuan2017-02-281-44/+9
| | | | | | They've switched from flv to hls Closes #12301
* [douyutv] Improve room id regexJustsoos2017-02-031-2/+6
| | | | http://www.douyu.com/t/lpl source get extra '\' with "room_id\" (from js coding)
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-5/+5
|
* [douyutv] SimplifyYen Chi Hsuan2016-08-271-52/+44
|
* [douyutv] Use new apisteven78512016-08-261-44/+43
| | | | use lapi for flv info, and html5 api for room info #10153 #10318
* [douyutv] Improve extraction and update testsYen Chi Hsuan2016-04-241-10/+25
| | | | The JSON API sometimes return HTML pages with errors
* [douyutv] Extend _VALID_URLYen Chi Hsuan2016-03-251-1/+4
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [douyutv] Fix testsYen Chi Hsuan2016-03-041-3/+20
|
* [douyutv] Add localized nameYen Chi Hsuan2015-07-111-0/+1
|
* [douyutv] Simplify usage of isinstanceYen Chi Hsuan2015-03-291-1/+1
|
* [douyutv] Fix extractor and improve error handlingYen Chi Hsuan2015-03-291-11/+46
|
* [douyutv] Improve and extract all formatsSergey M․2015-03-171-27/+45
|
* [douyutv] Add new extractorbonfy2015-03-071-0/+59