aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/utils.py
AgeCommit message (Expand)Author
2012-08-01moved the User-Agent workaround to the BlipTV IEFilippo Valsorda
2012-06-06Use an User-Agent that will allow downloading from blip.tv fixes #325Juan Carlos Garcia Segovia
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