Mort Yao
25aa2ac2e5
[universal] better extraction of title and ext
2018-04-15 16:34:15 +02:00
Mort Yao
ead0979ca1
[universal] relative path lah
2018-04-12 03:19:12 +02:00
hellsof
6a9039aab1
fix https://v.qq.com/x/page/d0552xbadkl.html https://y.qq.com/n/yqq/mv/v/g00268vlkzy.html
2018-04-11 19:59:14 +08:00
hellsof
32c8bb7751
Merge branch 'develop' of github.com:soimort/you-get into fix-qq
2018-04-11 19:53:51 +08:00
JayXon
43923bc8f6
[youku] use default ckey
...
1080p works
2018-03-29 00:59:28 -07:00
cclauss
6e5e385620
from ..common import general_m3u8_extractor
...
Import the definition of __general_m3u8_extractor()__ for the function call on line 64...
flake8 testing of https://github.com/soimort/you-get on Python 3.6.3
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./src/you_get/extractors/longzhu.py:63:20: F821 undefined name 'general_m3u8_extractor'
urls = general_m3u8_extractor(real_url)
^
1 F821 undefined name 'general_m3u8_extractor'
```
2018-03-26 12:05:12 +02:00
Mort Yao
d3719ed4b6
[bilibili] warn when target URL is a playlist
2018-03-24 23:56:38 +01:00
Mort Yao
821e639e02
[youku] boom boom boom
2018-03-22 22:46:42 +01:00
Mort Yao
8979cd63ea
[qq] break if no pay
2018-03-22 22:44:33 +01:00
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
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
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
perror
0b50fdfab4
[ixigua] fix URL request error and video download error and video encryption parameters acquisition
2018-02-28 16:45:48 +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
8d9887c725
Merge branch 'develop' of https://github.com/hiberabyss/you-get into hiberabyss-develop
2018-02-03 18:33:33 +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
hellsof
a1290be2ec
fix https://v.qq.com/x/page/q0527wsyqpv.html
2018-01-03 11:43:26 +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
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
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
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
795e7a037f
[youku] update ccode, fix #2528
2017-11-30 12:31:27 +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
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
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
57ef1390ff
Merge branch 'miaopai-fix' of https://github.com/einverne/you-get into einverne-miaopai-fix
2017-11-17 16:41:03 +01: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
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
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
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
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
5019d9d23f
[bilibili] quick hack for #2377 (enforce timeout 1)
2017-09-20 22:50:37 +02:00
Rafael Slonik
9e12df7807
new extractor: giphy.com
2017-09-16 17:01:13 -03: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
388b214f07
[universal] quick & dirty support for MPD files (with BaseURL)
2017-09-12 12:37:16 +02: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
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
21830e367f
[embed] oops
2017-09-11 14:29:40 +02:00
Mort Yao
24f89d3981
[embed] remove some 'title=title' -- these parameters are not even defined
2017-09-11 14:28:17 +02:00
Mort Yao
ea033aeaa8
[dailymotion] do not use **kwargs in download_urls
2017-09-11 14:21:58 +02:00
Mort Yao
e3ebedc6ad
[dailymotion] WTF?
2017-09-11 13:44:54 +02:00
Mort Yao
a534c11e94
[embed] add dailymotion patterns
2017-09-11 13:23:02 +02:00
MaxwellGoblin
251857407b
[qie_video]add 1080p stream_types
2017-09-10 12:52:03 +08:00
MaxwellGoblin
f916d837e8
fix pan.baidu
...
1. change url pattern to support https protocol
2. move print_info and sleep to the entry function. old impl will block
for 5 secs with info_only
2017-09-09 09:28:38 +08:00
MaxwellGoblin
9c55f93955
[fantasy]request with referer
2017-09-08 21:05:16 +08:00
MaxwellGoblin
276e2db065
[google]fix google doc; close #2324
2017-09-07 14:59:52 +08:00
MaxwellGoblin
0fba6829d4
[youku]sleep 3s to handle server time out of sync
2017-09-06 20:59:14 +08:00
MaxwellGoblin
c95146a4e2
[qingting]support qingting; close #1243
2017-09-05 13:41:52 +08:00
MaxwellGoblin
ca490abead
[bokecc]fix a unbound error; set title to vid if cannot fetch it from api data
2017-09-05 12:37:50 +08:00
MaxwellGoblin
0a00ff3c46
[embed]support bokecc cloud
2017-09-05 12:36:50 +08:00
MaxwellGoblin
32d38aa58b
Merge branch 'develop' of https://github.com/soimort/you-get into develop
2017-09-05 02:21:08 +08:00
MaxwellGoblin
22a602cdab
[funshion]rewrite
2017-09-05 02:20:44 +08:00
Mort Yao
0832bcc4e4
[google+] fix more
2017-09-02 03:45:54 +02:00
Mort Yao
e74fc8ee8b
[google+] fix post_date
2017-09-01 22:54:41 +02:00
MaxwellGoblin
083bc291d2
[ku6]some vids are quoted
2017-08-29 15:38:23 +08:00
MaxwellGoblin
f92c21b16e
[ku6]new url pattern
2017-08-29 14:15:53 +08:00
Mort Yao
8a68cf8bd9
[iwara] fix info_only
2017-08-27 04:05:56 +02: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
Rafael Slonik
c036eae22a
Facebook extrator won't detect title for some videos and you-get breaks; so set title = url and we're good to go
2017-08-25 19:03:40 -03:00
MaxwellGoblin
a129903da6
[bilibili]support paid bangumi_movie; fix #2304
2017-08-26 04:37:06 +08:00
MaxwellGoblin
aaefb0e2d0
[bilibili]fix quality mapping for paid bangumi; remove debug print
2017-08-25 20:14:01 +08:00
MaxwellGoblin
0d89c45c49
[youtube]fix ytb short url patterns
2017-08-24 17:06:23 +08:00
MaxwellGoblin
19d455de6b
[iqiyi]get tvid and vid from js inlined in html; fix #2294
2017-08-23 14:11:55 +08:00
MaxwellGoblin
ca5e07cfa1
[youku]user-agent from youku ipad client has been blocked, switch to a normal desktop browser UA
2017-08-23 13:57:16 +08:00
Mort Yao
593610406b
[baidu] tieba album API: set pe=1000
2017-08-21 21:58:30 +02:00
David Zhuang
46a83efd3d
[Fantasy] Add support
2017-08-18 00:49:10 -04:00
MaxwellGoblin
eaa692aa35
[icourses]for videos larger than 330MiB seek must be on 15MiB boundary; fix #2283
2017-08-18 04:01:53 +08:00
MaxwellGoblin
170d7f0c24
[youku]do not change the url if it starts with k.youku.com
2017-08-18 00:40:01 +08:00
MaxwellGoblin
58f778e4f6
[youku]change host of cdn_url to aliCDN
2017-08-17 13:04:09 +08:00
MaxwellGoblin
6b76acd226
[dailymotion]fix #2275
2017-08-15 21:59:52 +08:00
MaxwellGoblin
ed0451016c
[naver]rewrite
2017-08-15 21:50:34 +08:00
MaxwellGoblin
1950caf082
[zhanqi]new video pattern; fix #2272
2017-08-14 22:19:15 +08:00
MaxwellGoblin
c15b8940c3
[qq qq_egame]support qq egame
2017-08-14 16:05:24 +08:00
Mort Yao
b4ce413dea
[vk] get things done
2017-08-12 21:00:21 +02:00
MaxwellGoblin
06463a8880
[vk]support user video list; fix #1311
2017-08-13 00:53:49 +08:00
MaxwellGoblin
5825564761
[embed]support iqiyi embed player; search iframe recursively
2017-08-12 20:57:08 +08:00
MaxwellGoblin
b6b53d0d2a
[embed vimeo]pass referer to VimeoExtractor
2017-08-12 19:14:18 +08:00
MaxwellGoblin
da916ec93f
[iqiyi]support zol.iqiyi; close #2256
2017-08-12 16:00:14 +08:00
MaxwellGoblin
f99b068ee3
[bilibili]index title could be described in CJK lang so it cannot be sorted at all
2017-08-12 11:26:02 +08:00
Mort Yao
7abb26c34b
[miaopai] fix mp4 extension
2017-08-12 00:02:57 +02:00
Mort Yao
8fb21211d9
Merge branch 'acfun-new-pattern' of https://github.com/coslyk/you-get into coslyk-acfun-new-pattern
2017-08-11 23:46:49 +02:00
MaxwellGoblin
5a8715fc96
[cntv]support multi stream types
2017-08-11 16:27:37 +08:00
MaxwellGoblin
10a32e9de3
[youku]rewrite youku
2017-08-11 13:45:37 +08:00
MaxwellGoblin
94739f5b46
[acfun]remove useless import
2017-08-11 04:43:54 +08:00
MaxwellGoblin
8af779ecdc
[icourses]compact problem about strftime
2017-08-10 23:36:06 +08:00
MaxwellGoblin
87fb35769e
[icourses]rewrite
2017-08-10 22:17:15 +08:00
MaxwellGoblin
f1a942c0d0
[vimeo]support multi streams; fix #1798
2017-08-09 13:15:08 +08:00
MaxwellGoblin
9488ce1cff
[youku]fix #2243
2017-08-08 21:35:27 +08:00
MaxwellGoblin
930c659141
[xiami]remove deprecated code; fix #1165
2017-08-08 15:00:51 +08:00
MaxwellGoblin
a020c0fe32
[sina]rewrite; support sina.com.cn/zxt
2017-08-08 13:46:15 +08:00
MaxwellGoblin
6f97cda395
[douyutv]support v.douyu.com/show/
2017-08-08 04:15:07 +08:00
rosynirvana
c820f42af7
Merge pull request #2153 from rosynirvana/zhanqi
...
[common zhanqi]m3u8 code in common; rewrite zhanqi
2017-08-08 03:56:06 +08:00
MaxwellGoblin
828abd71d8
[qq qie_video]support QiE video
2017-08-08 03:38:34 +08:00
MaxwellGoblin
450eb56718
[qie]support match page
2017-08-06 19:59:00 +08:00
MaxwellGoblin
2344e7eaf4
[mgtv]new pattern; fix #2232
2017-08-06 02:39:53 +08:00
MaxwellGoblin
6d60805079
[cntv]fix #2233
2017-08-06 02:33:12 +08:00
MaxwellGoblin
38e3b4618f
[panda]quit if cannot found room id from url
2017-08-06 02:08:20 +08:00
MaxwellGoblin
35905c2bac
[qq]fix bad json with fragment_count equals 0
2017-08-06 00:11:55 +08:00
MaxwellGoblin
1cd4ab7a19
[bilibili]add support for vc.bilibili
2017-08-05 21:49:58 +08:00
MaxwellGoblin
6dd51760c1
[iqilu]page vars changed
2017-08-05 20:46:32 +08:00
YK Liu
50d22ee225
add new acfun's url pattern
2017-08-05 18:35:21 +08:00
MaxwellGoblin
4d0803bafb
[ted]page js data changed
2017-08-05 12:54:51 +08:00
MaxwellGoblin
70c37bd272
[ifeng]add one new url pattern
2017-08-05 12:17:55 +08:00
rosynirvana
fa9a5ace1c
Merge pull request #1654 from Justsoos/patch-1
...
fix quanmin.py
2017-08-05 12:06:31 +08:00
MaxwellGoblin
d4a12b403f
[baomihua]fix #2220
2017-08-04 21:42:15 +08:00
Mort Yao
fbd5e8cbd0
Merge branch 'instagram-fix-output-dir' of https://github.com/kolen/you-get into kolen-instagram-fix-output-dir
2017-08-01 02:22:05 +02:00
Feilong Ma
c4c78721de
Fix parsing irregular episode index
2017-07-31 05:26:00 -04:00
MaxwellGoblin
fca1ec8d9e
[miaopai]new url pattern
2017-07-30 22:15:24 +08:00
MaxwellGoblin
7eb7ead380
[soundcloud]update client id and new api
2017-07-29 19:59:29 +08:00
kolen
0f835667bf
[instagram] Fix always downloading to current dir, ignoring -o
...
GH-2188
2017-07-24 20:22:24 +03:00
Mort Yao
ac51840085
Merge branch 'develop' of https://github.com/andyhuzhill/you-get into andyhuzhill-develop
2017-07-22 11:07:24 +02:00
Mort Yao
b487baa256
Merge branch 'patch-2' of https://github.com/wwqgtxx/you-get into wwqgtxx-patch-2
2017-07-22 10:59:12 +02:00
MaxwellGoblin
6c0e4b7963
[youku]api endpoint now checks referer
2017-07-20 20:52:29 +08:00
MaxwellGoblin
6fa81497d5
[youtube]use mp4_audio track when no audio track for webm
2017-07-20 17:14:05 +08:00
MaxwellGoblin
9b32634088
[acfun]endpoint url changed and checks referer
2017-07-20 11:38:49 +08:00
MaxwellGoblin
0f839bafac
[nicovideo]fix title
2017-07-18 09:16:01 +08:00
MaxwellGoblin
5bbb536de4
fix weibo title when character "<" existed
2017-07-17 16:17:43 +08:00
wwqgtxx
5104e04438
get password from cli in youku.py
2017-07-16 23:53:11 +08:00
MaxwellGoblin
15c46d3f7d
[ffmpeg]drop -re flag when input is not live stream
2017-07-16 08:49:42 +08:00
MaxwellGoblin
1ab8ea015d
[common zhanqi]m3u8 code in common; rewrite zhanqi
2017-07-15 21:44:54 +08:00
rosynirvana
f16bf06d10
Merge pull request #1895 from rosynirvana/iqiyi_title
...
fix iqiyi tiltes when accessed with curid=
2017-07-13 11:24:37 +08:00
MaxwellGoblin
f47096c201
[iqiyi]H265 streams
2017-07-13 10:39:59 +08:00
MaxwellGoblin
c48c4beb6b
[youku extractor]print m3u8 url in info
2017-07-12 23:27:55 +08:00
MaxwellGoblin
996634d473
[qq]fix weixin patterns
2017-07-12 21:11:22 +08:00
MaxwellGoblin
e8624e6387
[qq]fix crashes for preview segs
2017-07-12 20:14:40 +08:00
Hu Zhenyu
2fc0f49d58
fix get douyu real stream address
2017-07-12 17:33:05 +08:00
MaxwellGoblin
dd0c850f95
Merge branch 'qq' into develop
2017-07-10 15:57:38 +08:00
MaxwellGoblin
6d96300c73
[dailymotion]redirect to embed url to bypass restriction; prefer mp4
2017-07-10 15:51:27 +08:00
MaxwellGoblin
ee50695951
[vimeo]fix regex; do not panic if one id in a channel failed
2017-07-09 20:39:13 +08:00
Mort Yao
8e40b66a7e
Merge branch 'flickr_extractor_dev' of https://github.com/YenvY/you-get into YenvY-flickr_extractor_dev
2017-07-09 10:57:10 +02:00
Mort Yao
d48a3a36e3
[youku] fix support of password-protected videos
2017-07-08 22:01:00 +02:00
YenvY
fc4f35ae4d
fix apikey matching error in gallery case
2017-07-08 19:59:24 +08:00
MaxwellGoblin
94121ea76d
[bilibili]fix non-integer index
2017-07-08 18:22:35 +08:00
Mort Yao
bfdc08e6a1
[google+] download original photos
2017-07-08 03:12:22 +02:00
Mort Yao
490514eae6
[universal] support HLS m3u8
2017-07-08 02:56:54 +02:00
Mort Yao
b04847e9c5
Merge branches 'insta-multi' and 'youtube-caption-fix' into develop
2017-07-08 02:08:19 +02:00
Mort Yao
72eb5cc34d
[instagram] support multiple image posts
2017-07-08 01:54:49 +02:00
Mort Yao
23dbe2d07b
[youtube] fix caption tracks extraction ( close #2123 )
2017-07-08 01:35:16 +02:00
Mort Yao
da3d4cf344
Merge branch 'fix_acfun' of https://github.com/rosynirvana/you-get into rosynirvana-fix_acfun
2017-07-08 00:55:39 +02:00
Mort Yao
ce8d0fb797
Merge branch 'youku' of https://github.com/rosynirvana/you-get into rosynirvana-youku
2017-07-08 00:07:36 +02:00
Mort Yao
858c694b0b
Merge branch 'youtube_ext_fix' of https://github.com/YenvY/you-get into YenvY-youtube_ext_fix
2017-07-07 16:43:20 +02:00
Mort Yao
b885c833b1
[youtube] VEVO: get over speed limiting ( close #2068 )
2017-07-07 16:40:40 +02:00
Mort Yao
833c9b85c1
Merge branch 'pptv' of https://github.com/rosynirvana/you-get into rosynirvana-pptv
2017-07-07 16:00:36 +02:00
Mort Yao
12ee682be2
Merge branch 'develop' of https://github.com/yunair/you-get into yunair-develop
2017-07-07 15:57:25 +02:00
Mort Yao
50d34d2d99
Merge branch 'fix-bilibili-redirect' of https://github.com/rosynirvana/you-get into rosynirvana-fix-bilibili-redirect
2017-07-07 15:06:11 +02:00
MaxwellGoblin
9ca5bf1895
[bilibili] support free bangumi.bilibili.com/movie
2017-07-06 17:03:01 +08:00
MaxwellGoblin
525f052332
[youku]cna hacks
2017-07-04 18:09:49 +08:00
MaxwellGoblin
1a3752781a
[youku]hacks to quote cna
2017-07-04 18:09:49 +08:00
MaxwellGoblin
9d0c776dce
[youku]fix #2048
2017-07-04 18:09:49 +08:00
MaxwellGoblin
5d19825baa
[bilibili]rewrite
2017-07-03 13:37:58 +08:00
YenvY
f4e8544bd3
fix an idiot mistake
2017-07-03 08:02:36 +08:00
YenvY
ec79b7eccd
fix 'reference before declaration' error in youtube extractor
2017-07-03 07:49:23 +08:00
w48325832
82b4496dc9
fix www.iwara.tv can't download
2017-06-27 00:13:35 +08:00
w48325832
12a842dd88
add iwara support
2017-06-26 23:59:47 +08:00
w48325832
ca7d03357e
add iwara
2017-06-25 14:20:28 +08:00
yunair
8e40809446
fix miaopai mobile page download
...
url does not contains .htm
2017-06-19 14:16:50 +08:00
MaxwellGoblin
cbe4fe09dc
rewrite qq_download_by_vid
2017-06-17 01:46:31 +08:00
YenvY
73f936974c
fix for lower version python
2017-06-14 11:26:24 +08:00
YenvY
91b196baef
rebuild flickr extractor
2017-06-14 09:06:51 +08:00
MaxwellGoblin
da1339b0b0
[acfun]update interface
2017-05-27 20:14:52 +08:00
MaxwellGoblin
0b00bf0f62
[pptv]refactor
2017-05-27 00:45:42 +08:00
MaxwellGoblin
5d38392cc3
[youku tudou]update api
2017-05-25 14:01:38 +08:00
MaxwellGoblin
71a1825be5
[acfun]fix youku cloud source
2017-05-24 02:16:32 +08:00
Mort Yao
24099c7efe
Merge branch 'le_sports' of https://github.com/rosynirvana/you-get into rosynirvana-le_sports
...
- Close #1000
- Close #1200
- Close #1469
2017-05-20 21:57:07 +02:00
MaxwellGoblin
f1823eb16a
[sina]try to find vid from url
2017-05-18 03:50:07 +08:00
MaxwellGoblin
fb04f289c2
[le]support sports.le
2017-05-18 03:15:55 +08:00
David Zhuang
c7a262cf65
[UCAS] use http.client instead of requests
2017-05-13 17:39:07 -04:00
David Zhuang
d0431d8bd6
[UCAS] add support
2017-05-13 17:15:29 -04:00
Mort Yao
d3d9e0f5c0
[imgur] use hash when title not present
2017-05-13 15:00:31 +02:00
Mort Yao
303922f9d4
Merge branch 'fix_weibo' of https://github.com/rosynirvana/you-get into rosynirvana-fix_weibo
2017-05-12 12:35:47 +02:00
Mort Yao
0f4f184643
Merge branch 'fixed-some-album-name-endwith-spaces-cause-FileNotFoundError-problum' of https://github.com/bigfuji/you-get into bigfuji-fixed-some-album-name-endwith-spaces-cause-FileNotFoundError-problum
2017-05-12 12:26:18 +02:00
Mort Yao
13daffdd66
Merge branch 'ku6/fix-extension-error' of https://github.com/XiaochenCui/you-get into XiaochenCui-ku6/fix-extension-error
2017-05-12 12:21:01 +02:00
MaxwellGoblin
3bd8910ffb
[ximalaya] use fake_headers to fetch json
2017-05-09 10:29:05 +08:00
XiaochenCui
65712f8619
[ku6]fix error when parse url's extension
2017-05-07 07:20:00 +08:00
Mort Yao
9d395172d9
Merge branch 'qq_redirect' of https://github.com/rosynirvana/you-get into rosynirvana-qq_redirect ( fix #1908 )
2017-05-06 18:11:47 +02:00
Mort Yao
5777d49f62
[bilibili] add referer
2017-05-06 15:11:50 +02:00
kaka
27b80072c3
strip name of album fixed when download some album which name endwith spaces raise FileNotFoundError problem.
2017-05-06 20:11:21 +08:00
MaxwellGoblin
5cf63526c6
[le.py] update api
2017-05-04 11:34:18 +08:00
MaxwellGoblin
398845fd69
[qq]fix v.qq.com/page redirect
2017-04-26 11:15:04 +08:00
ultimate010
3246079751
use crc32 to sign
...
Signed-off-by: ultimate010 <ultimate010@gmail.com>
2017-04-26 09:42:39 +08:00
ultimate010
34d05f1777
add suport for toutiao.com
2017-04-25 16:58:36 +08:00