ytdl-nightly/youtube_dl
danut007ro ae16f68f4a Provider (youtube, etc) is now saved in info_dict, so template filename can be something like %(provider)s_%(id)s.%(ext)s
This can be useful because videos should also be identified by their providers since id's can be the same on multiple providers.
2012-09-27 00:35:31 +03:00
..
__init__.py
__main__.py
FileDownloader.py Provider (youtube, etc) is now saved in info_dict, so template filename can be something like %(provider)s_%(id)s.%(ext)s 2012-09-27 00:35:31 +03:00
InfoExtractors.py Removed provider (mistake) and add provider parameter to process_info 2012-09-27 00:07:20 +03:00
PostProcessor.py
utils.py Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400 2012-08-19 16:06:33 +02:00