1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-30 05:19:59 +08:00

Fix flake8 warnings

This commit is contained in:
burnoutberni
2018-09-07 23:59:03 +02:00
Unverified
parent c1ddcce4b1
commit f208586489
+2
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 = [{