diff options
author | 2014-12-23 19:29:15 +0100 | |
---|---|---|
committer | 2014-12-23 19:29:15 +0100 | |
commit | a4786e340993bbfc5d2bf971c9bec18863d3dd80 (patch) | |
tree | 4e17e7d7a6bf7a30b472de42a2edc7cda2e6c186 /module/plugins/hoster/FastixRu.py | |
parent | [SimpleHoster] Code cosmetics (diff) | |
download | pyload-a4786e340993bbfc5d2bf971c9bec18863d3dd80.tar.xz |
[MultiHoster] Update
Diffstat (limited to 'module/plugins/hoster/FastixRu.py')
-rw-r--r-- | module/plugins/hoster/FastixRu.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/FastixRu.py b/module/plugins/hoster/FastixRu.py index 196b8479c..a4c85b4ca 100644 --- a/module/plugins/hoster/FastixRu.py +++ b/module/plugins/hoster/FastixRu.py @@ -12,7 +12,7 @@ from module.plugins.internal.MultiHoster import MultiHoster, create_getInfo class FastixRu(MultiHoster): __name__ = "FastixRu" __type__ = "hoster" - __version__ = "0.07" + __version__ = "0.08" __pattern__ = r'http://(?:www\.)?fastix\.(ru|it)/file/(?P<ID>\w{24})' @@ -36,7 +36,7 @@ class FastixRu(MultiHoster): self.resumeDownload = True - def handleMulti(self): + def handlePremium(self): api_key = self.account.getAccountData(self.user) api_key = api_key['api'] |