replaced tabs with spaces

This commit is contained in:
Philip Ardery 2015-03-14 15:03:49 -04:00
parent 503a9f3f8e
commit b7a1a296fb

View File

@ -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))