diff --git a/yt_dlp/extractor/tnaflix.py b/yt_dlp/extractor/tnaflix.py index 22832e068..a1e854b55 100644 --- a/yt_dlp/extractor/tnaflix.py +++ b/yt_dlp/extractor/tnaflix.py @@ -221,7 +221,7 @@ class TNAEMPFlixBaseIE(TNAFlixNetworkBaseIE): class TNAFlixIE(TNAEMPFlixBaseIE): - _VALID_URL = r'https?://(?:www\.)?(?Ptnaflix)\.com/[^/]+/(?P[^/]+)/video(?P\d+)' + _VALID_URL = r'https?://(?:(morigin|m|www)\.)?(?Ptnaflix)\.com/(?:[^/]+/){1,2}(?P[^/]+)/video(?P\d+)' _TITLE_REGEX = r'(.+?) - (?:TNAFlix Porn Videos|TNAFlix\.com)' @@ -234,6 +234,7 @@ class TNAFlixIE(TNAEMPFlixBaseIE): 'display_id': 'Carmella-Decesare-striptease', 'ext': 'mp4', 'title': 'Carmella Decesare - striptease', + 'description': 'No description provided', 'thumbnail': r're:https?://.*\.jpg$', 'duration': 91, 'age_limit': 18, @@ -252,7 +253,20 @@ class TNAFlixIE(TNAEMPFlixBaseIE): 'thumbnail': r're:https?://.*\.jpg$', 'duration': 164, 'age_limit': 18, - 'uploader': 'bobwhite39', + 'categories': list, + }, + }, { + 'url': 'https://morigin.tnaflix.com/he/amateur-porn/Dirty-minded-girl-is-very-hot/video11310952', + 'md5': 'b5a5da17899a3ab929586be5450f7adc', + 'info_dict': { + 'id': '11310952', + 'display_id': 'Dirty-minded-girl-is-very-hot', + 'ext': 'mp4', + 'thumbnail': r're:https?://.*\.jpg$', + 'age_limit': 18, + 'title': 'Dirty minded girl is very hot', + 'description': 'md5:69631ce458c36cd631be55121a9630f1', + 'duration': 322, 'categories': list, }, }, {