0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-31 23:02:40 +00:00
This commit is contained in:
pukkandan 2024-04-01 07:51:11 +05:30
parent bce376140f
commit 93e83fa261
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39

View file

@ -1577,7 +1577,6 @@ def extract_info(self, url, download=True, ie_key=None, extra_info=None,
' for more information. Do NOT open a new issue for this.'),
delim='\n '))
temp_id = ie.get_temp_id(url)
if temp_id is not None and self.in_download_archive({'id': temp_id, 'ie_key': key}):
self.to_screen(f'[download] {self._format_screen(temp_id, self.Styles.ID)}: '