Commit Graph

287 Commits

Author SHA1 Message Date
trymelz
60e035cca8 check if the player exist or not 2019-01-01 18:29:57 -06:00
perror
8454f878d2 [zhihu] Add zhihu.com support 2018-12-07 21:38:39 +08:00
Mort Yao
85598839c0
[tiktok] new site support 2018-11-30 18:29:22 +01:00
Mort Yao
98d9580dd3
[common] fix google_search 2018-11-19 00:14:04 +01:00
lc4t
1f70be6aa9 use new bilibili live api, fix None Content-Type 2018-11-01 11:57:21 +08:00
Mort Yao
5026436e8a
common: add proper warning and confirming before overwriting things 2018-10-17 22:28:21 +02:00
Mort Yao
5dfee49688
[common] post_content: make log right 2018-09-11 23:49:39 +02:00
Mort Yao
f8c39fbe4c
[common] post_content: allow post_data_raw 2018-09-11 23:18:39 +02:00
Mort Yao
8984485819
[youtube] faster than light 2018-09-11 17:31:47 +02:00
Mort Yao
9ab4bfbf3e
[common] update UA 2018-07-01 15:50:08 +02:00
Mort Yao
d503237508
[common] dumb 2018-07-01 15:48:22 +02:00
Mort Yao
3e89279598
[common] make get_location accept headers 2018-07-01 15:47:54 +02:00
Mort Yao
37e2a79897
[common] wubba lubba dub dub 2018-07-01 13:48:22 +02:00
Mort Yao
503ff846f7
[common] do not coerce headers into a dict 2018-07-01 13:23:48 +02:00
kiss4u
a10c98c5ab support for zhibo.tv
<http://v.zhibo.tv/>
example: http://v.zhibo.tv/31609372
<http://video.zhibo.tv/>
example: http://video.zhibo.tv/video/details/d103057f-663e-11e8-9d83-525400ccac43.html
2018-06-04 00:43:15 +08:00
Mort Yao
44960677c4
[common] use quoted video_host and video_url as well 2018-04-25 22:30:46 +02:00
Mort Yao
d057a49e5b
[common] url_to_module: quote non-ASCII characters in URL 2018-04-24 14:46:38 +02: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
53a87c975f
[common] resolve conflict 2018-02-09 15:31:03 +01: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
perror
6c3bdfd90c New site support: https://www.ixigua.com/ 2017-12-10 13:14:32 +08:00
hellsof
64772ce2e9
Update common.py
File "xxx/site-packages/you_get/common.py", line 750, in update
    sys.stdout.write('\r' + bar)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 23-64: ordinal not in range(128)
2017-11-29 17:11:09 +08:00
Mort Yao
33664c514c
[common] formatting 2017-11-27 21:09:43 +01:00
Mort Yao
250f3f06a1
Merge branch 'add-toutiao-suport' of https://github.com/ultimate010/you-get into ultimate010-add-toutiao-suport 2017-11-27 21:08:15 +01:00
Mort Yao
fae02c25d5
Merge branch 'add_coub_support' of https://github.com/zmux/you-get into zmux-add_coub_support 2017-11-27 18:43:01 +01:00
Sergey Zmushko
b2d97bcaea [coub] add coub.com support
Video and audio files with high quality are downloaded.
We use ffmpeg for audio and video combining into one file
2017-11-27 15:08:09 +03:00
Mort Yao
60e9976eda
[common] resolve conflict 2017-11-17 17:21:43 +01:00
iawia002
b327a5ef96 pep8 update for common.py 2017-11-12 17:31:42 +08:00
ayanamist
6c9c15e69f fix bar display under windows terminal 2017-10-19 09:33:42 +08:00
ayanamist
e88364bf56 fix urlopen_with_retry may return None 2017-10-16 14:31:31 +08:00
Rafael Slonik
9e12df7807 new extractor: giphy.com 2017-09-16 17:01:13 -03:00
Mort Yao
3dfa709a14
Merge branch 'patch-3' of https://github.com/wwqgtxx/you-get into wwqgtxx-patch-3 2017-09-16 11:36:03 +02:00
wwqgtxx
8831d2c44f bug fix for password 2017-09-13 23:42:00 +08:00
lilydjwg
d1f98fa5bc fix load_cookies local name error 2017-09-13 17:28:49 +08:00
Mort Yao
854c78fd6f
[common] remove duplicated keyword argument
- fix #2347
- fix #2348
2017-09-12 12:08:00 +02:00
lilydjwg
657e67e123 fix wrong local name
thanks to @ayanamist
bcd8d74d73 (commitcomment-24242276)
2017-09-12 14:01:34 +08:00
Mort Yao
35103577cf
[common] resolve conflicts 2017-09-11 15:15:43 +02:00
Mort Yao
262b6951c6
Merge branch 'timeout_retry' of https://github.com/JayXon/you-get into JayXon-timeout_retry 2017-09-11 15:04:43 +02:00
MaxwellGoblin
c95146a4e2 [qingting]support qingting; close #1243 2017-09-05 13:41:52 +08:00
JayXon
2c32db485e [common] retry if response.read() timeout 2017-09-03 16:51:32 -07:00
MaxwellGoblin
9248e6f896 update help message 2017-08-30 19:58:42 +08:00
Mort Yao
b719681763
Merge branch 'develop' of https://github.com/flewsea/you-get into flewsea-develop 2017-08-27 04:02:36 +02:00
David Zhuang
46a83efd3d [Fantasy] Add support 2017-08-18 00:49:10 -04:00
MaxwellGoblin
e32e8c56ad [common]fix mutable default parameter in url_save; fix #2278 2017-08-16 16:26:25 +08:00