github soimort/you-get v0.3.24
0.3.24

latest releases: v0.4.1650, v0.4.1620, v0.4.1612...
10 years ago

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.

Don't miss a new you-get release

NewReleases is sending notifications on new releases.