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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/MultiUpOrg.py b/module/plugins/crypter/MultiUpOrg.py
index fb228c3cd..183b4b472 100644
--- a/module/plugins/crypter/MultiUpOrg.py
+++ b/module/plugins/crypter/MultiUpOrg.py
@@ -7,7 +7,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter, create_getInfo
class MultiUpOrg(SimpleCrypter):
- __name__ = "MultiUpOrg"
+ __name = "MultiUpOrg"
__type__ = "crypter"
__version__ = "0.05"
__status__ = "testing"
@@ -26,7 +26,7 @@ class MultiUpOrg(SimpleCrypter):
def get_links(self):
- m_type = re.match(self.__pattern__, self.pyfile.url).group('TYPE')
+ m_type = re.match(self.__pattern, self.pyfile.url).group('TYPE')
if m_type == "project":
pattern = r'\n(http://www\.multiup\.org/(?:en|fr)/download/.*)'