mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 04:07:06 -05:00 
			
		
		
		
	[generic] Do not use compatibility result fallback
This commit is contained in:
		@@ -148,7 +148,7 @@ class GenericIE(InfoExtractor):
 | 
			
		||||
        try:
 | 
			
		||||
            new_url = self._test_redirect(url)
 | 
			
		||||
            if new_url:
 | 
			
		||||
                return [self.url_result(new_url)]
 | 
			
		||||
                return self.url_result(new_url)
 | 
			
		||||
        except compat_urllib_error.HTTPError:
 | 
			
		||||
            # This may be a stupid server that doesn't like HEAD, our UA, or so
 | 
			
		||||
            pass
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user