summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/GamefrontCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/GamefrontCom.py')
-rw-r--r--module/plugins/hoster/GamefrontCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/GamefrontCom.py b/module/plugins/hoster/GamefrontCom.py
index c94017946..588e96bd0 100644
--- a/module/plugins/hoster/GamefrontCom.py
+++ b/module/plugins/hoster/GamefrontCom.py
@@ -30,7 +30,7 @@ class GamefrontCom(SimpleHoster):
def handle_free(self, pyfile):
- self.html = self.load("http://www.gamefront.com/files/service/thankyou",
+ self.data = self.load("http://www.gamefront.com/files/service/thankyou",
get={'id': self.info['pattern']['ID']})
return super(GamefrontCom, self).handle_free(pyfile)