Commit Graph

566 Commits (3a1d48d6de0159807ff57b2cec6766cbfd400f00)

Author SHA1 Message Date
Ricardo Garcia 43ff1a347d Change rg3.github.com to rg3.github.io almost everywhere
Philipp Hagemeister 37cd9f522f Restore youtube-dl (update) binary ()
Gino Lisignoli 1528d6642d Forgot to remove \r
Philipp Hagemeister b642cd44c1 restore youtube-dl (update) binary
Philipp Hagemeister 280d67896a Correct documentation (Closes )
Filippo Valsorda 4e38899e97 print some version and environment info on --verbose (+ py3 fixes)
Filippo Valsorda cb6ff87fbb The new updates system, relies on gh-pages, secured by RSA, uses external web servers
Filippo Valsorda c7287a3caf ATTENTION DO NOT USE THESE: new binaries in the Downloads section
placed fake binaries that update themselves where old versions updating will search for the new version
Filippo Valsorda cc51a7d4e0 New repo skeleton, getting ready for PyPi
gcmalloc caaa47d372 adding the script hook
Philipp Hagemeister f8d8b39bba Prepare 2012.11.29 release
Philipp Hagemeister c9128b353d Bump version number to a numeric-only one to appease py2exe
Philipp Hagemeister e7c6f1a2dc Bump version number
Filippo Valsorda d479e34043 release 2012.11.27
Filippo Valsorda 5002aea371 release 2012.11.17
Filippo Valsorda 7b107eea51 release 2012.10.09
Filippo Valsorda 13e69f546c Merged, modified and compiled Dailymotion pull request by @Steap
Filippo Valsorda 3c4d6c9eba Not all Dailymotion videos have an hqURL, now downloads highest quality available
Filippo Valsorda 349e2e3e21 Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?)
Filippo Valsorda 551fa9dfbf adding new --output replacements. Thanks @danut007ro (closes )
Philipp Hagemeister 6c5b442a9b Add recent breakage to FAQ (Closes )
Philipp Hagemeister 20326b8b1b Let Makefile use youtube-dl source code instead of compiled binary
Philipp Hagemeister 85f76ac90b Merge remote-tracking branch 'FiloSottille/automation'
Philipp Hagemeister b5de8af234 Release 2012.09.27
Philipp Hagemeister eb817499b0 Compile updated youtube-dl
Filippo Valsorda 9bb8dc8e42 Python 2.6 compatibility fix. Thanks @Jamesc359 - closes
Filippo Valsorda 91645066e2 Merge branch 'joehillen/master' - pull request
Filippo Valsorda dee5d76923 changed YouTube closed captions URL; closes
Filippo Valsorda 363a4e1114 xvideos patch by @pocoimporta - closes
joehillen ef0c08cdfe Added install target to Makefile.
Filippo Valsorda cca4828ac9 fixed a logic bug in post-processing
Filippo Valsorda d4e16d3e97 YouTube playlist fix; closes and
Filippo Valsorda 7df97fb59f display a meaningful error message on rental videos ()
chocolateboy 6ab92c8b62 don't corrupt stdout (-o -) in verbose mode
Filippo Valsorda f36cd07685 fixed a couple of Windows exe update bugs
Filippo Valsorda 2c288bda42 reorganized the titles sanitizing: now title is the untouched title
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename();
closes 
Filippo Valsorda 921a145592 dropped the support for Python 2.5
let's elaborate the decision: Python 2.5 is a 6 years old release
and "under the current release policy, no security issues in Python
2.5 will be fixed anymore" (!!); also, it doesn't support the new
zipfile distribution format.
Filippo Valsorda 9beb5af82e some HTMLParser bugfixes
Filippo Valsorda 9e6dd23876 merged unescapeHTML branch; removed lxml dependency
Filippo Valsorda 7a8501e307 ignore parsing errors in get_element_by_id()
Filippo Valsorda - Campagna 781cc523af removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; fixed a bug in the use of _unescapeHTML (missing _, from d6a9615347)
Filippo Valsorda - Campagna c6f45d4314 removed dependency from lxml: added IDParser
Filippo Valsorda 53e893615d corrected -U to support new zipfile and exe () formats
Filippo Valsorda d77c3dfd02 Split code as a package, compiled into an executable zip
Filippo Valsorda c23d8a74dc Merge branch 'next-url'
Filippo Valsorda 74a5ff5f43 transplant ceba827e9a, d891ff9fd9, 69d3b2d824, 071940680f
Filippo Valsorda 071940680f Always extract original URL from next_url ()
Witold Baryluk 69d3b2d824 Extract original URL from next_url parameter of verify_age page, before actual extract
Witold Baryluk d891ff9fd9 Ignore leading spaces (and trailing also) in all URL from url list or command line
Filippo Valsorda 6af22cf0ef added support for HTTP redirects. Closes