1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 02:47:15 +08:00

fixed indentation

This commit is contained in:
Kevin Laube 2020-01-15 07:57:36 +01:00
parent 38fd4dea75
commit 2d6b7beec1

View File

@ -77,7 +77,7 @@ class YouPornIE(InfoExtractor):
'tags': list,
'age_limit': 18,
},
}]
}]
def _real_extract(self, url):
mobj = re.match(self._VALID_URL, url)