aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/InfoExtractors.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * BlipTVUserIE fixFilippo Valsorda2012-08-011-8/+8
| |
| * moved the User-Agent workaround to the BlipTV IEFilippo Valsorda2012-08-011-0/+1
| |
| * Merge pull requests #356 #357 #358 by jcarlosgarciasegoviaFilippo Valsorda2012-06-061-0/+92
| |\
| | * Information Extractor for blip.tv usersJuan Carlos Garcia Segovia2012-06-061-0/+92
| | |
| * | Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a ↵Juan Carlos Garcia Segovia2012-06-061-1/+1
| |/ | | | | | | Unicode string. it needs a UTF-8 byte buffer
* | changed YouTube closed captions URL; closes #382Filippo Valsorda2012-07-311-3/+6
| |
* | xvideos patch by @pocoimporta - closes #370Filippo Valsorda2012-07-311-2/+2
| |
* | Fix EscapistMagazine IEPhilipp Hagemeister2012-07-181-2/+4
| |
* | YouTube playlist fix; closes #365 and #331Filippo Valsorda2012-06-301-3/+3
| |
* | Change a number of subtitle sequence to begin with one (instead of zero) for ↵Witchakorn Kamolpornwijit2012-06-261-1/+1
| | | | | | | | ffmpeg,avcodec, and Matroska compatibility
* | display a meaningful error message on rental videos (#359)Filippo Valsorda2012-06-221-0/+5
|/
* don't corrupt stdout (-o -) in verbose modechocolateboy2012-05-301-2/+2
|
* Fix Escapist IEPhilipp Hagemeister2012-05-231-1/+2
|
* reorganized the titles sanitizing: now title is the untouched titleFilippo Valsorda2012-05-091-53/+7
| | | | | and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename(); closes #164
* Introduced Trouble(Exception) for more elegant non-fatal errors handlingFilippo Valsorda2012-05-091-24/+23
|
* merge upstreamFilippo Valsorda2012-05-011-7/+8
|
* dropped the support for Python 2.5Filippo Valsorda2012-05-011-11/+2
| | | | | | | 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-4/+4
|
* merged unescapeHTML branch; removed lxml dependencyFilippo Valsorda2012-04-111-49/+12
|
* better naming for the sub-modulesFilippo Valsorda - Campagna2012-04-101-1/+1
|
* 's/ /\t/'Filippo Valsorda2012-03-301-15/+15
|
* moved increment_downloads and process_info calls from IEs to FD.download ↵Filippo Valsorda2012-03-301-323/+192
| | | | (#296) (follows current doclines); a small step towards importability #217
* Split code as a package, compiled into an executable zipFilippo Valsorda2012-03-251-0/+3076