From 8add4efc7dc3eeaa873030930e5bd31d6bdf8126 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 28 Sep 2014 14:57:02 +0200 Subject: [XFileSharingPro] COOKIES preset to english + improved setup routine --- module/plugins/hoster/ZippyshareCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/ZippyshareCom.py') diff --git a/module/plugins/hoster/ZippyshareCom.py b/module/plugins/hoster/ZippyshareCom.py index 42640703c..6a6687eae 100644 --- a/module/plugins/hoster/ZippyshareCom.py +++ b/module/plugins/hoster/ZippyshareCom.py @@ -55,7 +55,7 @@ class ZippyshareCom(SimpleHoster): a = map(lambda x: int(x), m[0]) b = map(lambda x: int(x), m[1]) - # Checksum is calculated as (a * b + 19) or (a + b), where a and b are the result of modulo calculations + # Checksum is calculated as (a*b+19) or (a+b), where a and b are the result of modulo calculations a = a[0] % a[1] b = b[0] % b[1] -- cgit v1.2.3