diff options
author | Nitzo <nitzo2001@yahoo.com> | 2016-05-23 22:10:04 +0200 |
---|---|---|
committer | Nitzo <nitzo2001@yahoo.com> | 2016-05-23 22:10:04 +0200 |
commit | 0d546717cd27a7e38efef6fa269071a35c192abc (patch) | |
tree | 428e75bf46304bd6ad41111b30952ce0f1edbb65 | |
parent | fix #2474 (diff) | |
download | pyload-0d546717cd27a7e38efef6fa269071a35c192abc.tar.xz |
[HugefilesNet] [XFSHoster] Version up
-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$' |