mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:27:07 -05:00 
			
		
		
		
	[tnaflix] Fix metadata extraction (Closes #10249)
This commit is contained in:
		@@ -189,9 +189,9 @@ class TNAFlixNetworkEmbedIE(TNAFlixNetworkBaseIE):
 | 
			
		||||
class TNAFlixIE(TNAFlixNetworkBaseIE):
 | 
			
		||||
    _VALID_URL = r'https?://(?:www\.)?tnaflix\.com/[^/]+/(?P<display_id>[^/]+)/video(?P<id>\d+)'
 | 
			
		||||
 | 
			
		||||
    _TITLE_REGEX = r'<title>(.+?) - TNAFlix Porn Videos</title>'
 | 
			
		||||
    _DESCRIPTION_REGEX = r'<meta[^>]+name="description"[^>]+content="([^"]+)"'
 | 
			
		||||
    _UPLOADER_REGEX = r'<i>\s*Verified Member\s*</i>\s*<h1>(.+?)</h1>'
 | 
			
		||||
    _TITLE_REGEX = r'<title>(.+?) - (?:TNAFlix Porn Videos|TNAFlix\.com)</title>'
 | 
			
		||||
    _DESCRIPTION_REGEX = r'(?s)>Description:</[^>]+>(.+?)<'
 | 
			
		||||
    _UPLOADER_REGEX = r'<i>\s*Verified Member\s*</i>\s*<h\d+>(.+?)<'
 | 
			
		||||
    _CATEGORIES_REGEX = r'(?s)<span[^>]*>Categories:</span>(.+?)</div>'
 | 
			
		||||
 | 
			
		||||
    _TESTS = [{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user