summaryrefslogtreecommitdiffstats
path: root/youtube_dl/utils.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | modified filename escaping to a "smarter" oneFilippo Valsorda2012-10-281-3/+13
| |
* | update default UA string (Closes #390)Philipp Hagemeister2012-09-271-1/+1
| |
* | Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400Filippo Valsorda2012-08-191-1/+1
|/
* don't corrupt stdout (-o -) in verbose modechocolateboy2012-05-301-1/+1
|
* reorganized the titles sanitizing: now title is the untouched titleFilippo Valsorda2012-05-091-10/+8
| | | | | 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-0/+7
|
* dropped the support for Python 2.5Filippo Valsorda2012-05-011-5/+1
| | | | | | | 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-1/+10
|
* merged unescapeHTML branch; removed lxml dependencyFilippo Valsorda2012-04-111-3/+80
|
* better naming for the sub-modulesFilippo Valsorda - Campagna2012-04-101-0/+267