summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 17:37:19 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 17:37:19 +0200
commita7bfc1172c1c92deea5e0b37c98f20d03aca3b5f (patch)
tree87c768822448eb603c86dee5fbca1e660396f94c /module
parent[Dev-Host] Folder support (partially) (diff)
downloadpyload-a7bfc1172c1c92deea5e0b37c98f20d03aca3b5f.tar.xz
[Dev-Host] Improve patterns a bit
Diffstat (limited to 'module')
-rw-r--r--module/plugins/crypter/DevhostStFolder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/DevhostStFolder.py b/module/plugins/crypter/DevhostStFolder.py
index 79aaf926f..0d9c032cb 100644
--- a/module/plugins/crypter/DevhostStFolder.py
+++ b/module/plugins/crypter/DevhostStFolder.py
@@ -15,14 +15,14 @@ class DevhostStFolder(SimpleCrypter):
__type__ = "crypter"
__version__ = "0.01"
- __pattern__ = r"http://(?:www\.)?d-h\.st/users/\w+/\?fld_id=\d+"
+ __pattern__ = r'http://(?:www\.)?d-h\.st/users/\w+/\?fld_id=\d+'
__description__ = """d-h.st decrypter plugin"""
__author_name_ = "zapp-brannigan"
__author_mail_ = "fuerst.reinje@web.de"
- LINK_PATTERN = r'width: 530px;"><a href="(.+?)"'
+ LINK_PATTERN = r';"><a href="/(\w+)'
def getLinks(self):