]> jfr.im git - yt-dlp.git/blobdiff - test/test_download.py
Add key `requested_downloads` in the root `info_dict`
[yt-dlp.git] / test / test_download.py
index d7c469f3d2d863ae3712a4be8a2b82ee743c04df..818a670fbd8a7140557c8acd7e47ea0c144e804e 100755 (executable)
@@ -53,7 +53,7 @@ def report_warning(self, message):
         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)