1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-29 15:19:35 +00:00

[VXXX] Explicitly set age_limit to 18

This commit is contained in:
tabjy 2022-10-02 06:50:56 -04:00
parent f2398c0070
commit 9c5c778792
6 changed files with 14 additions and 4 deletions

View file

@ -21,7 +21,9 @@ class BdsmxTubeIE(VXXXIE):
'duration': 68.0,
'categories': ['Asian', 'Brunette', 'Cosplay', 'Fetish',
'Fuck Machine', 'Gagging', 'Japanese',
'JAV Uncensored', 'Latex', 'Leather', 'POV']}
'JAV Uncensored', 'Latex', 'Leather', 'POV'],
'age_limit': 18,
}
}]
def _download_info_object(self, video_id):

View file

@ -21,7 +21,8 @@ class BlackPornTubeIE(VXXXIE):
'duration': 193.0,
'categories': ['BDSM', 'Bondage', 'Celebrity', 'Ebony', 'Fetish',
'Shibari Bondage', 'Solo Female',
'Tattoo']
'Tattoo'],
'age_limit': 18,
}
}]

View file

@ -20,7 +20,9 @@ class InPornIE(VXXXIE):
'upload_date': '20220930',
'duration': 480.0,
'categories': ['Asian', 'Brunette', 'Casting', 'HD', 'Japanese',
'JAV Uncensored']}
'JAV Uncensored'],
'age_limit': 18,
},
}]
def _download_info_object(self, video_id):

View file

@ -21,6 +21,7 @@ class MrGayIE(VXXXIE):
'duration': 834.0,
'categories': ['Amateur', 'Asian', 'Brunette', 'Crossdressing',
'Japanese', 'Webcam'],
'age_limit': 18,
}
}]

View file

@ -25,7 +25,9 @@ class VXXXIE(InfoExtractor):
'duration': 2373.0,
'categories': ['Anal', 'Asian', 'BDSM', 'Brunette', 'Toys',
'Fetish', 'HD', 'Interracial', 'MILF'],
}}]
'age_limit': 18,
}
}]
def _download_info_object(self, video_id):
return self._download_json(
@ -83,6 +85,7 @@ class VXXXIE(InfoExtractor):
'dislike_count': int(info_object['statistics']['dislikes']),
'average_rating': float(info_object['statistics']['rating']),
'categories': [category['title'] for category in info_object['categories'].values()],
'age_limit': 18,
'formats': None
}

View file

@ -21,6 +21,7 @@ class XMilfIE(VXXXIE):
'duration': 480.0,
'categories': ['Amateur', 'Big Tits', 'Brunette', 'Fetish', 'HD',
'Lingerie', 'MILF', 'Webcam'],
'age_limit': 18,
}
}]