aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/FileDownloader.py
AgeCommit message (Expand)Author
2012-11-27default info_dict['format'] to info_dict['ext'] and make the YT one more verboseFilippo Valsorda
2012-11-27Actually merge #379Philipp Hagemeister
2012-11-27warn if %(stitle)s is being usedPhilipp Hagemeister
2012-11-27Encode the entire filenamePhilipp Hagemeister
2012-11-26New optoin --restrict-filenamesPhilipp Hagemeister
2012-11-26Use character instead of byte stringsPhilipp Hagemeister
2012-11-26Remove longs (int does the right thing since Python 2.2, see PEP 237)Philipp Hagemeister
2012-11-26Add some parentheses around print for #180Philipp Hagemeister
2012-11-25alias %(title)s to %(stitle)sFilippo Valsorda
2012-11-11Solve the bug of parsing titles with unicode (cyrillic)Art Zhitnik
2012-10-12removing unused global modifiergcmalloc
2012-09-27Add new field "extractor" to the info dictionaryPhilipp Hagemeister
2012-09-27Provider (youtube, etc) is now saved in info_dict, so template filename can b...danut007ro
2012-09-27Removed provider (mistake) and add provider parameter to process_infodanut007ro
2012-05-09reorganized the titles sanitizing: now title is the untouched titleFilippo Valsorda
2012-04-10better naming for the sub-modulesFilippo Valsorda - Campagna
2012-03-30moved increment_downloads and process_info calls from IEs to FD.download (#29...Filippo Valsorda
2012-03-25Split code as a package, compiled into an executable zipFilippo Valsorda