summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/LinkSaveIn.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/LinkSaveIn.py')
-rw-r--r--pyload/plugins/crypter/LinkSaveIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/LinkSaveIn.py b/pyload/plugins/crypter/LinkSaveIn.py
index 44a31a1b1..b45904c2e 100644
--- a/pyload/plugins/crypter/LinkSaveIn.py
+++ b/pyload/plugins/crypter/LinkSaveIn.py
@@ -148,7 +148,7 @@ class LinkSaveIn(SimpleCrypter):
if not self.js:
self.logDebug("No JS -> skip Web links")
else:
- #@TODO: Gather paginated web links
+ #@TODO: Gather paginated web links
pattern = r'<a href="http://linksave\.in/(\w{43})"'
ids = re.findall(pattern, self.html)
self.logDebug("Decrypting %d Web links" % len(ids))