diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-05-05 19:49:39 +0200 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-05-05 19:49:39 +0200 |
commit | 439a9598c1d1db9efa64f8e11bd120d5e0b289ae (patch) | |
tree | 0860a5f2cdea5129136f65e81cd11017d7373b1d /module/plugins/hoster/ZippyshareCom.py | |
parent | Fix https://github.com/pyload/pyload/issues/1351 (diff) | |
parent | [SimpleHoster] Why Premium download fails? (diff) | |
download | pyload-439a9598c1d1db9efa64f8e11bd120d5e0b289ae.tar.xz |
Merge pull request #1 from pyload/stable
sync
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 fbac432cd..c47ac4fe1 100644 --- a/module/plugins/hoster/ZippyshareCom.py +++ b/module/plugins/hoster/ZippyshareCom.py @@ -66,7 +66,7 @@ class ZippyshareCom(SimpleHoster): initScripts = set() def replElementById(element): - id = element.group(1) # id might be either 'x' (a real id) or x (a variable) + id = element.group(1) # id might be either 'x' (a real id) or x (a variable) attr = element.group(4) # attr might be None varName = re.sub(r'-', '', 'GVAR[%s+"_%s"]' %(id, attr)) |