diff --git a/youtube_dl/extractor/rai.py b/youtube_dl/extractor/rai.py index c169ff811..149ae0a81 100644 --- a/youtube_dl/extractor/rai.py +++ b/youtube_dl/extractor/rai.py @@ -560,7 +560,8 @@ class RaiPlayRadioIE(RaiPlayRadioBaseIE): 'prima parte con Giovanni Bietti', 'thumbnail': r're:^https?://.*\.jpg$', 'language': 'it', - }} + } + } def _real_extract(self, url): audio_id = self._match_id(url)