mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	Also check for JSLoader of JWSPlayer (thanks to @maximeg, Closes #685)
This commit is contained in:
		@@ -1366,6 +1366,9 @@ class GenericIE(InfoExtractor):
 | 
			
		||||
        if mobj is None:
 | 
			
		||||
            # Broaden the search a little bit
 | 
			
		||||
            mobj = re.search(r'[^A-Za-z0-9]?(?:file|source)=(http[^\'"&]*)', webpage)
 | 
			
		||||
        if mobj is None:
 | 
			
		||||
            # Broaden the search a little bit: JWPlayer JS loader
 | 
			
		||||
            mobj = re.search(r'[^A-Za-z0-9]?file:\s*["\'](http[^\'"&]*)', webpage)
 | 
			
		||||
        if mobj is None:
 | 
			
		||||
            self._downloader.trouble(u'ERROR: Invalid URL: %s' % url)
 | 
			
		||||
            return
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user