summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/MultiUpOrg.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/MultiUpOrg.py')
-rw-r--r--module/plugins/crypter/MultiUpOrg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/MultiUpOrg.py b/module/plugins/crypter/MultiUpOrg.py
index 717b209ec..5f3fc8b17 100644
--- a/module/plugins/crypter/MultiUpOrg.py
+++ b/module/plugins/crypter/MultiUpOrg.py
@@ -20,7 +20,7 @@ class MultiUpOrg(SimpleCrypter):
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
- NAME_PATTERN = r'<title>.*(?:Project|Projet|ownload|élécharger) (.+?) (?:\(|- )'
+ NAME_PATTERN = r'<title>.*(?:Project|Projet|ownload|élécharger) (?P<N>.+?) (\(|- )'
def getLinks(self):