Commit Graph

1347 Commits

Author SHA1 Message Date
Zhiming Wang
3b4a576e6c
Add shell completion definitions for Bash, Fish and Zsh
Paths of completion definitions in this repo are inconsequential, and I
don't know a convention for that, so I just modelled it on git.git
https://github.com/git/git/tree/master/contrib/completion. What's
different here is that instead of using a uniform naming scheme for each
file (you-get-completion.<shellname>), I'm using the conventional name
for each shell, which means _you-get for Zsh, for instance. Users of
each shell should be able to pick out the completion definition for
their shell based on the filenames; in the worst case, they can still
tell from the comment at the top of each file.

Note that I'm no expert on Bash or Fish completion, so
you-get-completion.bash and you-get.fish may not be written in the
idiomatic way. (you-get-completion.bash is most certainly not idiomatic,
if there's an idiom at all.)

Closes #1178.
2016-05-28 18:50:50 -07:00
Mort Yao
cb39f4b9f3
Merge branch 'qq-robust-url' of https://github.com/jackyzy823/you-get into jackyzy823-qq-robust-url 2016-05-28 18:46:53 +02:00
Mort Yao
d790eb597c
Merge branch 'jackyzy823-netease-radio' into develop (fix #1145) 2016-05-28 17:55:06 +02:00
Mort Yao
0b3eb24198
Merge branch 'netease-radio' of https://github.com/jackyzy823/you-get into jackyzy823-netease-radio 2016-05-28 17:54:34 +02:00
Mort Yao
82460be562
Merge branch 'develop' of github.com:soimort/you-get into develop 2016-05-28 16:12:33 +02:00
Mort Yao
10d6566552
[bilibili] fix #1176 2016-05-28 16:11:49 +02:00
jackyzy823
fd2a290ffe [QQ] more robust url extractor 2016-05-28 09:32:07 +00:00
David Zhuang
f4c4402f45 Merge pull request #1140 from cnbeining/fix-mgtv
[MGTV]Fix some video cannot be downloaded in full length
2016-05-28 02:52:43 -04:00
David Zhuang
2e4cef71ff Merge branch 'develop' into fix-mgtv 2016-05-28 02:51:15 -04:00
Mort Yao
b9431422d8
[twitter] support scribe_playlist_url (vine) 2016-05-28 04:19:25 +02:00
jackyzy823
9c67f40258 [Netease] add support for radio & program 2016-05-27 16:18:56 +00:00
Mort Yao
71ec9cad22
[videomega] support embedded URLs 2016-05-27 03:12:49 +02:00
Mort Yao
8879bca209
[videomega] fix support 2016-05-27 01:48:51 +02:00
David Zhuang
7076c002c7 Merge pull request #1169 from 4ft35t/fix-path-error
[You-Get]fix path error
2016-05-26 14:19:42 -04:00
4ft35t
b6a00c3e14 fix path error 2016-05-26 23:52:22 +08:00
Mort Yao
f7350381b6
Merge branch 'timeout_retry' of https://github.com/JayXon/you-get into JayXon-timeout_retry 2016-05-26 01:59:13 +02:00
David Zhuang
1dcaa3c159 Merge pull request #1164 from osinx/osinx-patch-1
Add support http://baidu.ku6.com close #1163
2016-05-25 16:50:19 -04:00
osinx zhou
c89c977189 Support http://baidu.ku6.com #1163 2016-05-25 15:35:41 +08:00
JayXon
48640e279f Add -t and --timeout option
To set socket timeout, default is 600 seconds.
2016-05-24 20:58:28 -07:00
JayXon
854386f22f Retry request if timeout in get_content 2016-05-24 20:13:32 -07:00
Mort Yao
5f99e1dfd3
version 0.4.424 2016-05-23 22:38:19 +02:00
Mort Yao
186762b4b5
update README 2016-05-23 22:26:36 +02:00
Mort Yao
d2d6fcb953
[twitter] fix #1139 (really) 2016-05-23 22:13:12 +02:00
Mort Yao
d1d62ae304
[twitter] fix #1139 2016-05-23 17:28:29 +02:00
Mort Yao
c2db8a132f
Merge branch 'cnbeining-merge_aac_adtstoasc' into develop (close #813, fix #1158) 2016-05-22 17:31:53 +02:00
Mort Yao
67d18c766a
processor/ffmpeg.py: 644 2016-05-22 17:28:01 +02:00
cnbeining
b4eb73965c
Add -bsf:a aac_adtstoasc when merging
As in #813.
2016-05-22 17:23:30 +02:00
David Zhuang
86cf4dfed8 Merge pull request #1151 from cnbeining/qietv
[QiE]Add Support, close #1148
2016-05-20 04:36:56 -04:00
David Zhuang
21cc895f97 Merge branch 'develop' into qietv 2016-05-20 04:30:28 -04:00
David Zhuang
2cd4656b32 [QiE]Add Support 2016-05-20 04:28:30 -04:00
David Zhuang
c2eed05973 Merge pull request #1147 from jmargeta/EmbeddedVimeoSupport
[Vimeo]Support for embedded Vimeo videos
2016-05-19 17:36:42 -04:00
jmargeta
e6af1c6265 Support for embedded Vimeo videos
Example URL:
- http://www.miracletutorials.com/howto-embed-vimeo/
2016-05-19 22:57:48 +02:00
Mort Yao
5e428273f9
Merge branch 'NickeyKim-add-support-naver' into develop 2016-05-19 16:42:48 +02:00
NickeyKim
677040a39e add Naver support
add Naver support
2016-05-19 14:48:45 +09:00
David Zhuang
f7c20b236c [MGTV]Fix some video cannot be downloaded in full length 2016-05-17 15:28:33 -04:00
Mort Yao
6938894337
Merge branch 'print-merged-filename' of https://github.com/zmwangx/you-get into zmwangx-print-merged-filename 2016-05-14 23:49:57 +02:00
Mort Yao
4f91f908db
[yinyuetai] fix #1102 2016-05-14 23:36:51 +02:00
Mort Yao
79945ea88f
Merge branch 'develop' of https://github.com/iliul/you-get into iliul-develop 2016-05-14 23:23:26 +02:00
Mort Yao
db49323e93
Merge branch 'ksnzh-develop' into develop 2016-05-14 23:07:22 +02:00
Zhiming Wang
03a4d3cc91
common.py: Print merged filename after successful merge
Instead of just "Done.".
2016-05-12 23:56:34 -07:00
iliul
e697287b95 add support Panda.tv 2016-05-11 14:28:50 +08:00
ksnzh
f5c22cdfef fix the url 'watch/' and 'watch3/' error 2016-05-10 23:04:55 +08:00
ksnzh
17533bf693 fix the url 'watch/' and 'watch3/' error 2016-05-10 22:18:34 +08:00
ksnzh
23b3a9040b match 'http://www.dilidili.com/watch' and '/watch3' 2016-05-10 00:23:16 +08:00
David Zhuang
7dc471f18e Merge pull request #1110 from cnbeining/mgtv
[MangGuoTV]Add support, fix #1076
2016-05-06 22:48:05 -04:00
David Zhuang
6c3828cc32 [MangGuoTV]Add support 2016-05-06 16:30:08 -04:00
Xiaobing Yu
b9428bd9c7 some url like this http://kuaibao.qq.com/s/SPO2016050503989500 got the title failed will raise exception 2016-05-06 18:41:11 +08:00
yuderbin
2768867965 Merge branch 'develop' into develop 2016-05-06 18:02:09 +08:00
Xiaobing Yu
54cafb3d3c fix download error like this url http://v.qq.com/page/m/a/h/m0195j57pah.html 2016-05-06 08:43:12 +08:00
Mort Yao
f9b79b06c3
Merge branch 'tucao-fix' of https://github.com/natsu1211/you-get into natsu1211-tucao-fix 2016-05-05 11:25:51 +02:00