mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 05:57:16 +08:00
fixed indentation
This commit is contained in:
parent
38fd4dea75
commit
2d6b7beec1
@ -77,7 +77,7 @@ class YouPornIE(InfoExtractor):
|
|||||||
'tags': list,
|
'tags': list,
|
||||||
'age_limit': 18,
|
'age_limit': 18,
|
||||||
},
|
},
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
mobj = re.match(self._VALID_URL, url)
|
mobj = re.match(self._VALID_URL, url)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user