1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-23 06:13:06 +08:00

Fix flake8 warnings

This commit is contained in:
burnoutberni 2018-09-07 23:59:03 +02:00
parent c1ddcce4b1
commit f208586489
No known key found for this signature in database
GPG Key ID: 0624B5FEF71461FB

View File

@ -21,6 +21,7 @@ class SverigesRadioIE(InfoExtractor):
# TODO more properties (see youtube_dl/extractor/common.py)
}
class SverigesRadioArtikelIE(SverigesRadioIE):
_VALID_URL = r'https?://(?:www\.)?sverigesradio\.se/sida/artikel.aspx\?(.*)artikel=(?P<id>[0-9]*)'
_TEST = {
@ -39,6 +40,7 @@ class SverigesRadioArtikelIE(SverigesRadioIE):
}
SR_type = 'publication'
class SverigesRadioAvsnittIE(SverigesRadioIE):
_VALID_URL = r'https?://(?:www\.)?sverigesradio\.se/sida/avsnitt/(?P<id>[0-9]*)'
_TESTS = [{