summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/FilefactoryComFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/FilefactoryComFolder.py')
-rw-r--r--module/plugins/crypter/FilefactoryComFolder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/FilefactoryComFolder.py b/module/plugins/crypter/FilefactoryComFolder.py
index 996e24f05..4975ba506 100644
--- a/module/plugins/crypter/FilefactoryComFolder.py
+++ b/module/plugins/crypter/FilefactoryComFolder.py
@@ -6,7 +6,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter
class FilefactoryComFolder(SimpleCrypter):
__name__ = "FilefactoryComFolder"
__type__ = "crypter"
- __version__ = "0.3"
+ __version__ = "0.31"
__pattern__ = r'https?://(?:www\.)?filefactory\.com/(?:f|folder)/\w+'
__config__ = [("use_subfolder", "bool", "Save package to subfolder", True),
@@ -18,7 +18,7 @@ class FilefactoryComFolder(SimpleCrypter):
LINK_PATTERN = r'<td><a href="([^"]+)">'
- TITLE_PATTERN = r'<h1>Files in <span>(.+)</span></h1>'
+ NAME_PATTERN = r'<h1>Files in <span>(.+)</span></h1>'
PAGES_PATTERN = r'data-paginator-totalPages="(\d+)"'
COOKIES = [('.filefactory.com', 'locale', 'en_US.utf8')]