mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 15:33:16 +00:00
[xnxx] Add age_limit
This commit is contained in:
parent
d5594202aa
commit
8e590a117f
|
@ -18,7 +18,8 @@ class XNXXIE(InfoExtractor):
|
||||||
u'file': u'1135332.flv',
|
u'file': u'1135332.flv',
|
||||||
u'md5': u'0831677e2b4761795f68d417e0b7b445',
|
u'md5': u'0831677e2b4761795f68d417e0b7b445',
|
||||||
u'info_dict': {
|
u'info_dict': {
|
||||||
u"title": u"lida \u00bb Naked Funny Actress (5)"
|
u"title": u"lida \u00bb Naked Funny Actress (5)",
|
||||||
|
u"age_limit": 18,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -50,4 +51,5 @@ def _real_extract(self, url):
|
||||||
'ext': 'flv',
|
'ext': 'flv',
|
||||||
'thumbnail': video_thumbnail,
|
'thumbnail': video_thumbnail,
|
||||||
'description': None,
|
'description': None,
|
||||||
|
'age_limit': 18,
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in a new issue