[RTBFVideo] Remove useless print statement
[youtube-dl] / youtube_dl / extractor / rtbf.py
index b70c36eaa47fb46b26c9c612cb61eddf34886acc..544539665567bbb197f6c1132ff971fde4edc66f 100644 (file)
@@ -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')