diff options
Diffstat (limited to 'module/plugins/hoster/FreeWayMe.py')
-rw-r--r-- | module/plugins/hoster/FreeWayMe.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/FreeWayMe.py b/module/plugins/hoster/FreeWayMe.py index b08098915..6bda13792 100644 --- a/module/plugins/hoster/FreeWayMe.py +++ b/module/plugins/hoster/FreeWayMe.py @@ -6,7 +6,7 @@ from module.plugins.internal.MultiHoster import MultiHoster, create_getInfo class FreeWayMe(MultiHoster): __name__ = "FreeWayMe" __type__ = "hoster" - __version__ = "0.13" + __version__ = "0.14" __pattern__ = r'https://(?:www\.)?free-way\.me/.*' @@ -21,7 +21,7 @@ class FreeWayMe(MultiHoster): self.chunkLimit = 1 - def handleMulti(self): + def handlePremium(self): user, data = self.account.selectAccount() self.link = True |