mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:07:06 -05:00 
			
		
		
		
	[extractor/commonmistakes] Restrict _VALID_URL (closes #12050)
This commit is contained in:
		@@ -7,7 +7,7 @@ from ..utils import ExtractorError
 | 
			
		||||
class CommonMistakesIE(InfoExtractor):
 | 
			
		||||
    IE_DESC = False  # Do not list
 | 
			
		||||
    _VALID_URL = r'''(?x)
 | 
			
		||||
        (?:url|URL)
 | 
			
		||||
        (?:url|URL)$
 | 
			
		||||
    '''
 | 
			
		||||
 | 
			
		||||
    _TESTS = [{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user