mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
Flake8 fix
This commit is contained in:
parent
78852c2dd1
commit
545cffa63a
@ -560,7 +560,8 @@ class RaiPlayRadioIE(RaiPlayRadioBaseIE):
|
|||||||
'prima parte con Giovanni Bietti',
|
'prima parte con Giovanni Bietti',
|
||||||
'thumbnail': r're:^https?://.*\.jpg$',
|
'thumbnail': r're:^https?://.*\.jpg$',
|
||||||
'language': 'it',
|
'language': 'it',
|
||||||
}}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
audio_id = self._match_id(url)
|
audio_id = self._match_id(url)
|
||||||
|
Loading…
Reference in New Issue
Block a user