mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-16 11:44:02 +00:00
chore: formatting fix
This commit is contained in:
parent
c98271c780
commit
2024eecf82
1 changed files with 1 additions and 1 deletions
|
@ -2156,7 +2156,7 @@ class GenericIE(InfoExtractor):
|
|||
self._downloader.to_screen(f'[redirect] Following redirect to {new_url}')
|
||||
if new_url in self.visited_redirect_urls:
|
||||
raise ExtractorError(
|
||||
f"Redirect loop detected for URL: {new_url}",
|
||||
f'Redirect loop detected for URL: {new_url}',
|
||||
expected=True,
|
||||
)
|
||||
self.visited_redirect_urls.add(new_url)
|
||||
|
|
Loading…
Add table
Reference in a new issue