[generic] Look for teachable embeds before wistia
This commit is contained in:
		
							parent
							
								
									4560adc820
								
							
						
					
					
						commit
						be7dacf9cf
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -2536,6 +2536,11 @@ class GenericIE(InfoExtractor):
 | 
			
		|||
            return self.playlist_from_matches(
 | 
			
		||||
                dailymail_urls, video_id, video_title, ie=DailyMailIE.ie_key())
 | 
			
		||||
 | 
			
		||||
        # Look for Teachable embeds, must be before Wistia
 | 
			
		||||
        teachable_url = TeachableIE._extract_url(webpage, url)
 | 
			
		||||
        if teachable_url:
 | 
			
		||||
            return self.url_result(teachable_url)
 | 
			
		||||
 | 
			
		||||
        # Look for embedded Wistia player
 | 
			
		||||
        wistia_urls = WistiaIE._extract_urls(webpage)
 | 
			
		||||
        if wistia_urls:
 | 
			
		||||
| 
						 | 
				
			
			@ -3141,10 +3146,6 @@ class GenericIE(InfoExtractor):
 | 
			
		|||
            return self.playlist_from_matches(
 | 
			
		||||
                peertube_urls, video_id, video_title, ie=PeerTubeIE.ie_key())
 | 
			
		||||
 | 
			
		||||
        teachable_url = TeachableIE._extract_url(webpage, url)
 | 
			
		||||
        if teachable_url:
 | 
			
		||||
            return self.url_result(teachable_url)
 | 
			
		||||
 | 
			
		||||
        indavideo_urls = IndavideoEmbedIE._extract_urls(webpage)
 | 
			
		||||
        if indavideo_urls:
 | 
			
		||||
            return self.playlist_from_matches(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue