mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-30 17:14:03 +01:00
tnaflix no longer uses m subdomain
This commit is contained in:
parent
e7bf95b240
commit
801bccb0de
|
@ -221,7 +221,7 @@ class TNAEMPFlixBaseIE(TNAFlixNetworkBaseIE):
|
|||
|
||||
|
||||
class TNAFlixIE(TNAEMPFlixBaseIE):
|
||||
_VALID_URL = r'https?://(?:(?:m(?:origin)?|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>'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user