Compare commits

...

2 Commits

Author SHA1 Message Date
oxamun
801bccb0de
tnaflix no longer uses m subdomain 2024-12-26 23:06:38 -05:00
oxamun
e7bf95b240
Update yt_dlp/extractor/tnaflix.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2024-12-26 22:48:31 -05:00

View File

@ -221,7 +221,7 @@ class TNAEMPFlixBaseIE(TNAFlixNetworkBaseIE):
class TNAFlixIE(TNAEMPFlixBaseIE):
_VALID_URL = r'https?://(?:(morigin|m|www)\.)?(?P<host>tnaflix)\.com/(?:[^/]+/){1,2}(?P<display_id>[^/]+)/video(?P<id>\d+)'
_VALID_URL = r'https?://(?:(morigin|www)\.)?(?P<host>tnaflix)\.com/(?:[^/?#]+/){1,2}(?P<display_id>[^/?#]+)/video(?P<id>\d+)'
_TITLE_REGEX = r'<title>(.+?) - (?:TNAFlix Porn Videos|TNAFlix\.com)</title>'