summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/account/DropboxCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/account/DropboxCom.py')
-rw-r--r--pyload/plugins/account/DropboxCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/account/DropboxCom.py b/pyload/plugins/account/DropboxCom.py
index 03e654e89..40d5584a4 100644
--- a/pyload/plugins/account/DropboxCom.py
+++ b/pyload/plugins/account/DropboxCom.py
@@ -22,7 +22,7 @@ class DropboxCom(SimpleHoster):
OFFLINE_PATTERN = r'<title>Dropbox - (404|Shared link error)<'
- COOKIES = [(".dropbox.com", "lang", "en")]
+ COOKIES = [("dropbox.com", "lang", "en")]
def setup(self):