From f2085864897f35e3ca14d0e68a3765b2d991ea0f Mon Sep 17 00:00:00 2001 From: burnoutberni Date: Fri, 7 Sep 2018 23:59:03 +0200 Subject: [PATCH] Fix flake8 warnings --- youtube_dl/extractor/sverigesradio.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube_dl/extractor/sverigesradio.py b/youtube_dl/extractor/sverigesradio.py index cfbf1f7a9..64c6268d5 100644 --- a/youtube_dl/extractor/sverigesradio.py +++ b/youtube_dl/extractor/sverigesradio.py @@ -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[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[0-9]*)' _TESTS = [{