aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/InfoExtractors.py
AgeCommit message (Collapse)Author
2012-08-01BlipTVUserIE fixFilippo Valsorda
2012-08-01moved the User-Agent workaround to the BlipTV IEFilippo Valsorda
2012-06-06Merge pull requests #356 #357 #358 by jcarlosgarciasegoviaFilippo Valsorda
2012-06-06Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a ↵Juan Carlos Garcia Segovia
Unicode string. it needs a UTF-8 byte buffer
2012-06-06Information Extractor for blip.tv usersJuan Carlos Garcia Segovia
2012-05-30don't corrupt stdout (-o -) in verbose modechocolateboy
2012-05-23Fix Escapist IEPhilipp Hagemeister
2012-05-09reorganized the titles sanitizing: now title is the untouched titleFilippo Valsorda
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename(); closes #164
2012-05-09Introduced Trouble(Exception) for more elegant non-fatal errors handlingFilippo Valsorda
2012-05-01merge upstreamFilippo Valsorda
2012-05-01dropped the support for Python 2.5Filippo Valsorda
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.
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
2012-03-30's/ /\t/'Filippo Valsorda
2012-03-30moved increment_downloads and process_info calls from IEs to FD.download ↵Filippo Valsorda
(#296) (follows current doclines); a small step towards importability #217
2012-03-25Split code as a package, compiled into an executable zipFilippo Valsorda