diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-09-28 14:57:02 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-09-28 14:57:02 +0200 |
commit | 8add4efc7dc3eeaa873030930e5bd31d6bdf8126 (patch) | |
tree | a0b9954ffd279fbee68e7d81e9e63ee616b6a8c0 /module/plugins/hoster/ZippyshareCom.py | |
parent | [UptoboxCom] MultiDL support (diff) | |
download | pyload-8add4efc7dc3eeaa873030930e5bd31d6bdf8126.tar.xz |
[XFileSharingPro] COOKIES preset to english + improved setup routine
Diffstat (limited to 'module/plugins/hoster/ZippyshareCom.py')
-rw-r--r-- | module/plugins/hoster/ZippyshareCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
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] |