projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
201e3c9
)
[RTBFVideo] Remove useless print statement
author
Nicolas Évrard
<nicoe@openhex.org>
Mon, 28 Apr 2014 21:19:56 +0000
(23:19 +0200)
committer
Nicolas Évrard
<nicoe@openhex.org>
Mon, 28 Apr 2014 21:19:56 +0000
(23:19 +0200)
youtube_dl/extractor/rtbf.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rtbf.py
b/youtube_dl/extractor/rtbf.py
index b70c36eaa47fb46b26c9c612cb61eddf34886acc..544539665567bbb197f6c1132ff971fde4edc66f 100644
(file)
--- 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'<meta property="og:description" content="([^"]*)"',
webpage, 'title', mobj.group('title'))
- print title
iframe_url = self._html_search_regex(r'<iframe [^>]*src="([^"]+)"',
webpage, 'iframe')