[viewlift] Fix URL matching
This commit is contained in:
		
							parent
							
								
									326ae4ff96
								
							
						
					
					
						commit
						2906631e12
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -179,6 +179,10 @@ class ViewLiftIE(ViewLiftBaseIE):
 | 
			
		|||
        'only_matching': True,
 | 
			
		||||
    }]
 | 
			
		||||
 | 
			
		||||
    @classmethod
 | 
			
		||||
    def suitable(cls, url):
 | 
			
		||||
        return False if ViewLiftEmbedIE.suitable(url) else super(ViewLiftIE, cls).suitable(url)
 | 
			
		||||
 | 
			
		||||
    def _real_extract(self, url):
 | 
			
		||||
        domain, display_id = re.match(self._VALID_URL, url).groups()
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue