mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	Fix tds RTMP url extraction
This commit is contained in:
		@@ -3151,7 +3151,7 @@ class ComedyCentralIE(InfoExtractor):
 | 
				
			|||||||
				return
 | 
									return
 | 
				
			||||||
			epTitle = mobj.group('episode')
 | 
								epTitle = mobj.group('episode')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		mMovieParams = re.findall('<param name="movie" value="(http://media.mtvnservices.com/([^"]*episode.*?:.*?))"/>', html)
 | 
							mMovieParams = re.findall('(?:<param name="movie" value=")|(?:var url = ")(http://media.mtvnservices.com/([^"]*episode.*?:.*?))"', html)
 | 
				
			||||||
		if len(mMovieParams) == 0:
 | 
							if len(mMovieParams) == 0:
 | 
				
			||||||
			self._downloader.trouble(u'ERROR: unable to find Flash URL in webpage ' + url)
 | 
								self._downloader.trouble(u'ERROR: unable to find Flash URL in webpage ' + url)
 | 
				
			||||||
			return
 | 
								return
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user