mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-06 01:22:35 +00:00
Add new field "extractor" to the info dictionary
This commit is contained in:
parent
05a2c206be
commit
5a5523698d
@ -474,8 +474,8 @@ class FileDownloader(object):
|
|||||||
# Extract information from URL and process it
|
# Extract information from URL and process it
|
||||||
videos = ie.extract(url)
|
videos = ie.extract(url)
|
||||||
for video in videos or []:
|
for video in videos or []:
|
||||||
|
video['extractor'] = ie.IE_NAME
|
||||||
try:
|
try:
|
||||||
video['provider'] = ie.IE_NAME
|
|
||||||
self.increment_downloads()
|
self.increment_downloads()
|
||||||
self.process_info(video)
|
self.process_info(video)
|
||||||
except UnavailableVideoError:
|
except UnavailableVideoError:
|
||||||
|
Loading…
Reference in New Issue
Block a user