Commit Graph

32 Commits

Author SHA1 Message Date
Mort Yao
db8f59c424
[extractor] revert 12de1b4 as it's breaking --player 2017-09-26 00:37:57 +02:00
Mort Yao
d1c0810742
[extractor] fix stream_id if no dash_streams exist 2017-09-19 17:00:10 +02:00
Mort Yao
12de1b482f
[extractor] download best-quality DASH stream if FFmpeg is installed 2017-09-19 14:05:56 +02:00
MaxwellGoblin
2652a3fe6c [extractor]add a parameter "keep_obj" to forbid VideoExtractor re-init after download instance method 2017-09-12 13:08:05 +08:00
MaxwellGoblin
d2558cc66e [extractor]set ext to mp4 if container is m3u8 2017-08-08 03:37:37 +08:00
MaxwellGoblin
c48c4beb6b [youku extractor]print m3u8 url in info 2017-07-12 23:27:55 +08:00
MaxwellGoblin
5d19825baa [bilibili]rewrite 2017-07-03 13:37:58 +08:00
MaxwellGoblin
9b9d80b32d do not print size when the container is m3u8 2017-02-25 02:31:07 +08:00
liujianshan
927a1cb91f Fix soku.com vid download error problem 2016-12-29 19:47:53 +08:00
H.G
2baeed762a [universal] fix issue: "flush" is not available in Python under 3.3 2016-09-05 10:50:58 +12:00
Mort Yao
318b74827d [imgur] fix for direct images 2016-03-16 20:36:02 +01:00
zhangn1985
069e8ca5db Merge branch 'develop' into for-up 2016-03-14 11:27:14 +08:00
Mort Yao
cc1840f187 [extractor] use maybe_print for video-profile (fix #982) 2016-03-13 19:41:34 +01:00
Zhang Ning
a2308ad2a1 reset url and vid when download in serial
when use xxx_download_by_url(url1/url2)
vid will not reset, only first url will download

Signed-off-by: Zhang Ning <zhangn1985@gmail.com>
2016-03-11 19:47:48 +08:00
Mort Yao
cd5cfc775f [common] maybe_print() ignores any non-printable characters (which used to cause an exception, which is not intuitive) 2016-03-05 16:18:14 +01:00
Mort Yao
e27b5cae49 [extractor] no-caption check 2016-01-08 17:40:38 +01:00
Mort Yao
f8220f164c [youtube] enable all DASH streams 2015-11-06 05:57:56 +01:00
Mort Yao
126351fec0 [extractor] 2015-10-22 05:03:49 +02:00
Mort Yao
4c2864d6f1 [extractor] fix #713 2015-10-19 16:12:41 +02:00
Mort Yao
c10d009d6f [extractor] support caption_tracks 2015-10-18 01:35:54 +02:00
Mort Yao
da74b0ab9e [youtube] support dashmpd 2015-10-17 22:03:18 +02:00
Mort Yao
bedd3ef639 [extractor] support dash_streams 2015-10-17 21:51:08 +02:00
sceext
0c18a0873d add --json option: output video information in json text 2015-09-24 17:37:41 +08:00
Mort Yao
c63155a334 Youku: fix a regression bug which caused '-y' not work
* d6ec844 is not implemented correctly (unfortunately)
2014-09-20 22:23:59 +02:00
Mort Yao
8f682fd5fc VideoExtractor: replace misleading error message 2014-09-12 19:14:53 +02:00
Mort Yao
422a3e879f Youku: fix display for format selection 2014-08-12 18:39:30 +02:00
Mort Yao
2452a4d5a9 fix this shit 2014-07-31 22:39:01 +02:00
Mort Yao
d6ec844902 Youku: fix a regression bug which caused '-y' not work 2014-07-31 22:28:30 +02:00
Mort Yao
95e9b8788f Youku: support password-protected videos, fix #73 2014-07-30 04:52:45 +02:00
Mort Yao
cb8884e1c9 fix output_dir and merge options 2014-07-25 21:31:46 +02:00
Mort Yao
cf3fce9e86 extractor: use util.log to print formatted text 2014-07-21 14:44:27 +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