diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-17 21:47:39 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-17 21:47:39 +0100 |
commit | 46f748a94ea5ab62ab0839ff0ce01e12e3eac688 (patch) | |
tree | 4e32fd45a7ca7fb341b331265c0dd1528e958cb7 /module/plugins/hoster/OverLoadMe.py | |
parent | [DebridItaliaCom] Fix hook getHoster (diff) | |
download | pyload-46f748a94ea5ab62ab0839ff0ce01e12e3eac688.tar.xz |
Extend SimpleHoster in multi-hoster plugins (2)
Diffstat (limited to 'module/plugins/hoster/OverLoadMe.py')
-rw-r--r-- | module/plugins/hoster/OverLoadMe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/OverLoadMe.py b/module/plugins/hoster/OverLoadMe.py index 7f3152dfa..bccccf615 100644 --- a/module/plugins/hoster/OverLoadMe.py +++ b/module/plugins/hoster/OverLoadMe.py @@ -13,7 +13,7 @@ from module.utils import parseFileSize class OverLoadMe(SimpleHoster): __name__ = "OverLoadMe" __type__ = "hoster" - __version__ = "0.02" + __version__ = "0.03" __pattern__ = r'https?://.*overload\.me.*' |