mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 20:48:58 +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:
@@ -34,8 +34,8 @@ class YleAreenaIE(InfoExtractor):
|
||||
'timestamp': 1543916210,
|
||||
'subtitles': {'fin': [{'url': r're:^https?://', 'ext': 'srt'}]},
|
||||
'age_limit': 7,
|
||||
'webpage_url': 'https://areena.yle.fi/1-4371942'
|
||||
}
|
||||
'webpage_url': 'https://areena.yle.fi/1-4371942',
|
||||
},
|
||||
},
|
||||
{
|
||||
'url': 'https://areena.yle.fi/1-2158940',
|
||||
@@ -55,8 +55,8 @@ class YleAreenaIE(InfoExtractor):
|
||||
'timestamp': 1638448202,
|
||||
'subtitles': {},
|
||||
'age_limit': 0,
|
||||
'webpage_url': 'https://areena.yle.fi/1-2158940'
|
||||
}
|
||||
'webpage_url': 'https://areena.yle.fi/1-2158940',
|
||||
},
|
||||
},
|
||||
{
|
||||
'url': 'https://areena.yle.fi/1-64829589',
|
||||
@@ -83,7 +83,7 @@ class YleAreenaIE(InfoExtractor):
|
||||
video_id, headers={
|
||||
'origin': 'https://areena.yle.fi',
|
||||
'referer': 'https://areena.yle.fi/',
|
||||
'content-type': 'application/json'
|
||||
'content-type': 'application/json',
|
||||
})
|
||||
|
||||
# Example title: 'K1, J2: Pouchit | Modernit miehet'
|
||||
|
||||
Reference in New Issue
Block a user