mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[viafree] PEP 8
This commit is contained in:
parent
010d034fca
commit
2fdc7b0e04
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ def _real_extract(self, url):
|
|||
if thumbnail:
|
||||
video_id = self._search_regex(
|
||||
r'https?://[^/]+/imagecache/(?:[^/]+/)+seasons/\d+/(\d{6,})/',
|
||||
thumbnail, 'video id', default=None)
|
||||
thumbnail, 'video id', default=None)
|
||||
|
||||
if not video_id:
|
||||
video_id = self._search_regex(
|
||||
|
|
Loading…
Reference in a new issue