Commit Graph

1497 Commits

Author SHA1 Message Date
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
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
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
Mort Yao
219ac3ce62
[youku] update ccode 2017-12-05 15:13:56 +01:00
Mort Yao
3d15a3afdf
[bilibili] flv720 2017-12-04 14:17:11 +01:00
Mort Yao
501dbe1856
version 0.4.995 2017-12-04 04:18:45 +01:00
Mort Yao
731fcb5eac
[bilibili] wubba lubba dub dub 2017-12-04 04:01:08 +01:00
Mort Yao
f668b7062a
[bilibili] PEP 8 formatting 2017-12-04 03:04:32 +01:00
Mort Yao
897e941bbd
[youku] update ccode 2017-12-03 15:34:49 +01:00
Mort Yao
a4910db9b4
version 0.4.990 2017-12-02 01:35:43 +01:00
Mort Yao
795e7a037f
[youku] update ccode, fix #2528 2017-11-30 12:31:27 +01: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
414e2c3f0b
version 0.4.985 2017-11-27 21:40:16 +01:00
Mort Yao
150e8514f7
Merge branch 'add_coub_quality_support' of https://github.com/zmux/you-get into zmux-add_coub_quality_support 2017-11-27 21:35:36 +01:00
Sergey Zmushko
5696308210 [coub] added quality support 2017-11-27 23:30:18 +03: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
656f25e0d2
Merge branch 'fix_vine_empty_filename' of https://github.com/zmux/you-get into zmux-fix_vine_empty_filename 2017-11-25 23:41:49 +01:00
Mort Yao
fd8ffe4082
Merge branch 'mgtv-https' of https://github.com/chinsyo/you-get into chinsyo-mgtv-https 2017-11-25 13:59:46 +01:00
Mort Yao
f3290c717d
[bilibili] mode change 100755 => 100644 2017-11-25 13:54:50 +01:00
Mort Yao
1f3bf2f03c
Merge branch 'bilibili-fix-livestream-extractor' of https://github.com/zmwangx/you-get into zmwangx-bilibili-fix-livestream-extractor 2017-11-25 13:53:06 +01:00
Mort Yao
4f7ba5aac8
[youku] update ccode 2017-11-25 13:21:49 +01:00
Zhiming Wang
b787226053
[bilibili] fix livestream extractor
The HTML page of a live page does not carry any room info now. Room ID
and title needs to be retrieved with proper API calls.

