Provider (youtube, etc) is now saved in info_dict, so template filename can be someth...
authordanut007ro <danut007ro@yahoo.com>
Wed, 26 Sep 2012 21:35:31 +0000 (00:35 +0300)
committerdanut007ro <danut007ro@yahoo.com>
Wed, 26 Sep 2012 21:35:31 +0000 (00:35 +0300)
commitae16f68f4abd67bf9b0386537620ca17c342ff98
tree7505d1b7424cb0512f21b334b4b5f04851e3e603
parent3cd98c7894d2523752230d9fa3307e6e39723218
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.
youtube_dl/FileDownloader.py