[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
|
|
@ -51,8 +51,8 @@ class NubilesPornIE(InfoExtractor):
|
|||
'season': 'Season 3',
|
||||
'season_number': 3,
|
||||
'episode': 'Episode 1',
|
||||
'episode_number': 1
|
||||
}
|
||||
'episode_number': 1,
|
||||
},
|
||||
}]
|
||||
|
||||
def _perform_login(self, username, password):
|
||||
|
|
@ -95,5 +95,5 @@ class NubilesPornIE(InfoExtractor):
|
|||
'series': channel_name,
|
||||
'series_id': channel_id,
|
||||
'season_number': int_or_none(url_match.group('season')),
|
||||
'episode_number': int_or_none(url_match.group('episode'))
|
||||
'episode_number': int_or_none(url_match.group('episode')),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue