1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 18:09:28 +00:00
youtube-dl/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 Information Extractor for blip.tv users 2012-06-06 16:16:16 +00:00
__main__.py Split code as a package, compiled into an executable zip 2012-03-25 03:07:37 +02:00
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 fixed a logic bug in post-processing 2012-07-14 14:35:57 +02:00
utils.py Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400 2012-08-19 16:06:33 +02:00