mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 03:33:46 +00:00 
			
		
		
		
	[Tube8IE] Escape dot in regex
This commit is contained in:
		
							parent
							
								
									1d45a23b74
								
							
						
					
					
						commit
						8cb57d9b91
					
				@ -13,7 +13,7 @@ from ..aes import (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
class Tube8IE(InfoExtractor):
 | 
			
		||||
    _VALID_URL = r'^(?:https?://)?(?:www\.)?(?P<url>tube8.com/[^/]+/[^/]+/(?P<videoid>[0-9]+)/?)'
 | 
			
		||||
    _VALID_URL = r'^(?:https?://)?(?:www\.)?(?P<url>tube8\.com/[^/]+/[^/]+/(?P<videoid>[0-9]+)/?)'
 | 
			
		||||
    _TEST = {
 | 
			
		||||
        u'url': u'http://www.tube8.com/teen/kasia-music-video/229795/',
 | 
			
		||||
        u'file': u'229795.mp4',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user