summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/crypter/LetitbitNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/crypter/LetitbitNet.py')
-rw-r--r--pyload/plugin/crypter/LetitbitNet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/crypter/LetitbitNet.py b/pyload/plugin/crypter/LetitbitNet.py
index 5d19cca8e..587c75c80 100644
--- a/pyload/plugin/crypter/LetitbitNet.py
+++ b/pyload/plugin/crypter/LetitbitNet.py
@@ -20,7 +20,7 @@ class LetitbitNet(Crypter):
FOLDER_PATTERN = r'<table>(.*)</table>'
- LINK_PATTERN = r'<a href="([^"]+)" target="_blank">'
+ LINK_PATTERN = r'<a href="(.+?)" target="_blank">'
def decrypt(self, pyfile):