[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
|
|
@ -41,7 +41,7 @@ class XNXXIE(InfoExtractor):
|
|||
|
||||
def get(meta, default=NO_DEFAULT, fatal=True):
|
||||
return self._search_regex(
|
||||
r'set%s\s*\(\s*(["\'])(?P<value>(?:(?!\1).)+)\1' % meta,
|
||||
rf'set{meta}\s*\(\s*(["\'])(?P<value>(?:(?!\1).)+)\1',
|
||||
webpage, meta, default=default, fatal=fatal, group='value')
|
||||
|
||||
title = self._og_search_title(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue