mirror of
https://code.hackerspace.pl/q3k/youtube-dl
synced 2025-03-16 11:43:02 +00:00
[metacafe] Fix age limit extraction
This commit is contained in:
parent
796db21295
commit
77334ccb44
@ -229,7 +229,7 @@ class MetacafeIE(InfoExtractor):
|
||||
|
||||
age_limit = (
|
||||
18
|
||||
if re.search(r'"contentRating":"restricted"', webpage)
|
||||
if re.search(r'(?:"contentRating":|"rating",)"restricted"', webpage)
|
||||
else 0)
|
||||
|
||||
if isinstance(video_url, list):
|
||||
|
Loading…
x
Reference in New Issue
Block a user