Compare commits

..

No commits in common. "801bccb0de0ee0127cf8ade031b9c1ff50079311" and "aed5241187f76de75ed5e1802d2b8c481d6bc8b8" have entirely different histories.

View File

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