mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-02-02 08:40:12 +09:00
[VXXX] Explicitly set age_limit to 18
This commit is contained in:
parent
f2398c0070
commit
9c5c778792
@ -21,7 +21,9 @@ class BdsmxTubeIE(VXXXIE):
|
|||||||
'duration': 68.0,
|
'duration': 68.0,
|
||||||
'categories': ['Asian', 'Brunette', 'Cosplay', 'Fetish',
|
'categories': ['Asian', 'Brunette', 'Cosplay', 'Fetish',
|
||||||
'Fuck Machine', 'Gagging', 'Japanese',
|
'Fuck Machine', 'Gagging', 'Japanese',
|
||||||
'JAV Uncensored', 'Latex', 'Leather', 'POV']}
|
'JAV Uncensored', 'Latex', 'Leather', 'POV'],
|
||||||
|
'age_limit': 18,
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _download_info_object(self, video_id):
|
def _download_info_object(self, video_id):
|
||||||
|
@ -21,7 +21,8 @@ class BlackPornTubeIE(VXXXIE):
|
|||||||
'duration': 193.0,
|
'duration': 193.0,
|
||||||
'categories': ['BDSM', 'Bondage', 'Celebrity', 'Ebony', 'Fetish',
|
'categories': ['BDSM', 'Bondage', 'Celebrity', 'Ebony', 'Fetish',
|
||||||
'Shibari Bondage', 'Solo Female',
|
'Shibari Bondage', 'Solo Female',
|
||||||
'Tattoo']
|
'Tattoo'],
|
||||||
|
'age_limit': 18,
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
@ -20,7 +20,9 @@ class InPornIE(VXXXIE):
|
|||||||
'upload_date': '20220930',
|
'upload_date': '20220930',
|
||||||
'duration': 480.0,
|
'duration': 480.0,
|
||||||
'categories': ['Asian', 'Brunette', 'Casting', 'HD', 'Japanese',
|
'categories': ['Asian', 'Brunette', 'Casting', 'HD', 'Japanese',
|
||||||
'JAV Uncensored']}
|
'JAV Uncensored'],
|
||||||
|
'age_limit': 18,
|
||||||
|
},
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _download_info_object(self, video_id):
|
def _download_info_object(self, video_id):
|
||||||
|
@ -21,6 +21,7 @@ class MrGayIE(VXXXIE):
|
|||||||
'duration': 834.0,
|
'duration': 834.0,
|
||||||
'categories': ['Amateur', 'Asian', 'Brunette', 'Crossdressing',
|
'categories': ['Amateur', 'Asian', 'Brunette', 'Crossdressing',
|
||||||
'Japanese', 'Webcam'],
|
'Japanese', 'Webcam'],
|
||||||
|
'age_limit': 18,
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
@ -25,7 +25,9 @@ class VXXXIE(InfoExtractor):
|
|||||||
'duration': 2373.0,
|
'duration': 2373.0,
|
||||||
'categories': ['Anal', 'Asian', 'BDSM', 'Brunette', 'Toys',
|
'categories': ['Anal', 'Asian', 'BDSM', 'Brunette', 'Toys',
|
||||||
'Fetish', 'HD', 'Interracial', 'MILF'],
|
'Fetish', 'HD', 'Interracial', 'MILF'],
|
||||||
}}]
|
'age_limit': 18,
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
|
||||||
def _download_info_object(self, video_id):
|
def _download_info_object(self, video_id):
|
||||||
return self._download_json(
|
return self._download_json(
|
||||||
@ -83,6 +85,7 @@ class VXXXIE(InfoExtractor):
|
|||||||
'dislike_count': int(info_object['statistics']['dislikes']),
|
'dislike_count': int(info_object['statistics']['dislikes']),
|
||||||
'average_rating': float(info_object['statistics']['rating']),
|
'average_rating': float(info_object['statistics']['rating']),
|
||||||
'categories': [category['title'] for category in info_object['categories'].values()],
|
'categories': [category['title'] for category in info_object['categories'].values()],
|
||||||
|
'age_limit': 18,
|
||||||
'formats': None
|
'formats': None
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ class XMilfIE(VXXXIE):
|
|||||||
'duration': 480.0,
|
'duration': 480.0,
|
||||||
'categories': ['Amateur', 'Big Tits', 'Brunette', 'Fetish', 'HD',
|
'categories': ['Amateur', 'Big Tits', 'Brunette', 'Fetish', 'HD',
|
||||||
'Lingerie', 'MILF', 'Webcam'],
|
'Lingerie', 'MILF', 'Webcam'],
|
||||||
|
'age_limit': 18,
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user