mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-24 04:56:55 +01:00
[franceinter] Remove superfluous whitespace
This commit is contained in:
parent
a7732b672e
commit
26844eb57b
@ -20,7 +20,7 @@ class FranceInterIE(InfoExtractor):
|
|||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
mobj = re.match(self._VALID_URL, url)
|
mobj = re.match(self._VALID_URL, url)
|
||||||
video_id = mobj.group('id')
|
video_id = mobj.group('id')
|
||||||
|
|
||||||
webpage = self._download_webpage(url, video_id)
|
webpage = self._download_webpage(url, video_id)
|
||||||
title = self._html_search_regex(
|
title = self._html_search_regex(
|
||||||
r'<span class="roll_overflow">(.*?)</span></h1>', webpage, 'title')
|
r'<span class="roll_overflow">(.*?)</span></h1>', webpage, 'title')
|
||||||
@ -36,5 +36,3 @@ class FranceInterIE(InfoExtractor):
|
|||||||
}],
|
}],
|
||||||
'title': title,
|
'title': title,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user