mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-07 15:25:12 +01:00
Add key requested_downloads in the root info_dict
This commit is contained in:
parent
9c906919ae
commit
f46e2f9d92
4 changed files with 35 additions and 15 deletions
|
|
@ -53,7 +53,7 @@ class YoutubeDL(yt_dlp.YoutubeDL):
|
|||
raise ExtractorError(message)
|
||||
|
||||
def process_info(self, info_dict):
|
||||
self.processed_info_dicts.append(info_dict)
|
||||
self.processed_info_dicts.append(info_dict.copy())
|
||||
return super(YoutubeDL, self).process_info(info_dict)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue