You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/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.
13 years ago
..
FileDownloader.py Provider (youtube, etc) is now saved in info_dict, so template filename can be something like %(provider)s_%(id)s.%(ext)s 13 years ago
InfoExtractors.py Removed provider (mistake) and add provider parameter to process_info 13 years ago
PostProcessor.py fixed a logic bug in post-processing 13 years ago
__init__.py Information Extractor for blip.tv users 13 years ago
__main__.py Split code as a package, compiled into an executable zip 13 years ago
utils.py Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400 13 years ago