1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 23:17:16 +08:00

[yourporn] add missing age limit

This commit is contained in:
iwconfig 2018-12-23 23:37:24 +01:00 committed by GitHub
parent 63529e935c
commit ef85bd8aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class YourPornIE(InfoExtractor):
'ext': 'mp4',
'title': 'md5:c9f43630bd968267672651ba905a7d35',
'thumbnail': r're:^https?://.*\.jpg$',
'age_limit': 18
},
}
@ -38,4 +39,5 @@ class YourPornIE(InfoExtractor):
'url': video_url,
'title': title,
'thumbnail': thumbnail,
'age_limit': 18
}