aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/FileDownloader.py
AgeCommit message (Collapse)Author
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-04-10better naming for the sub-modulesFilippo Valsorda - Campagna
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