summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/ZippyshareCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-20 22:56:34 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-20 23:02:08 +0200
commit892b7cbd4981b764bed30b2ccc5ca73d791c39f2 (patch)
tree1f5f142ad7e21de9e88f0c15957bbc7e03a9d1ff /pyload/plugin/hoster/ZippyshareCom.py
parentSpare code cosmetics (8) (diff)
downloadpyload-892b7cbd4981b764bed30b2ccc5ca73d791c39f2.tar.xz
Spare code cosmetics (9)
Diffstat (limited to 'pyload/plugin/hoster/ZippyshareCom.py')
-rw-r--r--pyload/plugin/hoster/ZippyshareCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/ZippyshareCom.py b/pyload/plugin/hoster/ZippyshareCom.py
index dd78071c9..7f91c04e5 100644
--- a/pyload/plugin/hoster/ZippyshareCom.py
+++ b/pyload/plugin/hoster/ZippyshareCom.py
@@ -68,7 +68,7 @@ class ZippyshareCom(SimpleHoster):
def replElementById(element):
id = element.group(1) #: id might be either 'x' (a real id) or x (a variable)
- attr = element.group(4) # attr might be None
+ attr = element.group(4) #: attr might be None
varName = re.sub(r'-', '', 'GVAR[%s+"_%s"]' %(id, attr))