summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/KingfilesNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/KingfilesNet.py')
-rw-r--r--module/plugins/hoster/KingfilesNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/KingfilesNet.py b/module/plugins/hoster/KingfilesNet.py
index a25c39b21..f14cbd8b4 100644
--- a/module/plugins/hoster/KingfilesNet.py
+++ b/module/plugins/hoster/KingfilesNet.py
@@ -36,7 +36,7 @@ class KingfilesNet(SimpleHoster):
def handleFree(self, pyfile):
- # Click the free user button
+ #: Click the free user button
post_data = {'op' : "download1",
'usr_login' : "",
'id' : self.info['pattern']['ID'],
@@ -49,7 +49,7 @@ class KingfilesNet(SimpleHoster):
solvemedia = SolveMedia(self)
response, challenge = solvemedia.challenge()
- # Make the downloadlink appear and load the file
+ #: Make the downloadlink appear and load the file
m = re.search(self.RAND_ID_PATTERN, self.html)
if m is None:
self.error(_("Random key not found"))