diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hoster/HugefilesNet.py | 2 | ||||
-rw-r--r-- | module/plugins/internal/XFSHoster.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/HugefilesNet.py b/module/plugins/hoster/HugefilesNet.py index ef1987ee8..06ce192ba 100644 --- a/module/plugins/hoster/HugefilesNet.py +++ b/module/plugins/hoster/HugefilesNet.py @@ -8,7 +8,7 @@ from module.plugins.internal.XFSHoster import XFSHoster class HugefilesNet(XFSHoster): __name__ = "HugefilesNet" __type__ = "hoster" - __version__ = "0.10" + __version__ = "0.11" __status__ = "testing" __pattern__ = r'http://(?:www\.)?hugefiles\.net/\w{12}' diff --git a/module/plugins/internal/XFSHoster.py b/module/plugins/internal/XFSHoster.py index 96d4ab20b..dd99985ff 100644 --- a/module/plugins/internal/XFSHoster.py +++ b/module/plugins/internal/XFSHoster.py @@ -13,7 +13,7 @@ from module.plugins.internal.misc import html_unescape, parse_time, seconds_to_m class XFSHoster(SimpleHoster): __name__ = "XFSHoster" __type__ = "hoster" - __version__ = "0.75" + __version__ = "0.76" __status__ = "stable" __pattern__ = r'^unmatchable$' |