mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-11 03:07:16 +08:00
[yourporn] add missing age limit
This commit is contained in:
parent
63529e935c
commit
ef85bd8aff
@ -14,6 +14,7 @@ class YourPornIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'md5:c9f43630bd968267672651ba905a7d35',
|
'title': 'md5:c9f43630bd968267672651ba905a7d35',
|
||||||
'thumbnail': r're:^https?://.*\.jpg$',
|
'thumbnail': r're:^https?://.*\.jpg$',
|
||||||
|
'age_limit': 18
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -38,4 +39,5 @@ class YourPornIE(InfoExtractor):
|
|||||||
'url': video_url,
|
'url': video_url,
|
||||||
'title': title,
|
'title': title,
|
||||||
'thumbnail': thumbnail,
|
'thumbnail': thumbnail,
|
||||||
|
'age_limit': 18
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user