tnaflix: support m sub domain that google mobile return fix #9769

when searching from a phone google gives m not www. this was
accidentally closed without explanation

gh issue view --comments 9769
This commit is contained in:
John Sebastian Peterson
2025-04-26 08:22:13 +03:00
parent 26feac3dd1
commit a5a79163e0
+1 -1
View File
@@ -221,7 +221,7 @@ class TNAEMPFlixBaseIE(TNAFlixNetworkBaseIE):
class TNAFlixIE(TNAEMPFlixBaseIE):
_VALID_URL = r'https?://(?:www\.)?(?P<host>tnaflix)\.com/[^/]+/(?P<display_id>[^/]+)/video(?P<id>\d+)'
_VALID_URL = r'https?://(?:(?:m|www)\.)?(?P<host>tnaflix)\.com/[^/]+/(?P<display_id>[^/]+)/video(?P<id>\d+)'
_TITLE_REGEX = r'<title>(.+?) - (?:TNAFlix Porn Videos|TNAFlix\.com)</title>'