summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-03-07 22:11:26 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2013-03-07 22:11:26 +0100
commitc5f21698c35c0d85608e09f3f6a743d9b2c1a688 (patch)
treea59e2c5512d6ffd95f69f71394ffc3d327e71e65 /module/plugins
parentSimpleCrypter: improved plugin (diff)
downloadpyload-c5f21698c35c0d85608e09f3f6a743d9b2c1a688.tar.xz
SpeedLoadOrgFolder: Package name detection
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/crypter/SpeedLoadOrgFolder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/crypter/SpeedLoadOrgFolder.py b/module/plugins/crypter/SpeedLoadOrgFolder.py
index a4a3e99e3..5b350787f 100644
--- a/module/plugins/crypter/SpeedLoadOrgFolder.py
+++ b/module/plugins/crypter/SpeedLoadOrgFolder.py
@@ -12,3 +12,4 @@ class SpeedLoadOrgFolder(SimpleCrypter):
__author_mail__ = ("l.stickell@yahoo.it")
LINK_PATTERN = r'<div class="link"><a href="(http://speedload.org/\w+)"'
+ TITLE_PATTERN = r'<title>Files of: (?P<title>[^<]+) folder</title>'