mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 20:48:58 +00:00
[cleanup] Add more ruff rules (#10149)
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
This commit is contained in:
@@ -34,7 +34,7 @@ class VidLiiIE(InfoExtractor):
|
||||
'average_rating': float,
|
||||
'categories': ['News & Politics'],
|
||||
'tags': ['Vidlii', 'Jan', 'Videogames'],
|
||||
}
|
||||
},
|
||||
}, {
|
||||
'url': 'https://www.vidlii.com/watch?v=zTAtaAgOLKt',
|
||||
'md5': '5778f7366aa4c569b77002f8bf6b614f',
|
||||
@@ -63,7 +63,7 @@ class VidLiiIE(InfoExtractor):
|
||||
video_id = self._match_id(url)
|
||||
|
||||
webpage = self._download_webpage(
|
||||
'https://www.vidlii.com/watch?v=%s' % video_id, video_id)
|
||||
f'https://www.vidlii.com/watch?v={video_id}', video_id)
|
||||
formats = []
|
||||
|
||||
sources = [source[1] for source in re.findall(
|
||||
|
||||
Reference in New Issue
Block a user