sceext
0c18a0873d
add --json option: output video information in json text
2015-09-24 17:37:41 +08:00
Mort Yao
8985d57768
[archive] new site support
2015-09-21 10:28:59 +02:00
Mort Yao
e075433563
[common] fix infinite redirecting
2015-09-21 10:17:56 +02:00
Mort Yao
b7814f6652
[755] new site support
2015-09-21 00:24:22 +02:00
Jun Zhou
20ebd902e0
[common] fix skipping download of file existence in some cases
2015-09-14 20:14:42 -04:00
Mort Yao
b277d8d5d4
[common] divide the import of extractors into multiple lines
2015-09-12 23:38:02 +02:00
cnbeining
0fc9e207a3
Add iQilu support
2015-09-10 14:43:39 -04:00
Mort Yao
b5112da1b2
Merge branch 'cnbeining-metacafe' into develop
2015-09-08 20:02:22 +02:00
Zhang Ning
c73a636d43
support multi video in one page
...
add matchall api
matchall: almost same as match1, but it will return a list
of all matches.
2015-09-03 18:07:20 +08:00
Zhang Ning
b50cc2338f
support embed player for youku/tudou
...
try sites one by one, to search video.
but not in video order.
Signed-off-by: Zhang Ning <zhangn1985@gmail.com>
2015-09-03 14:47:22 +08:00
cnbeining
f0826dd1e9
Add metacafe support
2015-09-02 15:37:50 -04:00
cnbeining
81cd814e3d
Add funshion support, fix #215 , replace #601 , #604
2015-09-02 14:54:09 -04:00
cnbeining
01a137b002
Add Weibo Miaopai support
2015-08-23 02:14:12 -04:00
cnbeining
89c301a7cd
Add support for Qianmo
...
http://qianmo.com/
Tested on my machine.
2015-08-20 00:45:32 -04:00
lilydjwg
a1879ff563
[netease] support for 163.fm short url
...
e.g. http://163.fm/LzbHaQN
2015-07-31 16:13:06 +08:00
liushuyu
c5e09fd549
Fix zhanqi
...
Zhanqi extractor works again...
And added ts merging implementation...
Signed-off-by: liushuyu <liushuyu_011@163.com>
2015-06-16 18:33:45 +08:00
Mort Yao
2054b89042
[twitter] add support
2015-06-15 00:04:57 +08:00
Mort Yao
29dcad4824
Merge branch 'develop' of https://github.com/daniellowtw/you-get into daniellowtw-develop
2015-05-13 23:03:15 +08:00
Zhiming Wang
4a4b6ceac0
print urls one per line instead of as a list...
...
when the --url option is specified.
2015-05-03 22:03:54 -07:00
D Low
acc5e90777
Add extractor for vidto
2015-04-22 21:59:03 +01:00
jackyzy823
228bb26f5b
support for lizhifm
2015-04-02 10:30:31 +08:00
Mort Yao
205cc3138f
Disable special conversion for non-UTF encoding.
...
- Windows users should take care of their code page themselves
2015-01-04 09:28:23 +01:00
pl
7afeecf4d7
support zhanqi.tv #444
2014-11-30 15:57:08 +01:00
gongqijian
f104b9987f
Add support for baomihua
2014-11-07 23:26:00 +08:00
Mort Yao
8dd37070d3
Merge branch 'develop' of https://github.com/0x00-pl/you-get into 0x00-pl-develop
2014-10-31 10:39:26 +01:00
Mort Yao
1b5894df11
fix 3c9a774
to get everything works
2014-10-31 09:14:58 +01:00
cnbeining
3c9a77429c
Add Letvcloud support, as in #422
...
Have to redo this sh*t for 3 times due to the stupidity of the damned
editor and Git. FML.
2014-10-26 23:00:19 +08:00
pl
66f8da8efc
douyutv.com now can download online flv.
...
modified: common.py
modified: extractors/douyutv.py
2014-10-25 19:46:25 +08:00
pl
8a1d7b5fa1
fix douyutv support.
2014-10-24 21:25:10 +08:00
pl
b37480100d
add douyutv support.
2014-10-24 21:25:10 +08:00
lilydjwg
d24b2ca700
move parse_size to dongting.py
2014-10-17 07:09:11 +02:00
lilydjwg
a00d8a60b0
add Dongting (天天动听) support
...
example URL: http://www.dongting.com/?song_id=281575
2014-10-17 07:09:11 +02:00
Mort Yao
2c1d354635
support Content-Type: audio/mp4
2014-09-21 02:22:57 +02:00
Mort Yao
1952c90d10
use byte string for all when default encoding is not UTF-8 ( fix #147 and close #222 )
2014-09-21 02:10:05 +02:00
Mort Yao
a52cd83335
silly me
2014-09-21 01:54:43 +02:00
Mort Yao
fa1d1938d7
common: remove deprecated, unused function filenameable()
2014-09-20 23:46:21 +02:00
Mort Yao
b0a8c579b2
enable merging f4v segments
2014-09-08 23:38:11 +02:00
cnbeining
a4763fc6a2
Add VideoBam as requested in #117
2014-08-08 01:41:38 -04:00
Mort Yao
d6ec844902
Youku: fix a regression bug which caused '-y' not work
2014-07-31 22:28:30 +02:00
jackyzy823
dfd52fdd9f
import tucao in common and __init__
2014-07-31 22:30:54 +08:00
Mort Yao
61ac0da5c1
resolve a namespace conflict
2014-07-21 04:00:47 +02:00
Mort Yao
7f2f203510
fix tests
2014-07-21 03:17:30 +02:00
Mort Yao
13d40fa694
Major refactoring
...
* Change entry point to you_get.__main__:main
* New entry point for development (you-get-dev): you_get.__main__:main_dev
* you_get.extractor -> you_get.extractors
2014-07-21 02:39:40 +02:00
Mort Yao
c1f3340137
hotfix: unexpected keyword argument 'lang'
2014-07-21 01:37:21 +02:00
Mort Yao
fb475bf0c2
fix version again
2014-07-20 21:52:04 +02:00
Mort Yao
8a032df683
fix NameError: name get_version is not defined
2014-07-20 21:43:17 +02:00
Mort Yao
c3b56def6d
remove sogou_proxy
2014-07-20 21:26:47 +02:00
Mort Yao
cebaa890f4
id -> format
2014-07-20 15:36:29 +02:00
Mort Yao
7a9855f269
Prompt for alternative audio languages, fix #369
2014-07-20 15:15:33 +02:00
Mort Yao
64f9e8e8ba
YouTube: OOP style
2014-07-17 09:01:44 +02:00