Commit Graph

332 Commits

Author SHA1 Message Date
Mort Yao
62013d034f
[common] fix google_search (close #2924) 2022-04-22 23:38:38 +02:00
Mort Yao
aef4c4ec0c
Merge branch 'develop' of https://github.com/hong56hk/you-get into hong56hk-develop 2022-04-19 21:12:33 +02:00
Mort Yao
9ef6c2ff6d
[common] implement getHttps 2022-04-19 15:34:26 +02:00
Mort Yao
5a12118c83
add param "--postfix" to postfix downloaded files with unique identifiers 2021-11-18 18:21:11 +01:00
Mort Yao
3f47a215bf
fix the "name m3u8 is not defined" bug of #2888 2021-11-18 18:10:34 +01:00
Mort Yao
f36fc91296
Merge branch 'develop' of https://github.com/bryanzhou/you-get into bryanzhou-develop 2021-11-18 16:28:12 +01:00
hong56hk
ea5f712cb0 fix for using insecure flag does not work 2021-08-26 00:12:52 +08:00
Mort Yao
3044f5c16a
[common] manually add cookies in get_content and post_content (due to python's lack of support for #HttpOnly_) 2021-07-11 18:34:33 +02:00
zhouyuan1
663e53a95f add param m3u8 , allow download video via m3u8 url 2021-05-20 13:03:03 +08:00
Mort Yao
8b473e7256
[xiami] xiami is dead 2021-02-06 18:04:09 +01:00
Mort Yao
027130a45a
[common] use only double-dashed arguments 2020-12-27 17:22:25 +01:00
Mort Yao
45fd2cb607
Merge branch 'feat/lrts' of https://github.com/snowyu/you-get into snowyu-feat/lrts 2020-12-27 17:05:29 +01:00
Mort Yao
4f8c73e9ac
[yinyuetai] purge (#2855) 2020-12-26 19:19:54 +01:00
Riceball LEE
e37836a40b
feat: add arguments to specify the playlist first, last, page-size options 2020-12-16 10:31:52 +08:00
Riceball LEE
5c2bb3fa34
feat: add lrts extractor 2020-12-15 21:41:41 +08:00
Mort Yao
c074d81001
[common] update UA 2020-11-12 00:00:24 +01:00
zhouyuan1
205470ec11 add support for socks5 proxy using username and password config 2020-10-12 13:22:17 +08:00
Mort Yao
f1f2164e54
Merge branch 'chunked-resume' of https://github.com/chrisww/you-get into chrisww-chunked-resume 2020-07-18 22:50:30 +02:00
QingQiz
5b9b0d878c fix: soundcloud: HTTP Error 401: Unauthorized
feat: soundcloud download playlist
2020-07-11 20:01:34 +08:00
chrisww
1c7a0c946e Fix resuming when downloading in chunked mode 2020-05-13 17:21:56 -04:00
richard
84a5611939 inital 2020-04-07 23:45:32 -04:00
Mort Yao
e1edd9f912
purge dead sites 2020-03-23 12:03:41 +01:00
Mort Yao
1d49964093
Merge branch 'add-tv.kakao.com' of https://github.com/SFMDI/you-get into SFMDI-add-tv.kakao.com 2019-12-28 01:37:13 +01:00
Jerry
e9d5cc0232
Fix playback of VideoExtractor.dash_streams 2019-12-01 23:49:34 +08:00
SFMDI
6c4fbd0651 add tv.kakao.com extractor
can download video from tv.kakao.com
and sort __init__ by extarctor name
2019-11-23 03:53:32 +09:00
sheerluck
61b74e3ce9 fix coub with quotes
for example, https://coub.com/view/xrbu1
2019-10-24 22:28:53 +03:00
WaferJay
73bdc2d001 Add simple support for missevan.com
* single audio file download
* album download by --playlist option
2019-10-03 14:43:32 +08:00
chenxing
0ec2a6ee56 modify encoding with open cookies file 2019-08-28 10:20:55 +08:00
Mort Yao
2a1db6e79c
[panda] purge 2019-08-03 13:53:57 +02:00
Mort Yao
d3d397178f
[common] update UA 2019-07-25 23:08:23 +08:00
Mort Yao
fc10ea1d06
[common] fix get_output_filename 2019-05-19 16:38:16 +02:00
Mort Yao
9e9b2ce671
Merge branch 'develop' of https://github.com/icemoon1987/you-get into icemoon1987-develop 2019-05-19 16:00:44 +02:00
Mort Yao
6648e007e3
[common] set output_filename for multi-part downloads (longstanding bug since 20ebd90 and d8e2a93) 2019-05-19 02:06:37 +02:00
icemoon1987
8103f29b78 change --skip-ignore-size to --skip-existing-file-size-check 2019-04-29 14:16:51 +08:00
icemoon1987
1658fd32fc add --skip-ignore-size function 2019-04-18 16:50:13 +08:00
Mort Yao
2e461820f8
Merge branch 'supportignoressl' of https://github.com/gaoxingliang/you-get into gaoxingliang-supportignoressl 2019-03-25 15:32:27 +01:00
edward.gao
18e71ed9d9 change the name to insecure instead of in-secure 2019-03-25 13:36:47 +08:00
edward.gao
e5f02725ea Support ignore ssl when connecting through vpn by adding option -k 2019-03-12 13:58:13 +08:00
edward.gao
bc3460b3e3 Support ignore ssl when connecting through vpn by adding option -k 2019-03-12 13:40:02 +08:00
Mort Yao
077b604748
[common] load_cookies(): copy cookies.sqlite to a temporary file in case database is locked (e.g., Firefox is running) 2019-03-03 18:28:58 +01:00
Mort Yao
d961f7f49e
[common] load_cookies(): load lines with prefix "#HttpOnly_" as MozillaCookieJar treats them as comments 2019-03-03 17:30:48 +01:00
Mort Yao
c55a1ea489
purge dead sites 2019-02-20 16:14:16 +01:00
Mort Yao
11184c2552
[common] get_content(): ignore decoding errors 2019-02-20 14:58:17 +01:00
Mort Yao
9dc034c2cc
[common] download_urls(): fix URL printing for DASH streams 2019-02-16 23:08:44 +01:00
trymelz
f09d7c958a check python version before using shutil.which function 2019-01-01 18:47:51 -06:00
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