aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/FileDownloader.py
Commit message (Expand)AuthorAgeFilesLines
* removing unused global modifiergcmalloc2012-10-121-6/+5
* Add new field "extractor" to the info dictionaryPhilipp Hagemeister2012-09-271-1/+1
* Provider (youtube, etc) is now saved in info_dict, so template filename can b...danut007ro2012-09-271-2/+3
* Removed provider (mistake) and add provider parameter to process_infodanut007ro2012-09-271-2/+2
* reorganized the titles sanitizing: now title is the untouched titleFilippo Valsorda2012-05-091-0/+2
* better naming for the sub-modulesFilippo Valsorda - Campagna2012-04-101-1/+1
* moved increment_downloads and process_info calls from IEs to FD.download (#29...Filippo Valsorda2012-03-301-1/+7
* Split code as a package, compiled into an executable zipFilippo Valsorda2012-03-251-0/+681