summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/crypter/DepositfilesCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/crypter/DepositfilesCom.py')
-rw-r--r--pyload/plugin/crypter/DepositfilesCom.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyload/plugin/crypter/DepositfilesCom.py b/pyload/plugin/crypter/DepositfilesCom.py
index a66136ab3..e47f9dd18 100644
--- a/pyload/plugin/crypter/DepositfilesCom.py
+++ b/pyload/plugin/crypter/DepositfilesCom.py
@@ -18,4 +18,5 @@ class DepositfilesCom(SimpleCrypter):
__authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
- LINK_PATTERN = r'<div class="progressName"[^>]*>\s*<a href="([^"]+)" title="[^"]*" target="_blank">'
+ LINK_PATTERN = r'<div class="progressName".*?>\s*<a href="(.+?)" title=".+?" target="_blank">'
+