diff options
author | igel-kun <mathiaswe@gmx.de> | 2014-01-18 15:28:37 +0100 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-01-18 15:28:37 +0100 |
commit | c297f2749efe9e37ecab0965993cc8c8c11e8e59 (patch) | |
tree | 83d900a84e014cf3dd491cc3e928c8a442a8bdf4 /module/plugins/hooks/XFileSharingPro.py | |
parent | Filestube: version increase after 4c02adf00b8a7d6abcd2467eaff512f5780c4d7d (diff) | |
download | pyload-c297f2749efe9e37ecab0965993cc8c8c11e8e59.tar.xz |
XFileSharingPro:
* Added 2 hosters
* Extended OFFLINE_PATTERN
Merged pull request #485
Diffstat (limited to 'module/plugins/hooks/XFileSharingPro.py')
-rw-r--r-- | module/plugins/hooks/XFileSharingPro.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/XFileSharingPro.py b/module/plugins/hooks/XFileSharingPro.py index fe2df840d..718632293 100644 --- a/module/plugins/hooks/XFileSharingPro.py +++ b/module/plugins/hooks/XFileSharingPro.py @@ -7,7 +7,7 @@ from module.plugins.Hook import Hook class XFileSharingPro(Hook): __name__ = "XFileSharingPro" - __version__ = "0.06" + __version__ = "0.07" __type__ = "hook" __config__ = [("activated", "bool", "Activated", "True"), ("loadDefault", "bool", "Include default (built-in) hoster list", "True"), @@ -30,7 +30,7 @@ class XFileSharingPro(Hook): "aieshare.com", "asixfiles.com", "banashare.com", "cyberlocker.ch", "eyesfile.co", "eyesfile.com", "fileband.com", "filedwon.com", "filedownloads.org", "hipfile.com", "kingsupload.com", "mlfat4arab.com", "netuploaded.com", "odsiebie.pl", "q4share.com", "ravishare.com", "uptobox.com", "verzend.be", - "xvidstage.com", + "xvidstage.com", "thefile.me", "sharesix.com", #NOT TESTED: "bebasupload.com", "boosterking.com", "divxme.com", "filevelocity.com", "glumbouploads.com", "grupload.com", "heftyfile.com", "host4desi.com", "laoupload.com", "linkzhost.com", "movreel.com", |