summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/WrzucTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/WrzucTo.py')
-rw-r--r--module/plugins/hoster/WrzucTo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/WrzucTo.py b/module/plugins/hoster/WrzucTo.py
index 21ac7263d..8e9653307 100644
--- a/module/plugins/hoster/WrzucTo.py
+++ b/module/plugins/hoster/WrzucTo.py
@@ -22,7 +22,7 @@ class WrzucTo(SimpleHoster):
NAME_PATTERN = r'id="file_info">\s*<strong>(?P<N>.*?)</strong>'
SIZE_PATTERN = r'class="info">\s*<tr>\s*<td>(?P<S>.*?)</td>'
- COOKIES = [(".wrzuc.to", "language", "en")]
+ COOKIES = [("wrzuc.to", "language", "en")]
def setup(self):