[RTBFVideo] Remove useless print statement
authorNicolas Évrard <nicoe@openhex.org>
Mon, 28 Apr 2014 21:19:56 +0000 (23:19 +0200)
committerNicolas Évrard <nicoe@openhex.org>
Mon, 28 Apr 2014 21:19:56 +0000 (23:19 +0200)
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')