summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/GigapetaCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-09-26 16:59:26 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-09-26 16:59:26 +0200
commit4709a41c176dd2947709b7f35ccc84213d574624 (patch)
tree937addae8d579aafae2c1f66b75536615dfe5b5c /module/plugins/hoster/GigapetaCom.py
parentFix cookie deletion + Account support for SimpleCrypter (diff)
downloadpyload-4709a41c176dd2947709b7f35ccc84213d574624.tar.xz
Rename SH flags
Diffstat (limited to 'module/plugins/hoster/GigapetaCom.py')
-rw-r--r--module/plugins/hoster/GigapetaCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/GigapetaCom.py b/module/plugins/hoster/GigapetaCom.py
index 966ac8094..5bbbeb80e 100644
--- a/module/plugins/hoster/GigapetaCom.py
+++ b/module/plugins/hoster/GigapetaCom.py
@@ -23,7 +23,7 @@ class GigapetaCom(SimpleHoster):
FILE_SIZE_PATTERN = r'<th>\s*Size\s*</th>\s*<td>\s*(?P<S>.*?)\s*</td>'
OFFLINE_PATTERN = r'<div id="page_error">'
- SH_COOKIES = [(".gigapeta.com", "lang", "us")]
+ COOKIES = [(".gigapeta.com", "lang", "us")]
def handleFree(self):