aboutsummaryrefslogtreecommitdiffstats
path: root/youtube-dl
Commit message (Collapse)AuthorAgeFilesLines
* Remove executable files.Philipp Hagemeister2014-09-131-89/+0
| | | | | | These files are for a legacy updating system. This updating system would only apply to users who have not used youtube-dl for at least a year (because if they did use it, they would notice that basically everything about every service, maybe except a couple of YouTube videos, has changed in between). We often get commits including these files, and they are irritating for us core developers as well. Good riddance! If anyone notes that their updates fail, they can just reinstall (see http://rg3.github.io/youtube-dl/download.html for instructions).
* Restore youtube-dl compat binaryPhilipp Hagemeister2014-08-061-0/+0
| | | | | Be on the lookout, it might be modified in pull requests. When I come back from my vacation (in three days from now), I'll start looking whether we really need the compat binary.
* Fixed the encodingDavid Fabijan2014-08-061-0/+0
|
* Restore binary files for backwards compatibilityPhilipp Hagemeister2014-01-051-0/+0
| | | | | | Fixes 9656ee5d1dbff9fb4e0ce640961d2750a687e629 New year's resolution: Check which systems of Ubuntu / RHEL still serve the ancient versions. If it's only RHEL, consider removing these binary files in 2015 or so.
* atom feed generator: Make IDs proper URLs (#2081)Philipp Hagemeister2014-01-051-0/+0
|
* Document --socket-timeoutPhilipp Hagemeister2014-01-051-0/+0
|
* 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) binaryPhilipp 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.27Filippo Valsorda2012-11-271-0/+0
|
* release 2012.11.17Filippo Valsorda2012-11-171-0/+0
|
* release 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.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
| |