Explorar o código

[RTBFVideo] Remove useless print statement

Nicolas Évrard %!s(int64=11) %!d(string=hai) anos
pai
achega
98b7d476d9
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      youtube_dl/extractor/rtbf.py

+ 0 - 1
youtube_dl/extractor/rtbf.py

@@ -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')