mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:57:07 -05:00 
			
		
		
		
	[RTBFVideo] Remove useless print statement
This commit is contained in:
		@@ -29,7 +29,6 @@ class RTBFVideoIE(InfoExtractor):
 | 
			
		||||
        title = self._html_search_regex(
 | 
			
		||||
            r'<meta property="og:description" content="([^"]*)"',
 | 
			
		||||
            webpage, 'title', mobj.group('title'))
 | 
			
		||||
        print title
 | 
			
		||||
 | 
			
		||||
        iframe_url = self._html_search_regex(r'<iframe [^>]*src="([^"]+)"',
 | 
			
		||||
            webpage, 'iframe')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user