Releases: soimort/you-get
0.3.28.1
0.3.28
0.3.27
0.3.26
You-Get 0.3.26 is now released on PyPI.
Please upgrade to the latest version:
$ pip install --upgrade you-get
Watch videos in your local media player
Thanks to @radaiming for implementing this (#286).
We watch videos all the time. Here's a new option -p <PLAYER>
to give you the ability to stream that video from your local media player without having to download them.
- You don't need Flash plugin in your browser anymore. No more CPU overheating.
- More control options, with your favorite player (VLC, MPlayer, SMPlayer, Dragon Player)
- Get rid of all annoying ads. (Sorry Youku but 45 sec is too long!)
It works in much the same way that youtube-viewer does. But you-get
supports more video sites than YouTube, for sure.
Just declare your own alias for your player of choice:
$ alias you-see='you-get -p cvlc'
Now get ready to have some fun. Watch that thing.
$ you-see youtu.be/OZBWfyYtYQY
Changelog
Date: 2014-02-08
0.3.25
0.3.24
You-Get 0.3.24 is now released on PyPI.
Please upgrade to the latest version:
[sudo] pip install --upgrade you-get
Changelog
Date: 2013-10-30
EXPERIMENTAL: Sogou proxy server
You-Get now includes a minimal implementation of a Sogou proxy server. It is now possible for users overseas to download some videos (on Youku and Sohu) that are available only in mainland China.
The proxy server is transparent to the user. To enable the use of a Sogou proxy, add option --sogou
(or -S
) and you are done:
$ you-get --sogou http://tv.sohu.com/20130927/n387349810.shtml
Video Site: Sohu.com
Title: 生活大爆炸第7季第1集
Type: MPEG-4 video (video/mp4)
Size: 110.56 MiB (115933907 Bytes)
Downloading 生活大爆炸第7季第1集.mp4 ...
You-Get can also serve as a standalone Sogou proxy server, in case someone needs this:
$ you-get --sogou-proxy=127.0.0.1:8080
or, let the server randomly choose an available port:
$ you-get --sogou
教育网: $ you-get --sogou --sogou-env=CERNET
电信: $ you-get --sogou --sogou-env=CTCNET
联通: $ you-get --sogou --sogou-env=CNCNET
电信通: $ you-get --sogou --sogou-env=DXT
Thanks to the original author of the Sogou proxy implementation: http://xiaoxia.org/2011/03/26/using-python-to-write-a-local-sogou-proxy-server-procedures/
Fix issues for Vimeo
Fixed #259.
0.3.23
You-Get 0.3.23 is now released on PyPI.
Please upgrade to the latest version:
[sudo] pip install --upgrade you-get
Changelog
Date: 2013-10-23
Support YouTube playlists
Fixed #35.
I can't believe you-get
didn't support YouTube playlists. Now it does.
$ you-get -i http://www.youtube.com/playlist?list=PLXkihqYtyMcOfVsDFz1zds54SILYSPyFa
$ you-get -i http://www.youtube.com/course?list=ECA567CE235D39FA84
Support general short URLs
Fixed #162.
$ you-get -i http://t.co/SEiYrSgFkn
Fix issues for Sina
Fixed #246.
0.3.22
You-Get 0.3.22 is now released on PyPI.
Please upgrade to the latest version:
pip install --upgrade you-get
Changelog
Date: 2013-10-18
- Fix issues for:
- Baidu
- Bilibili
- JPopsuki TV
- Niconico
- PPTV
- TED
- Tumblr
- YinYueTai
- YouTube
- ...
Known issues
0.3.21
0.3.20
You-Get 0.3.20 is now released on PyPI.
Changelog
Date: 2013-08-16
- Add support for:
- eHow http://www.ehow.com/
- Khan Academy https://www.khanacademy.org/
- TED http://www.ted.com/
- 5sing http://www.5sing.com/
Many thanks to these awesome contributors: @greatdg, @rumith and @jackyzy823.