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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/FilefactoryComFolder.py b/module/plugins/crypter/FilefactoryComFolder.py
index ab4e76092..92e9620f6 100644
--- a/module/plugins/crypter/FilefactoryComFolder.py
+++ b/module/plugins/crypter/FilefactoryComFolder.py
@@ -21,7 +21,7 @@ class FilefactoryComFolder(SimpleCrypter):
NAME_PATTERN = r'<h1>Files in <span>(?P<N>.+)</span></h1>'
PAGES_PATTERN = r'data-paginator-totalPages="(\d+)"'
- COOKIES = [('.filefactory.com', 'locale', 'en_US.utf8')]
+ COOKIES = [(".filefactory.com", "locale", "en_US.utf8")]
def loadPage(self, page_n):