mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-16 15:52:13 +00:00
[cleanup] Add more ruff rules (#10149)
Authored by: seproDev Reviewed-by: bashonly <[email protected]> Reviewed-by: Simon Sawicki <[email protected]>
This commit is contained in:
@@ -15,7 +15,7 @@ class LoveHomePornIE(NuevoBaseIE):
|
||||
},
|
||||
'params': {
|
||||
'skip_download': True,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
def _real_extract(self, url):
|
||||
@@ -24,10 +24,10 @@ class LoveHomePornIE(NuevoBaseIE):
|
||||
display_id = mobj.group('display_id')
|
||||
|
||||
info = self._extract_nuevo(
|
||||
'http://lovehomeporn.com/media/nuevo/config.php?key=%s' % video_id,
|
||||
f'http://lovehomeporn.com/media/nuevo/config.php?key={video_id}',
|
||||
video_id)
|
||||
info.update({
|
||||
'display_id': display_id,
|
||||
'age_limit': 18
|
||||
'age_limit': 18,
|
||||
})
|
||||
return info
|
||||
|
||||
Reference in New Issue
Block a user