From f04954f46e036931c38299c4af4a63cbbefdc472 Mon Sep 17 00:00:00 2001 From: eleph-hub <59421919+eleph-hub@users.noreply.github.com> Date: Thu, 27 Feb 2020 20:39:55 +0100 Subject: [PATCH] fixed flake8 findings sorry. --- youtube_dl/extractor/servus.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/youtube_dl/extractor/servus.py b/youtube_dl/extractor/servus.py index 5df277736..c4e274284 100644 --- a/youtube_dl/extractor/servus.py +++ b/youtube_dl/extractor/servus.py @@ -28,9 +28,9 @@ class ServusIE(InfoExtractor): 'url': 'https://www.servus.com/tv/videos/1380889096408-1235196658/', 'only_matching': True, }, { - 'url': 'https://www.servustv.com/videos/aa-21bma4d4d1w12/', - 'only_matching': True, - }] + 'url': 'https://www.servustv.com/videos/aa-21bma4d4d1w12/', + 'only_matching': True, + }] def _real_extract(self, url): video_id = self._match_id(url).upper()