Extended valid urls schema
This commit is contained in:
		
							parent
							
								
									41fa1b627d
								
							
						
					
					
						commit
						3b00dea5eb
					
				| @ -11,7 +11,7 @@ from ..aes import ( | |||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| class Tube8IE(InfoExtractor): | 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>\d+)/?)$' | ||||||
|     _TEST = { |     _TEST = { | ||||||
|         u'url': u'http://www.tube8.com/teen/kasia-music-video/229795/', |         u'url': u'http://www.tube8.com/teen/kasia-music-video/229795/', | ||||||
|         u'file': u'229795.mp4', |         u'file': u'229795.mp4', | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user