From f242b7c42dfe88701964fa89ecfbf52b7b9ccb1b Mon Sep 17 00:00:00 2001 From: Jackson Humphrey Date: Wed, 13 Nov 2024 16:15:41 -0600 Subject: [PATCH] Added a test for the URL referenced in Issue #2702. --- yt_dlp/extractor/alphaporno.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/yt_dlp/extractor/alphaporno.py b/yt_dlp/extractor/alphaporno.py index 9caf44d013..1ca478898a 100644 --- a/yt_dlp/extractor/alphaporno.py +++ b/yt_dlp/extractor/alphaporno.py @@ -47,6 +47,22 @@ class AlphaPornoIE(InfoExtractor): 'duration': 298.0, }, }, + { + 'url': 'https://www.alphaporno.com/videos/anal-threesome-for-girls-younger-than-the-average/', + 'info_dict': { + 'id': '435603', + 'ext': 'mp4', + 'duration': 358.0, + 'description': 'md5:bf8ca502575c20e15f4f33740cd20a94', + 'categories': 'count:21', + 'title': 'Anal threesome for girls y***er than the average', + 'display_id': 'anal-threesome-for-girls-younger-than-the-average', + 'upload_date': '20220209', + 'thumbnail': r're:https?://.*\.jpg$', + 'age_limit': 18, + 'timestamp': 1644387720, + }, + }, ] def _real_extract(self, url):