From b7a1a296fbda88aec066d84643b74ea245b3db12 Mon Sep 17 00:00:00 2001 From: Philip Ardery Date: Sat, 14 Mar 2015 15:03:49 -0400 Subject: [PATCH] replaced tabs with spaces --- youtube_dl/extractor/moviestorm.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/youtube_dl/extractor/moviestorm.py b/youtube_dl/extractor/moviestorm.py index db6e66ad2..f96957832 100644 --- a/youtube_dl/extractor/moviestorm.py +++ b/youtube_dl/extractor/moviestorm.py @@ -117,12 +117,12 @@ class MovieStormIE(InfoExtractor): note=False, errnote='Unable to download link farm watch page', fatal=False - ) + ) - if watchpage is not None: - direct_url = MovieStormHTMLParser.extract_direct_url(watchpage) - if direct_url: - self.direct_urls.append(direct_url) + if watchpage is not None: + direct_url = MovieStormHTMLParser.extract_direct_url(watchpage) + if direct_url: + self.direct_urls.append(direct_url) self.to_screen(': Passing off farmed links to InfoExtractors') return list(set(self.direct_urls))