summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/FilefactoryCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/FilefactoryCom.py')
-rw-r--r--pyload/plugins/crypter/FilefactoryCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/FilefactoryCom.py b/pyload/plugins/crypter/FilefactoryCom.py
index 9792bb9f1..cc9563ed9 100644
--- a/pyload/plugins/crypter/FilefactoryCom.py
+++ b/pyload/plugins/crypter/FilefactoryCom.py
@@ -21,7 +21,7 @@ class FilefactoryCom(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):