mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 11:43:47 +00:00 
			
		
		
		
	[vk] Remove unnecessary message
This commit is contained in:
		
							parent
							
								
									c4737bea17
								
							
						
					
					
						commit
						291a93bafa
					
				@ -262,7 +262,6 @@ class VKIE(InfoExtractor):
 | 
			
		||||
        m_rutube = re.search(
 | 
			
		||||
            r'\ssrc="((?:https?:)?//rutube\.ru\\?/video\\?/embed(?:.*?))\\?"', info_page)
 | 
			
		||||
        if m_rutube is not None:
 | 
			
		||||
            self.to_screen('rutube video detected')
 | 
			
		||||
            rutube_url = self._proto_relative_url(
 | 
			
		||||
                m_rutube.group(1).replace('\\', ''))
 | 
			
		||||
            return self.url_result(rutube_url)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user