Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | BlipTVUserIE fix | Filippo Valsorda | 2012-08-01 | 1 | -8/+8 | |
| | | ||||||
| * | moved the User-Agent workaround to the BlipTV IE | Filippo Valsorda | 2012-08-01 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull requests #356 #357 #358 by jcarlosgarciasegovia | Filippo Valsorda | 2012-06-06 | 1 | -0/+92 | |
| |\ | ||||||
| | * | Information Extractor for blip.tv users | Juan Carlos Garcia Segovia | 2012-06-06 | 1 | -0/+92 | |
| | | | ||||||
| * | | Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a ↵ | Juan Carlos Garcia Segovia | 2012-06-06 | 1 | -1/+1 | |
| |/ | | | | | | | Unicode string. it needs a UTF-8 byte buffer | |||||
* | | changed YouTube closed captions URL; closes #382 | Filippo Valsorda | 2012-07-31 | 1 | -3/+6 | |
| | | ||||||
* | | xvideos patch by @pocoimporta - closes #370 | Filippo Valsorda | 2012-07-31 | 1 | -2/+2 | |
| | | ||||||
* | | Fix EscapistMagazine IE | Philipp Hagemeister | 2012-07-18 | 1 | -2/+4 | |
| | | ||||||
* | | YouTube playlist fix; closes #365 and #331 | Filippo Valsorda | 2012-06-30 | 1 | -3/+3 | |
| | | ||||||
* | | Change a number of subtitle sequence to begin with one (instead of zero) for ↵ | Witchakorn Kamolpornwijit | 2012-06-26 | 1 | -1/+1 | |
| | | | | | | | | ffmpeg,avcodec, and Matroska compatibility | |||||
* | | display a meaningful error message on rental videos (#359) | Filippo Valsorda | 2012-06-22 | 1 | -0/+5 | |
|/ | ||||||
* | don't corrupt stdout (-o -) in verbose mode | chocolateboy | 2012-05-30 | 1 | -2/+2 | |
| | ||||||
* | Fix Escapist IE | Philipp Hagemeister | 2012-05-23 | 1 | -1/+2 | |
| | ||||||
* | reorganized the titles sanitizing: now title is the untouched title | Filippo Valsorda | 2012-05-09 | 1 | -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 handling | Filippo Valsorda | 2012-05-09 | 1 | -24/+23 | |
| | ||||||
* | merge upstream | Filippo Valsorda | 2012-05-01 | 1 | -7/+8 | |
| | ||||||
* | dropped the support for Python 2.5 | Filippo Valsorda | 2012-05-01 | 1 | -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 bugfixes | Filippo Valsorda | 2012-04-13 | 1 | -4/+4 | |
| | ||||||
* | merged unescapeHTML branch; removed lxml dependency | Filippo Valsorda | 2012-04-11 | 1 | -49/+12 | |
| | ||||||
* | better naming for the sub-modules | Filippo Valsorda - Campagna | 2012-04-10 | 1 | -1/+1 | |
| | ||||||
* | 's/ /\t/' | Filippo Valsorda | 2012-03-30 | 1 | -15/+15 | |
| | ||||||
* | moved increment_downloads and process_info calls from IEs to FD.download ↵ | Filippo Valsorda | 2012-03-30 | 1 | -323/+192 | |
| | | | | (#296) (follows current doclines); a small step towards importability #217 | |||||
* | Split code as a package, compiled into an executable zip | Filippo Valsorda | 2012-03-25 | 1 | -0/+3076 | |