diff options
author | Stefano <l.stickell@yahoo.it> | 2013-07-24 12:46:17 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-07-24 12:46:17 +0200 |
commit | 7e16ebcee0cb17ab5134b843fedbc76254d14263 (patch) | |
tree | 95833b7c3aa865b1497991682104a3648b01eadb | |
parent | Fixed some errors (diff) | |
download | pyload-7e16ebcee0cb17ab5134b843fedbc76254d14263.tar.xz |
DebridItaliaCom: two more hosters supported
-rw-r--r-- | module/plugins/hooks/DebridItaliaCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/DebridItaliaCom.py b/module/plugins/hooks/DebridItaliaCom.py index 99b2dd626..71ebac85c 100644 --- a/module/plugins/hooks/DebridItaliaCom.py +++ b/module/plugins/hooks/DebridItaliaCom.py @@ -20,7 +20,7 @@ from module.plugins.internal.MultiHoster import MultiHoster class DebridItaliaCom(MultiHoster): __name__ = "DebridItaliaCom" - __version__ = "0.06" + __version__ = "0.07" __type__ = "hook" __config__ = [("activated", "bool", "Activated", "False"), ("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"), @@ -39,4 +39,4 @@ class DebridItaliaCom(MultiHoster): "speedload.org", "rapidgator.net", "likeupload.net", "cyberlocker.ch", "depositfiles.com", "extabit.com", "filefactory.com", "sharefiles.co", "ryushare.com", "tusfiles.net", "nowvideo.co", "cloudzer.net", "letitbit.net", - "easybytez.com"] + "easybytez.com", "uptobox.com", "ddlstorage.com"] |