Commit Graph

25 Commits

Author SHA1 Message Date
Justsoos
1adb799c86
Update douyutv.py
douyu update
2018-06-25 16:55:13 +08:00
perror
24578efa1e repair douyutv 403 error 2018-05-11 12:01:31 +08:00
Justsoos
0ed54eea3f
Parameter type error
#you-get -du https://www.douyu.com/lpl
[DEBUG] get_content: https://m.douyu.com/lpl
...
Traceback (most recent call last):
...
 File "/usr/local/lib/python3.5/dist-packages/you_get/common.py", line 1574, in any_download
    m.download(url, **kwargs)
  File "/usr/local/lib/python3.5/dist-packages/you_get/extractors/douyutv.py", line 81, in douyutv_download
    download_url_ffmpeg(real_url, title, 'flv', None, output_dir = output_dir, merge = merge)
  File "/usr/local/lib/python3.5/dist-packages/you_get/common.py", line 1013, in download_url_ffmpeg
    if params.get('-y', False):  # None or unset ->False
AttributeError: 'NoneType' object has no attribute 'get'
2018-02-12 01:15:57 +08:00
Justsoos
e8385913d9
update douyutv.py for room_id bugs
m.douyu.com DOES have the unique room_id, for counter-example: https://www.douyu.com/aleng1106, there is no room_id in this page
2018-01-25 23:37:46 +08:00
hcwhan
04b5f9f95a add header and update douyutv api fix StatusCode 403 2017-11-08 14:38:44 +08:00
MaxwellGoblin
6f97cda395 [douyutv]support v.douyu.com/show/ 2017-08-08 04:15:07 +08:00
Hu Zhenyu
2fc0f49d58 fix get douyu real stream address 2017-07-12 17:33:05 +08:00
steven7851
bea95ed3d3 use new api
from https://gist.github.com/spacemeowx2/629b1d131bd7e240a7d28742048e80fc
https://github.com/soimort/you-get/issues/1720
2017-03-05 20:17:46 +08:00
David Zhuang
c6784f2fb8 Merge pull request #1342 from cnbeining/fix-ffmpeg-and-douyu
Fix ffmpeg wrong folder format and douyu discard output folder
2016-08-11 03:38:39 -04:00
David Zhuang
0c50e04666 [DouyuTV] Fix discarding output_dir 2016-08-11 03:29:59 -04:00
steven7851
a8015ec92e [Douyutv]fix channel on event
some channel on event will redirect to event page
exp. http://www.douyu.com/65251 redirect to http://www.douyu.com/cms/zt/RioOlympics.html#a
if channel is on event, use entering url to get room_id, and non-digital room_id will not work
2016-08-09 02:27:59 +08:00
steven7851
2322a16ca8 delete useless line 2016-07-29 21:30:43 +08:00
steven7851
ddbc2caa23 add support for non digit channel
event page is still not support because the rule is complicated
2016-07-29 20:50:15 +08:00
steven7851
06b57e2db7 fix CI failure by using 3rd packages 2016-07-29 18:25:40 +08:00
steven7851
6689f45469 [Douyutv]Update api
Thanks #1299 @cnbeining #1235 @hellofwy
2016-07-29 13:35:05 +08:00
Botu Sun
39ceacd8d6 fix to handle new domain of douyu.com (was douyutv.com) 2016-03-25 16:44:32 +09:00
BuildTools
eb141c1908 Fix douyu
Took @yan12125 's advice, and thanks to @yan12125 .
This fix closes #580
2015-10-17 01:35:41 +02:00
sceext
5eb9cebe4e fix extractors not use VideoExtractor after add --json option 2015-09-26 13:45:39 +08:00
pl
810535a64b modified: src/you_get/extractors/douyutv.py
switch to newer common functions.
2014-11-30 15:57:07 +01:00
Snise
2e79912c4c Update douyutv.py 2014-11-30 15:43:32 +01:00
pl
b1ee95517b douyutv.com tittle fix. 2014-11-04 02:10:48 +08:00
pl
66f8da8efc douyutv.com now can download online flv.
modified:   common.py
	modified:   extractors/douyutv.py
2014-10-25 19:46:25 +08:00
pl
c88cfe0734 fix douyutv title regex 2014-10-24 21:25:10 +08:00
pl
8a1d7b5fa1 fix douyutv support. 2014-10-24 21:25:10 +08:00
pl
b37480100d add douyutv support. 2014-10-24 21:25:10 +08:00