summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/FilerNetFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/FilerNetFolder.py')
-rw-r--r--pyload/plugins/crypter/FilerNetFolder.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/pyload/plugins/crypter/FilerNetFolder.py b/pyload/plugins/crypter/FilerNetFolder.py
index 4acb7e165..d1c93a5c2 100644
--- a/pyload/plugins/crypter/FilerNetFolder.py
+++ b/pyload/plugins/crypter/FilerNetFolder.py
@@ -6,16 +6,17 @@ from pyload.plugins.internal.SimpleCrypter import SimpleCrypter
class FilerNetFolder(SimpleCrypter):
__name__ = "FilerNetFolder"
__type__ = "crypter"
- __version__ = "0.3"
+ __version__ = "0.4"
__pattern__ = r'https?://filer\.net/folder/\w{16}'
__description__ = """Filer.net decrypter plugin"""
- __author_name_ = ("nath_schwarz", "stickell")
- __author_mail_ = ("nathan.notwhite@gmail.com", "l.stickell@yahoo.it")
+ __authors__ = [("nath_schwarz", "nathan.notwhite@gmail.com"),
+ ("stickell", "l.stickell@yahoo.it")]
+
LINK_PATTERN = r'href="(/get/\w{16})">(?!<)'
- TITLE_PATTERN = r'<h3>(?P<title>.+) - <small'
+ TITLE_PATTERN = r'<h3>(.+?) - <small'
def getLinks(self):