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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/account/DropboxCom.py b/pyload/plugins/account/DropboxCom.py
index d3078c7f6..15e95d46d 100644
--- a/pyload/plugins/account/DropboxCom.py
+++ b/pyload/plugins/account/DropboxCom.py
@@ -8,7 +8,7 @@ from pyload.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo
class DropboxCom(SimpleHoster):
__name__ = "DropboxCom"
__type__ = "hoster"
- __version__ = "0.01"
+ __version__ = "0.02"
__pattern__ = r'https?://(?:www\.)?dropbox\.com/.+'
@@ -22,7 +22,7 @@ class DropboxCom(SimpleHoster):
OFFLINE_PATTERN = r'<title>Dropbox - (404|Shared link error)<'
- SH_COOKIES = [(".dropbox.com", "lang", "en")]
+ COOKIES = [(".dropbox.com", "lang", "en")]
def setup(self):