projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7732b6
)
[franceinter] Remove superfluous whitespace
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 17 Jan 2014 02:10:54 +0000
(
03:10
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 17 Jan 2014 02:10:54 +0000
(
03:10
+0100)
youtube_dl/extractor/franceinter.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/franceinter.py
b/youtube_dl/extractor/franceinter.py
index 7728410da93d17d4bdd112ab3091512c2e335554..deb1b0b9dc55244874029af3c47412184c2c1e50 100644
(file)
--- a/
youtube_dl/extractor/franceinter.py
+++ b/
youtube_dl/extractor/franceinter.py
@@
-20,7
+20,7
@@
class FranceInterIE(InfoExtractor):
def _real_extract(self, url):
mobj = re.match(self._VALID_URL, url)
video_id = mobj.group('id')
-
+
webpage = self._download_webpage(url, video_id)
title = self._html_search_regex(
r'<span class="roll_overflow">(.*?)</span></h1>', webpage, 'title')
@@
-36,5
+36,3
@@
class FranceInterIE(InfoExtractor):
}],
'title': title,
}
-
-
\ No newline at end of file