Commit Graph

1900 Commits

Author SHA1 Message Date
Mort Yao
3faaebb676
[qq] no more redirect (close #2586) 2018-03-22 22:40:07 +01:00
Phun
fdf5350838 fix the bug of v.qq.com 2018-03-19 12:48:38 +08:00
Mort Yao
109d0bc7c5
Merge branch 'develop' of https://github.com/Kugel-Blitz/you-get into Kugel-Blitz-develop 2018-03-15 22:43:59 +01:00
Mort Yao
344502af0d
[youku] resolve conflict 2018-03-15 22:38:23 +01:00
Mort Yao
e3ae1d50fd
Merge branch 'vevo_no_audio' of https://github.com/rosynirvana/you-get into rosynirvana-vevo_no_audio 2018-03-15 22:09:13 +01:00
Kugel-Blitz
92eb72bc7d Use 0513 when cookies are used
0507 doesn't seem to honour cookies when they're loaded.
2018-03-11 10:06:19 +13:00
mq-liu
1900f7608c
fix bilibili download fail
the bilibili api has changed 
"https://interface.bilibili.com/v2/playurl?cid=33250486&appkey=84956560bc028eb7&otype=json&type=&quality=0&qn=0&sign=a1b0401c8bf70d676bab133fa032469f"
2018-03-07 09:48:11 +08:00
Mort Yao
7633898850
version 0.4.1040 2018-03-01 22:55:09 +01:00
perror
0b50fdfab4 [ixigua] fix URL request error and video download error and video encryption parameters acquisition 2018-02-28 16:45:48 +08:00
Mort Yao
87e3bd5722
Merge branch 'develop' of https://github.com/John128217/you-get into John128217-develop 2018-02-22 17:25:04 +01:00
Mort Yao
b4850f5a59
[common] indent! 2018-02-22 17:21:43 +01:00
John128217
c7290c7c2f
A number bug fixed
Now if you can have more than 10 videos that have same names.
2018-02-21 21:55:28 -08:00
John128217
a22dce896c
Added an auto rename option and fixed the force option
I've noticed that if I am downloading two videos with same names from youtube (e.g. https://www.youtube.com/watch?v=606hmlA_nxw and https://www.youtube.com/watch?v=CLrXTnggUeY), only one of them will be saved (usually the bigger one according to the original script "os.path.getsize(output_filepath) >= total_size * 0.9"). However, I want them both while preserving their names from youtube. So I modified the source code. It looks like there are a lot of changes, but I just added an indent and everything changed.
Also, I've noticed that "force" is not working at all. I fixed that issue.
2018-02-21 14:23:21 -08:00
Justsoos
fb2c936893 Add longzhu.com 2018-02-19 22:00:55 +08:00
Mort Yao
6e38f28474
[twitter] normalize mobile URL 2018-02-18 00:52:42 +01:00
Mort Yao
3ce35a86f0
[yixia] make things right 2018-02-18 00:38:00 +01:00
Kugelblitz
739504e988
Change code to 0507
`mp4hd3` format of some videos cannot be extracted with 0513, but can be extracted with 0507.
2018-02-18 11:08:17 +13:00
Mort Yao
f6be4a2904
[acfun] update API 2018-02-15 21:30:31 +01:00
Mort Yao
1a979b127a
Merge branch 'develop' of https://github.com/liushuyu/you-get into liushuyu-develop 2018-02-13 07:12:29 +01:00
Justsoos
0b8731cbc7
Update quanmin.py
api changed, and no need of import time
2018-02-13 03:46:43 +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
liushuyu
6bac1cd5dc
bilibili: adapt to new bangumi API 2018-02-09 15:57:34 -07:00
Mort Yao
ea0bf8c32a
version 0.4.1025 2018-02-09 15:50:09 +01:00
Mort Yao
53a87c975f
[common] resolve conflict 2018-02-09 15:31:03 +01:00
Mort Yao
8d9887c725
Merge branch 'develop' of https://github.com/hiberabyss/you-get into hiberabyss-develop 2018-02-03 18:33:33 +01:00
Mort Yao
38737c40f1
[test] remove test_yixia 2018-02-03 17:57:04 +01:00
Mort Yao
900dc543f9
Merge branch 'patch-1' of https://github.com/9yw/you-get into 9yw-patch-1 2018-02-03 17:39:01 +01:00
Mort Yao
34b51cbecb
[bilibili] fix some title regexes 2018-02-02 19:01:39 +01: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
9yw
a345635473
Update youku.py
ccode=0512会报错 客户端无权播放,201 改成5013可以下载
2018-01-10 15:32:40 +08:00
ygmpkk
68a0e9c4b0 fix http code 403 and 466 error for bilibili 2018-01-05 12:23:02 +08:00
Hongbo Liu
3d08064d31 [qq] fix weixin embedded video support 2018-01-04 23:34:20 +08:00
Mort Yao
6e17b0c7f9
[bilibili] enable bangumi API 2017-12-30 20:44:31 +01:00
hellsof
29d5201a9b fix https://v.qq.com/x/cover/9hpjiv5fhiyn86u/t0522x58xma.html 2017-12-25 18:39:10 +08:00
Mort Yao
e7954c4149
[bilibili] warn when target URL is a playlist 2017-12-23 22:02:11 +01:00
Mort Yao
c0c76915dc
version 0.4.1011 2017-12-23 18:27:08 +01:00
Mort Yao
6baa80419c
[youku] update ccode 2017-12-23 17:16:43 +01:00
Mort Yao
9d7c9f9651
[bilibili] new bangumi URL (fix #2543) 2017-12-23 14:12:56 +01:00
Mort Yao
1138f17bfb
[test] remove test_douyin 2017-12-19 18:05:28 +01:00
hellsof
cb0dc09a01 fix json 2017-12-19 18:56:16 +08:00
hellsof
65f8cec8e2 fix json 2017-12-19 18:53:16 +08:00
iawia002
cd77aad47c 🔧 add missing intr for kuaishou 2017-12-16 10:18:24 +08:00
iawia002
4ce28ac2b5 add douyin support 2017-12-15 17:21:34 +08:00
moorefu
3032ec9679 New site support: https://www.kuaishou.com/ 2017-12-13 11:52:05 +08:00
hellsof
7b996ec755 Fix download_url_ffmpeg extension 2017-12-12 12:43:20 +08:00
Mort Yao
26de1271d9
Merge branch 'add-ixigua-site' of https://github.com/QYLGitHub/you-get into QYLGitHub-add-ixigua-site 2017-12-10 14:45:06 +01:00
perror
6c3bdfd90c New site support: https://www.ixigua.com/ 2017-12-10 13:14:32 +08:00
iawia002
88fbc212ae fix bilibili title regex 2017-12-09 18:05:13 +08:00
iawia002
fa39bc3012 update the test 2017-12-09 18:04:38 +08:00
Mort Yao
219ac3ce62
[youku] update ccode 2017-12-05 15:13:56 +01:00