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:
parent
c1ddcce4b1
commit
f208586489
@ -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 = [{
|
||||
|
Loading…
Reference in New Issue
Block a user