diff options
author | stickell <l.stickell@yahoo.it> | 2014-08-31 20:47:15 +0200 |
---|---|---|
committer | stickell <l.stickell@yahoo.it> | 2014-08-31 20:47:15 +0200 |
commit | d2efdbca5daf2829f0b825609bbbdcb964c8b647 (patch) | |
tree | 400d93953ad87d8b496392425cfa9aaf55a14b32 | |
parent | [Checksum] Moved the checksum validation toggle to the plugin because the gen... (diff) | |
download | pyload-d2efdbca5daf2829f0b825609bbbdcb964c8b647.tar.xz |
[Easybytez] distributing LINK_PATTERN
Fixes #723
-rw-r--r-- | module/plugins/hoster/EasybytezCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/EasybytezCom.py b/module/plugins/hoster/EasybytezCom.py index 2e61e6d16..f9dfe6a13 100644 --- a/module/plugins/hoster/EasybytezCom.py +++ b/module/plugins/hoster/EasybytezCom.py @@ -6,7 +6,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf class EasybytezCom(XFileSharingPro): __name__ = "EasybytezCom" __type__ = "hoster" - __version__ = "0.17" + __version__ = "0.18" __pattern__ = r'http://(?:www\.)?easybytez.com/(\w+).*' |