summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/X7To.py
diff options
context:
space:
mode:
authorGravatar Christopher <4Christopher@gmx.de> 2013-03-26 19:23:41 +0100
committerGravatar Christopher <4Christopher@gmx.de> 2013-03-26 19:23:41 +0100
commit866d30eb0e6a8868a4f2eb1da3c91734d6b9d716 (patch)
tree2233ea2329e779761abb5dc8e08afee97973dc61 /module/plugins/hoster/X7To.py
parentMovie2kTo: Added setting for quality in the folder name. (diff)
parentMerge pull request #53 from enkore/stable (diff)
downloadpyload-866d30eb0e6a8868a4f2eb1da3c91734d6b9d716.tar.xz
Merge branch 'stable' of git://github.com/pyload/pyload into stable
Diffstat (limited to 'module/plugins/hoster/X7To.py')
-rw-r--r--module/plugins/hoster/X7To.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/X7To.py b/module/plugins/hoster/X7To.py
index 51f8e6cd4..79adf2a3f 100644
--- a/module/plugins/hoster/X7To.py
+++ b/module/plugins/hoster/X7To.py
@@ -55,7 +55,7 @@ class X7To(Hoster):
file_id = re.search(r"var dlID = '(.*?)'", self.html)
if not file_id:
self.fail("Free download id not found")
-
+
file_url = "http://x7.to/james/ticket/dl/" + file_id.group(1)
self.logDebug("download id %s" % file_id.group(1))