Mort Yao
408e78b180
drop support for python <3.5
2022-04-19 21:37:48 +02:00
Peter
68cf21dbee
Add pipenv command usage option
2022-01-07 10:41:05 +08:00
Mort Yao
8b473e7256
[xiami] xiami is dead
2021-02-06 18:04:09 +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
bUBBLE
a5edbacada
Update README.md
2020-12-18 14:53:39 +08:00
Riceball LEE
5c2bb3fa34
feat: add lrts extractor
2020-12-15 21:41:41 +08:00
Mort Yao
dbb1296d54
update README.md
2020-12-09 00:46:03 +01:00
Mort Yao
2a7fcdc8e9
migrate From Travis CI to GitHub Actions
2020-10-28 03:12:06 +01:00
richard
84a5611939
inital
2020-04-07 23:45:32 -04:00
Mort Yao
bd06317fcc
[README] [bilibili] images and audios supported
2020-03-30 18:16:58 +02:00
Mort Yao
25c481cdcd
purge dead sites
2020-03-23 11:55:48 +01:00
WaferJay
0dbe185351
[missevan] Update README.md and add a test case
2019-10-04 18:08:01 +08:00
lxfly2000
aa151acaa3
Fix AcFun Bangumi download.
2019-08-10 19:31:29 +08:00
Mort Yao
6563bd60c0
update CONTRIBUTING.md
2019-03-08 23:17:28 +01:00
Mort Yao
e5fc0f2780
update README.md
2019-02-20 16:42:24 +01:00
perror
8454f878d2
[zhihu] Add zhihu.com support
2018-12-07 21:38:39 +08:00
Mort Yao
0930e0784e
update README.md
2018-11-30 22:07:04 +01:00
Mateusz Piotrowski
286a7788d2
Add installation instructions for FreeBSD
2018-09-19 09:38:26 +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
iawia002
cd77aad47c
🔧 add missing intr for kuaishou
2017-12-16 10:18:24 +08:00
iawia002
4ce28ac2b5
✨ add douyin support
2017-12-15 17:21:34 +08:00
perror
6c3bdfd90c
New site support: https://www.ixigua.com/
2017-12-10 13:14:32 +08:00
Mort Yao
f6b212397f
elephants are cool
2017-12-04 04:18:06 +01:00
Mort Yao
9837a1f949
update README
2017-11-27 23:54:37 +01:00
Mort Yao
07d37bd990
update README
2017-11-27 21:36:22 +01:00
Mort Yao
a666d0d9a5
update README
2017-11-27 21:29:18 +01:00
Mort Yao
581b15a386
I love beer!
2017-10-13 23:43:07 +02:00
Mort Yao
cf0abaeb94
update README
2017-10-13 23:37:55 +02:00
Mort Yao
8afb998d59
Remove dead sites (2017-02-01)
...
* JPopsuki TV http://www.jpopsuki.tv/
* 天天动听 http://www.dongting.com/
* THVideo http://thvideo.tv/
* 阡陌视频 http://qianmo.com/
2017-02-01 23:39:46 +01:00
Valdemar Erk
60b6834e54
Quanmin support.
2017-01-03 23:58:56 +01:00
Mort Yao
bc590cbd62
[douban] add support: movie.douban.com
2016-11-03 21:32:13 +01:00
Cheng Gu
0f3fe97e9c
update: add huomao.com
2016-10-27 17:44:54 +08:00
Mort Yao
e2f86641ab
update README: use https
2016-10-14 20:32:05 +02:00
Mort Yao
3b3e5cfe38
update README ( close #1422 )
2016-10-05 14:38:02 +02:00
Mort Yao
712cc69218
Merge branch 'develop' of https://github.com/chantisnake/you-get into chantisnake-develop
2016-07-11 03:47:19 +02:00
Cheng Zhang
c43bb6006d
fix the order
...
let choco option more close to home brew since they are alike
2016-07-10 20:02:41 -04:00
Cheng Zhang
06252f0b6e
fix an unfortunate typo
2016-07-10 15:51:33 -04:00
Cheng Zhang
e5c606503c
add the option to use choco to install on windows
2016-07-10 15:48:34 -04:00
misha shelemetyev
50c911507b
Lets fix vk videos
2016-07-08 15:12:21 -04:00
Mort Yao
c0f2a17286
contrib: Add shell completion definitions for Bash, Fish and Zsh ( close #1180 )
2016-06-22 12:47:47 +02:00
zhuzhichao
aaf0041446
Install via brew (Mac only)
2016-06-04 14:20:42 +08:00
David Zhuang
c372b09e59
[Readme] Add pip install from Github
2016-05-29 17:29:15 -04:00
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
186762b4b5
update README
2016-05-23 22:26:36 +02:00
NickeyKim
677040a39e
add Naver support
...
add Naver support
2016-05-19 14:48:45 +09:00
iliul
e697287b95
add support Panda.tv
2016-05-11 14:28:50 +08:00
Timothy Cyrus
878d1d56c4
Update README.md
...
Changed Badges from PNG to SVG
Also Fixed Badge Links
2016-04-08 10:31:27 -04:00
wenLiangcan
343c410973
Add huaban.com support.
2016-03-16 00:23:28 +08:00
Mort Yao
c587af7741
update README.md
2016-03-05 02:26:56 +01:00
Mort Yao
269829e77a
update README.md
2016-03-03 21:54:14 +01:00