summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/TrailerzoneInfo.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-03-23 22:32:28 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2013-03-23 22:32:28 +0100
commit8342aad089589479650703de915a356d634b202b (patch)
treeb94ad36b3f2e956df552ceb5ae185afe81454052 /module/plugins/crypter/TrailerzoneInfo.py
parentNew debrid: DebridItaliaCom (diff)
downloadpyload-8342aad089589479650703de915a356d634b202b.tar.xz
Plugins: fixed inconsistent indentation
Diffstat (limited to 'module/plugins/crypter/TrailerzoneInfo.py')
-rw-r--r--module/plugins/crypter/TrailerzoneInfo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/TrailerzoneInfo.py b/module/plugins/crypter/TrailerzoneInfo.py
index 2683c2429..43a4fcce5 100644
--- a/module/plugins/crypter/TrailerzoneInfo.py
+++ b/module/plugins/crypter/TrailerzoneInfo.py
@@ -22,10 +22,10 @@ class TrailerzoneInfo(Crypter):
self.handleProtect(url)
elif goPattern.match(url):
self.handleGo(url)
-
+
def handleProtect(self, url):
self.handleGo("http://trailerzone.info/go.html#:::" + url.split("#:::",1)[1])
-
+
def handleGo(self, url):
src = self.req.load(str(url))