[youtube] Fix JS player URL extraction
This commit is contained in:
		
							parent
							
								
									416da574ec
								
							
						
					
					
						commit
						6d4733ce7b
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2086,7 +2086,10 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
 | 
			
		|||
 | 
			
		||||
                if cipher:
 | 
			
		||||
                    if 's' in url_data or self._downloader.params.get('youtube_include_dash_manifest', True):
 | 
			
		||||
                        ASSETS_RE = r'"assets":.+?"js":\s*("[^"]+")'
 | 
			
		||||
                        ASSETS_RE = (
 | 
			
		||||
                            r'<script[^>]+\bsrc=("[^"]+")[^>]+\bname=["\']player_ias/base',
 | 
			
		||||
                            r'"jsUrl"\s*:\s*("[^"]+")',
 | 
			
		||||
                            r'"assets":.+?"js":\s*("[^"]+")')
 | 
			
		||||
                        jsplayer_url_json = self._search_regex(
 | 
			
		||||
                            ASSETS_RE,
 | 
			
		||||
                            embed_webpage if age_gate else video_webpage,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue