From 2d6b7beec1efdd8a6efc32335843f7edc5b35f3b Mon Sep 17 00:00:00 2001 From: Kevin Laube Date: Wed, 15 Jan 2020 07:57:36 +0100 Subject: [PATCH] fixed indentation --- youtube_dl/extractor/youporn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/youporn.py b/youtube_dl/extractor/youporn.py index 953099053..93ca7dc16 100644 --- a/youtube_dl/extractor/youporn.py +++ b/youtube_dl/extractor/youporn.py @@ -77,7 +77,7 @@ class YouPornIE(InfoExtractor): 'tags': list, 'age_limit': 18, }, - }] + }] def _real_extract(self, url): mobj = re.match(self._VALID_URL, url)