mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 00:25:08 +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:
@ -55,7 +55,7 @@ class RideHomeIE(InfoExtractor):
|
||||
'release_date': '20220108',
|
||||
'release_timestamp': 1641672000,
|
||||
'duration': 2789.38122,
|
||||
'thumbnail': r're:^https?://content\.production\.cdn\.art19\.com/images/.*\.jpeg$'
|
||||
'thumbnail': r're:^https?://content\.production\.cdn\.art19\.com/images/.*\.jpeg$',
|
||||
},
|
||||
}],
|
||||
}, {
|
||||
@ -81,7 +81,7 @@ class RideHomeIE(InfoExtractor):
|
||||
'release_date': '20211026',
|
||||
'release_timestamp': 1635272124,
|
||||
'duration': 2266.30531,
|
||||
'thumbnail': r're:^https?://content\.production\.cdn\.art19\.com/images/.*\.jpeg$'
|
||||
'thumbnail': r're:^https?://content\.production\.cdn\.art19\.com/images/.*\.jpeg$',
|
||||
},
|
||||
}],
|
||||
}]
|
||||
|
Reference in New Issue
Block a user