[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:
parent
db50f19d76
commit
add96eb9f8
915 changed files with 7028 additions and 7247 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue