fixed styling issues that flake8 didn't like

This commit is contained in:
Philip Ardery 2015-03-14 21:26:11 -04:00
parent 0ede245462
commit 9fcc22c0f2
2 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,6 @@
from __future__ import unicode_literals from __future__ import unicode_literals
import os.path import os.path
import re
from time import sleep from time import sleep
from .common import InfoExtractor from .common import InfoExtractor
@ -12,6 +11,7 @@ from ..compat import (
compat_urlparse compat_urlparse
) )
class MovieStormHTMLParser(compat_html_parser.HTMLParser): class MovieStormHTMLParser(compat_html_parser.HTMLParser):
def __init__(self): def __init__(self):
self.found_button = False self.found_button = False
@ -46,6 +46,7 @@ class MovieStormHTMLParser(compat_html_parser.HTMLParser):
p.close() p.close()
return getattr(p, return_variable) return getattr(p, return_variable)
class MovieStormIE(InfoExtractor): class MovieStormIE(InfoExtractor):
"""EXTRACTOR INFO: """EXTRACTOR INFO:
There are no tests for this IE because the links on any given moviestorm There are no tests for this IE because the links on any given moviestorm