From: Philipp Hagemeister Date: Fri, 17 Jan 2014 02:10:54 +0000 (+0100) Subject: [franceinter] Remove superfluous whitespace X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=26844eb57b398cc71b2f58d2a94494a976c3aff2;p=youtube-dl [franceinter] Remove superfluous whitespace --- diff --git a/youtube_dl/extractor/franceinter.py b/youtube_dl/extractor/franceinter.py index 7728410da..deb1b0b9d 100644 --- 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'(.*?)', webpage, 'title') @@ -36,5 +36,3 @@ class FranceInterIE(InfoExtractor): }], 'title': title, } - - \ No newline at end of file