aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/utils.py
AgeCommit message (Expand)Author
2012-11-27Minor filename encoding improvement in a common casePhilipp Hagemeister
2012-11-27Switch back to underline for invalid characters, and make restricted ASCII-onlyPhilipp Hagemeister
2012-11-27remove accidental remnantsPhilipp Hagemeister
2012-11-26New optoin --restrict-filenamesPhilipp Hagemeister
2012-11-26Use character instead of byte stringsPhilipp Hagemeister
2012-11-26Add some parentheses around print for #180Philipp Hagemeister
2012-11-09quiet the HTMLParser debug info - closes #517Filippo Valsorda
2012-10-28modified filename escaping to a "smarter" oneFilippo Valsorda
2012-09-27update default UA string (Closes #390)Philipp Hagemeister
2012-08-19Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400Filippo Valsorda
2012-05-30don't corrupt stdout (-o -) in verbose modechocolateboy
2012-05-09reorganized the titles sanitizing: now title is the untouched titleFilippo Valsorda
2012-05-09Introduced Trouble(Exception) for more elegant non-fatal errors handlingFilippo Valsorda
2012-05-01dropped the support for Python 2.5Filippo Valsorda
2012-04-13some HTMLParser bugfixesFilippo Valsorda
2012-04-11merged unescapeHTML branch; removed lxml dependencyFilippo Valsorda
2012-04-10better naming for the sub-modulesFilippo Valsorda - Campagna