Improve swf player URL detection for RTMP (fixes issue #144)
This commit is contained in:
		
							parent
							
								
									f2413e6793
								
							
						
					
					
						commit
						823fcda12a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -847,7 +847,7 @@ class YoutubeIE(InfoExtractor):
 | 
			
		|||
				return
 | 
			
		||||
 | 
			
		||||
			# Attempt to extract SWF player URL
 | 
			
		||||
			mobj = re.search(r'swfConfig.*"(http://.*?watch-.*?\.swf)"', video_webpage)
 | 
			
		||||
			mobj = re.search(r'swfConfig.*"(http://.*?watch.*?-.*?\.swf)"', video_webpage)
 | 
			
		||||
			if mobj is not None:
 | 
			
		||||
				player_url = mobj.group(1)
 | 
			
		||||
			else:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue