about summary refs log tree commit diff
path: root/youtube-dl
Commit message (Collapse)AuthorAgeFilesLines
* Change rg3.github.com to rg3.github.io almost everywhereRicardo Garcia2013-04-061-2/+2
|
* Restore youtube-dl (update) binary (#770)Philipp Hagemeister2013-04-011-0/+0
|
* Forgot to remove \rGino Lisignoli2013-02-131-0/+0
|
* restore youtube-dl (update) binary 2012.12.99Philipp Hagemeister2013-01-121-0/+0
|
* Correct documentation (Closes #625)Philipp Hagemeister2013-01-101-0/+0
|
* print some version and environment info on --verbose (+ py3 fixes)Filippo Valsorda2012-12-301-1/+1
|
* The new updates system, relies on gh-pages, secured by RSA, uses external ↵Filippo Valsorda2012-12-301-4/+53
| | | | web servers
* ATTENTION DO NOT USE THESE: new binaries in the Downloads sectionFilippo Valsorda2012-12-081-0/+40
| | | | placed fake binaries that update themselves where old versions updating will search for the new version
* New repo skeleton, getting ready for PyPiFilippo Valsorda2012-11-291-6/+0
|
* adding the script hookgcmalloc2012-11-291-0/+0
|
* Prepare 2012.11.29 releasePhilipp Hagemeister2012-11-271-0/+0
|
* Bump version number to a numeric-only one to appease py2exePhilipp Hagemeister2012-11-271-0/+0
|
* Bump version numberPhilipp Hagemeister2012-11-271-0/+0
|
* release 2012.11.27 2012.11.27Filippo Valsorda2012-11-271-0/+0
|
* release 2012.11.17 2012.11.17Filippo Valsorda2012-11-171-0/+0
|
* release 2012.10.09 2012.10.09Filippo Valsorda2012-10-091-0/+0
|
* Merged, modified and compiled Dailymotion pull request #446 by @SteapFilippo Valsorda2012-09-301-0/+0
|
* Not all Dailymotion videos have an hqURL, now downloads highest quality ↵Filippo Valsorda2012-09-291-0/+0
| | | | available
* Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?)Filippo Valsorda2012-09-291-0/+0
|
* adding new --output replacements. Thanks @danut007ro (closes #442)Filippo Valsorda2012-09-291-0/+0
|
* Add recent breakage to FAQ (Closes #433)Philipp Hagemeister2012-09-271-0/+0
|
* Let Makefile use youtube-dl source code instead of compiled binaryPhilipp Hagemeister2012-09-271-0/+0
|
* Merge remote-tracking branch 'FiloSottille/automation'Philipp Hagemeister2012-09-271-0/+0
|\
| * Merge branch 'joehillen/master' - pull request #381Filippo Valsorda2012-08-011-0/+0
| |\
| | * Added install target to Makefile.joehillen2012-07-221-0/+0
| | |
* | | Release 2012.09.27 2012.09.27Philipp Hagemeister2012-09-271-0/+0
| | |
* | | Compile updated youtube-dlPhilipp Hagemeister2012-09-271-0/+0
| | |
* | | Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400Filippo Valsorda2012-08-191-0/+0
|/ /
* | changed YouTube closed captions URL; closes #382Filippo Valsorda2012-07-311-0/+0
| |
* | xvideos patch by @pocoimporta - closes #370Filippo Valsorda2012-07-311-0/+0
|/
* fixed a logic bug in post-processingFilippo Valsorda2012-07-141-0/+0
|
* YouTube playlist fix; closes #365 and #331Filippo Valsorda2012-06-301-0/+0
|
* display a meaningful error message on rental videos (#359)Filippo Valsorda2012-06-221-0/+0
|
* don't corrupt stdout (-o -) in verbose modechocolateboy2012-05-301-0/+0
|
* fixed a couple of Windows exe update bugsFilippo Valsorda2012-05-271-0/+0
|
* reorganized the titles sanitizing: now title is the untouched titleFilippo Valsorda2012-05-091-0/+0
| | | | | and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename(); closes #164
* dropped the support for Python 2.5Filippo Valsorda2012-05-011-0/+0
| | | | | | | 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.
* some HTMLParser bugfixesFilippo Valsorda2012-04-131-0/+0
|
* merged unescapeHTML branch; removed lxml dependencyFilippo Valsorda2012-04-111-0/+0
|\
| * ignore parsing errors in get_element_by_id()Filippo Valsorda2012-04-101-1/+4
| |
| * removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; ↵Filippo Valsorda - Campagna2012-04-101-14/+14
| | | | | | | | fixed a bug in the use of _unescapeHTML (missing _, from d6a96153471ae7e93693cb4dee46cbec1492af7b)
| * removed dependency from lxml: added IDParserFilippo Valsorda - Campagna2012-04-101-46/+85
| |
* | corrected -U to support new zipfile and exe (#153) formatsFilippo Valsorda2012-03-311-0/+0
| |
* | Split code as a package, compiled into an executable zipFilippo Valsorda2012-03-251-0/+0
| |
* | Merge branch 'next-url'Filippo Valsorda2012-03-251-0/+7
|\ \
| * | transplant ceba827e9aab563ae7c7190fc236ec1aa358ee59, ↵Filippo Valsorda2012-03-241-0/+1
| | | | | | | | | | | | d891ff9fd9952b2829a47b508acf40d951546123, 69d3b2d8249e677c40d529e017cb765f50ba3fa0, 071940680fc19be26e068c4c72d508ca252c1031
| * | Always extract original URL from next_url (#318)Filippo Valsorda2012-03-241-9/+5
| | |
| * | Extract original URL from next_url parameter of verify_age page, before ↵Witold Baryluk2012-03-231-1/+11
| | | | | | | | | | | | actual extract
| * | Ignore leading spaces (and trailing also) in all URL from url list or ↵Witold Baryluk2012-03-231-0/+1
| |/ | | | | | | command line
* / added support for HTTP redirects. Closes #315Filippo Valsorda2012-03-181-0/+61
|/