1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[RTBFVideo] Remove useless print statement

This commit is contained in:
Nicolas Évrard 2014-04-28 23:19:56 +02:00
parent 201e3c99b9
commit 98b7d476d9

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