From 545cffa63aef49b3ad094f01c57a721ca0b8834e Mon Sep 17 00:00:00 2001 From: Francesco Frassinelli Date: Wed, 18 Mar 2020 08:41:36 +0100 Subject: [PATCH] Flake8 fix --- youtube_dl/extractor/rai.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)