aboutsummaryrefslogtreecommitdiff
path: root/youtube-dl
AgeCommit message (Collapse)Author
2013-02-13Forgot to remove \rGino Lisignoli
2013-01-12restore youtube-dl (update) binary2012.12.99Philipp Hagemeister
2013-01-10Correct documentation (Closes #625)Philipp Hagemeister
2012-12-30print some version and environment info on --verbose (+ py3 fixes)Filippo Valsorda
2012-12-30The new updates system, relies on gh-pages, secured by RSA, uses external ↵Filippo Valsorda
web servers
2012-12-08ATTENTION DO NOT USE THESE: new binaries in the Downloads sectionFilippo Valsorda
placed fake binaries that update themselves where old versions updating will search for the new version
2012-11-29New repo skeleton, getting ready for PyPiFilippo Valsorda
2012-11-29adding the script hookgcmalloc
2012-11-27Prepare 2012.11.29 releasePhilipp Hagemeister
2012-11-27Bump version number to a numeric-only one to appease py2exePhilipp Hagemeister
2012-11-27Bump version numberPhilipp Hagemeister
2012-11-27release 2012.11.272012.11.27Filippo Valsorda
2012-11-17release 2012.11.172012.11.17Filippo Valsorda
2012-10-09release 2012.10.092012.10.09Filippo Valsorda
2012-09-30Merged, modified and compiled Dailymotion pull request #446 by @SteapFilippo Valsorda
2012-09-29Not all Dailymotion videos have an hqURL, now downloads highest quality ↵Filippo Valsorda
available
2012-09-29Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?)Filippo Valsorda
2012-09-29adding new --output replacements. Thanks @danut007ro (closes #442)Filippo Valsorda
2012-09-27Add recent breakage to FAQ (Closes #433)Philipp Hagemeister
2012-09-27Let Makefile use youtube-dl source code instead of compiled binaryPhilipp Hagemeister
2012-09-27Merge remote-tracking branch 'FiloSottille/automation'Philipp Hagemeister
2012-09-27Release 2012.09.272012.09.27Philipp Hagemeister
2012-09-27Compile updated youtube-dlPhilipp Hagemeister
2012-08-19Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400Filippo Valsorda
2012-08-01Merge branch 'joehillen/master' - pull request #381Filippo Valsorda
2012-07-31changed YouTube closed captions URL; closes #382Filippo Valsorda
2012-07-31xvideos patch by @pocoimporta - closes #370Filippo Valsorda
2012-07-22Added install target to Makefile.joehillen
2012-07-14fixed a logic bug in post-processingFilippo Valsorda
2012-06-30YouTube playlist fix; closes #365 and #331Filippo Valsorda
2012-06-22display a meaningful error message on rental videos (#359)Filippo Valsorda
2012-05-30don't corrupt stdout (-o -) in verbose modechocolateboy
2012-05-27fixed a couple of Windows exe update bugsFilippo Valsorda
2012-05-09reorganized the titles sanitizing: now title is the untouched titleFilippo Valsorda
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename(); closes #164
2012-05-01dropped the support for Python 2.5Filippo Valsorda
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.
2012-04-13some HTMLParser bugfixesFilippo Valsorda
2012-04-11merged unescapeHTML branch; removed lxml dependencyFilippo Valsorda
2012-04-10ignore parsing errors in get_element_by_id()Filippo Valsorda
2012-04-10removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; ↵Filippo Valsorda - Campagna
fixed a bug in the use of _unescapeHTML (missing _, from d6a96153471ae7e93693cb4dee46cbec1492af7b)
2012-04-10removed dependency from lxml: added IDParserFilippo Valsorda - Campagna
2012-03-31corrected -U to support new zipfile and exe (#153) formatsFilippo Valsorda
2012-03-25Split code as a package, compiled into an executable zipFilippo Valsorda
2012-03-25Merge branch 'next-url'Filippo Valsorda
2012-03-24transplant ceba827e9aab563ae7c7190fc236ec1aa358ee59, ↵Filippo Valsorda
d891ff9fd9952b2829a47b508acf40d951546123, 69d3b2d8249e677c40d529e017cb765f50ba3fa0, 071940680fc19be26e068c4c72d508ca252c1031
2012-03-24Always extract original URL from next_url (#318)Filippo Valsorda
2012-03-23Extract original URL from next_url parameter of verify_age page, before ↵Witold Baryluk
actual extract
2012-03-23Ignore leading spaces (and trailing also) in all URL from url list or ↵Witold Baryluk
command line
2012-03-18added support for HTTP redirects. Closes #315Filippo Valsorda
2012-03-15added --srt-lang; updated README; extended the -g FAQFilippo Valsorda
2012-03-15Merge branch 'master' of git://github.com/rg3/youtube-dl into closed-captionsFilippo Valsorda