Fixes #2479.
2017-11-22 09:13:17 -05:00
Chinsyo
917c2cc1c4 Update the regex for mgtv extractor, adapt to https 2017-11-20 12:45:35 +08:00
Sergey Zmushko
44974ade13 [vine] fix empty file name if no description found
Now if no description in video file metadata found then user name and
video id will be used
2017-11-19 00:53:03 +03:00
Mort Yao
60e9976eda
[common] resolve conflict 2017-11-17 17:21:43 +01:00
Mort Yao
2edb539d1f
version 0.4.964 2017-11-17 17:14:47 +01:00
Mort Yao
99a51012f0
[util] trim title length <= 80 (follow-up of ed12df2) 2017-11-17 17:08:31 +01:00
Mort Yao
2584b5d8bb
Merge branch 'develop' of https://github.com/s969966195/you-get into s969966195-develop 2017-11-17 16:54:47 +01:00
Mort Yao
623a8a09a0
Merge branch 'update-douyutv-api' of https://github.com/hcwhan/you-get into hcwhan-update-douyutv-api 2017-11-17 16:53:42 +01:00
Mort Yao
468e3c33f5
Merge branch 'develop' of https://github.com/jhc888007/you-get into jhc888007-develop 2017-11-17 16:49:38 +01:00
Mort Yao
ea90279193
Merge branch 'windows-terminal' of https://github.com/ayanamist/you-get into ayanamist-windows-terminal 2017-11-17 16:43:41 +01:00
Mort Yao
57ef1390ff
Merge branch 'miaopai-fix' of https://github.com/einverne/you-get into einverne-miaopai-fix 2017-11-17 16:41:03 +01:00
iawia002
b327a5ef96 pep8 update for common.py 2017-11-12 17:31:42 +08:00
Mort Yao
4f4a7d2d73
[twitter] for tomorrow, we hunt 2017-11-11 05:24:02 +01:00
Ein Verne
ce67a7d122 Fix miaopai download failed
Signed-off-by: Ein Verne <einverne@gmail.com>
2017-11-10 13:59:03 +08:00
shitfly
3f3d07b505 [qq]fix vid 2017-11-09 11:27:38 +08:00
shitfly
ab8683baf9 [sohu]add https 2017-11-08 17:10:52 +08:00
hcwhan
04b5f9f95a add header and update douyutv api fix StatusCode 403 2017-11-08 14:38:44 +08:00
jhc888007
289c42115f qq video does not work well any more 2017-11-06 15:42:40 +08:00
Mort Yao
fbd492220e
[tumblr] ignore bad URLs 2017-10-31 19:02:44 +01:00
Mort Yao
36192cea44
[acfun] fix active single-p title 2017-10-30 21:07:37 +01:00
Mort Yao
ac6b97618f
[universal] case-insensitive baby 2017-10-25 21:02:53 +02:00
ayanamist
6c9c15e69f fix bar display under windows terminal 2017-10-19 09:33:42 +08:00
Mort Yao
c3b31c5d31
[bilibili] respect --timeout 2017-10-18 12:15:31 +02:00
Mort Yao
907600c2de
Merge branch 'pr' of https://github.com/ayanamist/you-get into ayanamist-pr 2017-10-18 12:07:01 +02:00
Mort Yao
97e4f41585
Merge branch 'safe-retry' of https://github.com/ayanamist/you-get into ayanamist-safe-retry 2017-10-18 12:05:27 +02:00
Mort Yao
10bf672473
[icourses] fix typo, close #2433 2017-10-18 12:03:56 +02:00
Mort Yao
ed3c952f34
[bilibili] fail fast, but not too fast (close #2437) 2017-10-18 11:53:16 +02:00
ayanamist
e88364bf56 fix urlopen_with_retry may return None 2017-10-16 14:31:31 +08:00
ayanamist
46fc02fa06 modify bilibili title fetch 2017-10-16 14:04:11 +08:00
Mort Yao
c2de0bdc38
[youku] update stream_types 2017-10-13 23:59:07 +02:00
Mort Yao
2c238ae683
version 0.4.939 2017-10-13 23:45:33 +02:00
Mort Yao
d24545e66b
[youku] update stream_types (2017-10-13) 2017-10-13 23:09:50 +02:00
Mort Yao
871d725584
[youku] fix #2412 and close #2429 2017-10-13 22:38:16 +02:00
Mort Yao
688f7fb6d5
[xiami] add support for MVs, fix #2426 2017-10-13 21:36:56 +02:00
Mort Yao
31200781b2
[qq] fix #2353 2017-10-13 17:56:12 +02:00
Mort Yao
77542320f0
[tudou] fix #2427 2017-10-13 17:18:53 +02:00
Mort Yao
4b56e46d2a
[bilibili] support "watchlater" URLs (per #2424) 2017-10-13 16:31:51 +02:00
Mort Yao
74291bf5f7
[qq] fix #2409 2017-10-13 15:58:29 +02:00
Mort Yao
2ef577e467
Merge branch 'develop' of https://github.com/IMLink/you-get into IMLink-develop 2017-10-13 15:42:12 +02:00
Mort Yao
003c7256ee
[twitter] fix regression 2017-10-13 15:20:06 +02:00
Mort Yao
103238188d
Merge branch 'twitter_download_fix' of https://github.com/Cphilo/you-get into Cphilo-twitter_download_fix 2017-10-13 15:12:49 +02:00
jacoz
56065c0a48 [pptv] fix #2422 2017-10-13 16:30:37 +08:00
cphilo
4f97ce50f3 twitter download fix 2017-10-11 13:44:32 +08:00
IMLink
6169894595 Update youku.py
fix issues #2405
2017-10-10 13:40:39 +08:00
David Zhuang
213e61fdc8 Merge pull request #2369 from rslonik/develop
new extractor: giphy.com
2017-10-09 02:36:14 -04:00
Mort Yao
9c237b2a44
[instagram] strip query string from URL 2017-10-01 21:02:20 +02:00
Mort Yao
db8f59c424
[extractor] revert 12de1b4 as it's breaking --player 2017-09-26 00:37:57 +02:00
Mort Yao
5019d9d23f
[bilibili] quick hack for #2377 (enforce timeout 1) 2017-09-20 22:50:37 +02:00
Mort Yao
d1c0810742
[extractor] fix stream_id if no dash_streams exist 2017-09-19 17:00:10 +02:00
Mort Yao
12de1b482f
[extractor] download best-quality DASH stream if FFmpeg is installed 2017-09-19 14:05:56 +02:00
Rafael Slonik
9e12df7807 new extractor: giphy.com 2017-09-16 17:01:13 -03:00
Mort Yao
cff5fb4529
version 0.4.915 2017-09-16 11:46:49 +02: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
MaxwellGoblin
51a1a1e318 [qq] fix regression by 4c116c6; add guard for bad json 2017-09-13 15:00:58 +08:00
MaxwellGoblin
2a250cbcb4 [soundcloud]update client_id; move to new api completely; fix #2350 2017-09-13 11:09:17 +08:00
Mort Yao
00f3dfa71f
version 0.4.909 2017-09-12 12:40:10 +02:00
Mort Yao
388b214f07
[universal] quick & dirty support for MPD files (with BaseURL) 2017-09-12 12:37:16 +02: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
MaxwellGoblin
4c116c6f66 [qq]new vid regex pattern 2017-09-12 13:27:42 +08:00
MaxwellGoblin
abc34c2af1 [youku]fix #2345 2017-09-12 13:11:38 +08:00
MaxwellGoblin
2652a3fe6c [extractor]add a parameter "keep_obj" to forbid VideoExtractor re-init after download instance method 2017-09-12 13:08:05 +08:00
MaxwellGoblin
c2d8729e35 [youku]never reuse a VideoExtractor object; fix #2340 2017-09-12 10:46:17 +08:00
Mort Yao
e8c7d9e6b2
[google+] fix more post_date 2017-09-11 19:03:08 +02:00
Mort Yao
936383d092
version 0.4.900 2017-09-11 15:32:48 +02:00
Mort Yao
35103577cf
[common] resolve conflicts 2017-09-11 15:15:43 +02:00