summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/BitshareCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-15 18:04:47 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-15 18:04:47 +0100
commit51e537831d330576af76e00e1420ebe504feca52 (patch)
treec58d846170c3d002382c4060b6abab516829e9a1 /pyload/plugins/hoster/BitshareCom.py
parent[Plugin] Fix typo (thx rlindner81) (diff)
downloadpyload-51e537831d330576af76e00e1420ebe504feca52.tar.xz
Fix cookie domain
Diffstat (limited to 'pyload/plugins/hoster/BitshareCom.py')
-rw-r--r--pyload/plugins/hoster/BitshareCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/BitshareCom.py b/pyload/plugins/hoster/BitshareCom.py
index bb9230fd5..a557a43b0 100644
--- a/pyload/plugins/hoster/BitshareCom.py
+++ b/pyload/plugins/hoster/BitshareCom.py
@@ -24,7 +24,7 @@ class BitshareCom(SimpleHoster):
INFO_PATTERN = r'Downloading (?P<N>.+) - (?P<S>[\d.,]+) (?P<U>[\w^_]+)</h1>'
OFFLINE_PATTERN = r'(>We are sorry, but the requested file was not found in our database|>Error - File not available<|The file was deleted either by the uploader, inactivity or due to copyright claim)'
- COOKIES = [(".bitshare.com", "language_selection", "EN")]
+ COOKIES = [("bitshare.com", "language_selection", "EN")]
AJAXID_PATTERN = r'var ajaxdl = "(.*?)";'
TRAFFIC_USED_UP = r'Your Traffic is used up for today. Upgrade to premium to continue!'