1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-02 13:21:18 +08:00

fixed indentation

This commit is contained in:
Kevin Laube
2020-01-15 07:57:36 +01:00
Unverified
parent 38fd4dea75
commit 2d6b7beec1
+1 -1
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)