Flake8 fix

This commit is contained in:
Francesco Frassinelli 2020-03-18 08:41:36 +01:00
parent 78852c2dd1
commit 545cffa63a
1 changed files with 2 additions and 1 deletions

View File

@ -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)