mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-11-01 09:26:45 -07:00
Merge pull request #425 from danut007ro/master
Provider (youtube, etc) is now saved in info_dict
This commit is contained in:
@@ -475,6 +475,7 @@ class FileDownloader(object):
|
||||
videos = ie.extract(url)
|
||||
for video in videos or []:
|
||||
try:
|
||||
video['provider'] = ie.IE_NAME
|
||||
self.increment_downloads()
|
||||
self.process_info(video)
|
||||
except UnavailableVideoError:
|
||||
|
||||
Reference in New Issue
Block a user