[redtube] Extend _VALID_URL (#26506)
This commit is contained in:
		
							parent
							
								
									defc820b70
								
							
						
					
					
						commit
						1ca5f821c8
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -15,7 +15,7 @@ from ..utils import (
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class RedTubeIE(InfoExtractor):
 | 
					class RedTubeIE(InfoExtractor):
 | 
				
			||||||
    _VALID_URL = r'https?://(?:(?:www\.)?redtube\.com/|embed\.redtube\.com/\?.*?\bid=)(?P<id>[0-9]+)'
 | 
					    _VALID_URL = r'https?://(?:(?:\w+\.)?redtube\.com/|embed\.redtube\.com/\?.*?\bid=)(?P<id>[0-9]+)'
 | 
				
			||||||
    _TESTS = [{
 | 
					    _TESTS = [{
 | 
				
			||||||
        'url': 'http://www.redtube.com/66418',
 | 
					        'url': 'http://www.redtube.com/66418',
 | 
				
			||||||
        'md5': 'fc08071233725f26b8f014dba9590005',
 | 
					        'md5': 'fc08071233725f26b8f014dba9590005',
 | 
				
			||||||
| 
						 | 
					@ -31,6 +31,9 @@ class RedTubeIE(InfoExtractor):
 | 
				
			||||||
    }, {
 | 
					    }, {
 | 
				
			||||||
        'url': 'http://embed.redtube.com/?bgcolor=000000&id=1443286',
 | 
					        'url': 'http://embed.redtube.com/?bgcolor=000000&id=1443286',
 | 
				
			||||||
        'only_matching': True,
 | 
					        'only_matching': True,
 | 
				
			||||||
 | 
					    }, {
 | 
				
			||||||
 | 
					        'url': 'http://it.redtube.com/66418',
 | 
				
			||||||
 | 
					        'only_matching': True,
 | 
				
			||||||
    }]
 | 
					    }]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @staticmethod
 | 
					    @staticmethod
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue