Commit Graph

26 Commits

Author SHA1 Message Date
lh
da22ec2724 improve efficiency 2015-12-09 23:38:48 +08:00
lh
1100eb6060 fix language bug 2015-12-09 23:28:36 +08:00
Mort Yao
f8f74540a9 [youku] code cleanup
- Clean up #783, fix #390 and close #451
- Add referer and cookie handler, fix #793 and close #794
2015-12-09 10:32:41 +01:00
lh
127318d5d0 support full length of youku's video 2015-12-03 03:49:07 +08:00
Mort Yao
d41b8a2a89 [youku] handle password-protected videos, fix #73 (again) 2015-11-24 21:37:40 +01:00
Mort Yao
6fdb9ca179 [youku] add support for audio languages, fix #369 (again) 2015-11-24 21:30:02 +01:00
Mort Yao
7fd4fac40f [youku] print error message 2015-11-24 20:51:05 +01:00
Mort Yao
c0b856a160 [youku] fix #771 2015-11-24 20:07:44 +01:00
Mort Yao
834f5fdcf4 [youku] support show_page, fix #726 2015-10-21 22:23:10 +02:00
Jun Zhou
9283200c62 let KeyboardInterrupt bypass 2015-09-16 01:26:38 -04:00
Jun Zhou
fc93524cc3 [youku] gracefully handle single failure 2015-09-15 15:23:32 -04:00
Jun Zhou
70a1c3f425 [youku] support multi-page playlists 2015-09-13 19:29:36 -07: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
Mort Yao
a5a28c1d7a Youku: match vid more precisely (underscores excluded) 2014-11-13 21:21:07 +01:00
Mort Yao
ba861d4c4c support PyPy3: use explicit self (fix #410) 2014-09-20 22:57:26 +02:00
Mort Yao
2d4ae1d7c8 Youku: handle wrong password error correctly 2014-09-12 19:15:55 +02:00
Mort Yao
edd8ec77b8 Youku: pass bytes rather than str to base64.b64decode() (for compatibility with python <3.3) 2014-09-07 02:34:09 +02:00
oak nauhygon
39ff999d0a minor fix: b64decode takes only bytes not str 2014-09-07 02:11:52 +02:00
Mort Yao
a54d03ef27 Youku: fix a regression bug for downloading password-protected videos 2014-08-10 00:50:26 +02:00
Mort Yao
43890131c0 Youku: no more FIXME 2014-08-07 21:37:59 +02:00
Mort Yao
48906c5624 Youku: turn on 1080p, fix #364 2014-08-07 21:31:11 +02:00
Mort Yao
ff7b57a065 Youku: fix #383, using the new ep generation algorithm 2014-08-07 21:21:35 +02:00
Mort Yao
95e9b8788f Youku: support password-protected videos, fix #73 2014-07-30 04:52:45 +02:00
Mort Yao
18ff097597 Youku: error_code -8 (mainland-only video) 2014-07-30 04:09:47 +02:00
Mort Yao
f4e28d77f2 change "[Error] Invalid video format." message 2014-07-30 03:48:26 +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