summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/X7To.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-07-22 20:50:34 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-07-22 21:20:06 +0200
commitaaaf5a4cddec894aacd7400c59a9f2f5e710362f (patch)
tree9d9e89aff86598b3ffcc86117abd554b193e28b5 /pyload/plugins/hoster/X7To.py
parentimplemented media type filter (diff)
downloadpyload-aaaf5a4cddec894aacd7400c59a9f2f5e710362f.tar.xz
Fixed PEP 8 violations in Hosters
(cherry picked from commit 2edeee0532ec6d6b4b26fd045a5971f67ca455da) Conflicts: pyload/plugins/hoster/BasePlugin.py pyload/plugins/hoster/MultishareCz.py pyload/plugins/hoster/NetloadIn.py pyload/plugins/hoster/PremiumizeMe.py pyload/plugins/hoster/RapidshareCom.py
Diffstat (limited to 'pyload/plugins/hoster/X7To.py')
-rw-r--r--pyload/plugins/hoster/X7To.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/pyload/plugins/hoster/X7To.py b/pyload/plugins/hoster/X7To.py
index 965d84543..24d1643f3 100644
--- a/pyload/plugins/hoster/X7To.py
+++ b/pyload/plugins/hoster/X7To.py
@@ -3,7 +3,6 @@ import re
from module.plugins.Hoster import Hoster
-from module.network.RequestFactory import getURL
def getInfo(urls):
yield [(url, 0, 1, url) for url in urls]
@@ -17,8 +16,8 @@ class X7To(Hoster):
__description__ = """X7.To File Download Hoster"""
__author_name__ = ("ernieb")
__author_mail__ = ("ernieb")
-
- FILE_INFO_PATTERN=r'<meta name="description" content="Download: (.*?) \(([0-9,.]+) (KB|MB|GB)\)'
+
+ FILE_INFO_PATTERN = r'<meta name="description" content="Download: (.*?) \(([0-9,.]+) (KB|MB|GB)\)'
def init(self):
if self.premium:
@@ -64,7 +63,7 @@ class X7To(Hoster):
# deal with errors
if "limit-dl" in self.html:
self.logDebug("Limit reached ... waiting")
- self.setWait(900,True)
+ self.setWait(900, True)
self.wait()
self.retry()