mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 23:02:40 +00:00
lint
This commit is contained in:
parent
bce376140f
commit
93e83fa261
1 changed files with 0 additions and 1 deletions
|
@ -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)}: '
|
||||
|
|
Loading…
Reference in a new issue