From 98b7d476d92f7b83c5862395453a4ba47771d890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=C3=89vrard?= Date: Mon, 28 Apr 2014 23:19:56 +0200 Subject: [PATCH] [RTBFVideo] Remove useless print statement --- youtube_dl/extractor/rtbf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/rtbf.py b/youtube_dl/extractor/rtbf.py index b70c36eaa..544539665 100644 --- a/youtube_dl/extractor/rtbf.py +++ b/youtube_dl/extractor/rtbf.py @@ -29,7 +29,6 @@ class RTBFVideoIE(InfoExtractor): title = self._html_search_regex( r']*src="([^"]+)"', webpage, 'iframe')