From 43655bc01be679fd3de8278515673321b3d4dbde Mon Sep 17 00:00:00 2001 From: sky-cake <> Date: Sun, 24 Mar 2024 19:45:16 -0400 Subject: [PATCH] fix: unspecified age limit test error --- yt_dlp/extractor/pornhub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/pornhub.py b/yt_dlp/extractor/pornhub.py index d29cee877..9119704e0 100644 --- a/yt_dlp/extractor/pornhub.py +++ b/yt_dlp/extractor/pornhub.py @@ -219,7 +219,7 @@ class PornHubIE(PornHubBaseIE): 'thumbnail': r're:https?://.+', 'duration': 8173, 'timestamp': 1612564932, - 'age_limit': int, + 'age_limit': 18, 'tags': list, 'like_count': int, 'view_count': int,