mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[tnaflix] Fix title extraction
This commit is contained in:
		@@ -12,7 +12,7 @@ from ..utils import (
 | 
				
			|||||||
class TNAFlixIE(InfoExtractor):
 | 
					class TNAFlixIE(InfoExtractor):
 | 
				
			||||||
    _VALID_URL = r'https?://(?:www\.)?tnaflix\.com/(?P<cat_id>[\w-]+)/(?P<display_id>[\w-]+)/video(?P<id>\d+)'
 | 
					    _VALID_URL = r'https?://(?:www\.)?tnaflix\.com/(?P<cat_id>[\w-]+)/(?P<display_id>[\w-]+)/video(?P<id>\d+)'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    _TITLE_REGEX = None
 | 
					    _TITLE_REGEX = r'<title>(.+?) - TNAFlix Porn Videos</title>'
 | 
				
			||||||
    _DESCRIPTION_REGEX = r'<h3 itemprop="description">([^<]+)</h3>'
 | 
					    _DESCRIPTION_REGEX = r'<h3 itemprop="description">([^<]+)</h3>'
 | 
				
			||||||
    _CONFIG_REGEX = r'flashvars\.config\s*=\s*escape\("([^"]+)"'
 | 
					    _CONFIG_REGEX = r'flashvars\.config\s*=\s*escape\("([^"]+)"'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user