mirror of https://github.com/yt-dlp/yt-dlp.git
[RTBFVideo] Remove useless print statement
This commit is contained in:
parent
201e3c99b9
commit
98b7d476d9
|
@ -29,7 +29,6 @@ class RTBFVideoIE(InfoExtractor):
|
||||||
title = self._html_search_regex(
|
title = self._html_search_regex(
|
||||||
r'<meta property="og:description" content="([^"]*)"',
|
r'<meta property="og:description" content="([^"]*)"',
|
||||||
webpage, 'title', mobj.group('title'))
|
webpage, 'title', mobj.group('title'))
|
||||||
print title
|
|
||||||
|
|
||||||
iframe_url = self._html_search_regex(r'<iframe [^>]*src="([^"]+)"',
|
iframe_url = self._html_search_regex(r'<iframe [^>]*src="([^"]+)"',
|
||||||
webpage, 'iframe')
|
webpage, 'iframe')
|
||||||
|
|
Loading…
Reference in New Issue