From 9562c3b747f7fe2d5e01fb43b2ac87a0ae3dccab Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 27 Oct 2015 19:54:25 +0100 Subject: New plugin: CloudsharesNet --- module/plugins/hooks/XFileSharing.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'module/plugins/hooks/XFileSharing.py') diff --git a/module/plugins/hooks/XFileSharing.py b/module/plugins/hooks/XFileSharing.py index b127f9322..3c09fff4e 100644 --- a/module/plugins/hooks/XFileSharing.py +++ b/module/plugins/hooks/XFileSharing.py @@ -29,18 +29,19 @@ class XFileSharing(Addon): 'crypter': (r'(?:https?://(?:www\.)?)(?!%s)(?:\w+\.)*?(?P(?:[\d.]+|[\w\-^_]{3,63}(?:\.[a-zA-Z]{2,}){1,2})(?:\:\d+)?)/(?:user|folder)s?/\w+', r'https?://(?:[^/]+\.)?(?P%s)/(?:user|folder)s?/\w+')} - BUILTIN_HOSTERS = [#WORKING HOSTERS: - "ani-stream.com", "backin.net", "cloudsix.me", "eyesfile.ca", - "file4safe.com", "fileband.com", "filedwon.com", "fileparadox.in", - "filevice.com", "hostingbulk.com", "junkyvideo.com", "ravishare.com", - "salefiles.com", "sendmyway.com", "sharebeast.com", "sharesix.com", - "thefile.me", "verzend.be", "worldbytez.com", "xvidstage.com", - #: NOT TESTED: + BUILTIN_HOSTERS = [# WORKING HOSTERS: + "ani-stream.com", "backin.net", "cloudshares.net", "cloudsix.me", + "eyesfile.ca", "file4safe.com", "fileband.com", "filedwon.com", + "fileparadox.in", "filevice.com", "hostingbulk.com", "junkyvideo.com", + "ravishare.com", "salefiles.com", "sendmyway.com", "sharebeast.com", + "sharesix.com", "thefile.me", "verzend.be", "worldbytez.com", + "xvidstage.com", + # NOT TESTED: "101shared.com", "4upfiles.com", "filemaze.ws", "filenuke.com", "linkzhost.com", "mightyupload.com", "rockdizfile.com", "sharerepo.com", "shareswift.com", "uploadbaz.com", "uploadc.com", "vidbull.com", "zalaa.com", "zomgupload.com", - #: NOT WORKING: + # NOT WORKING: "amonshare.com", "banicrazy.info", "boosterking.com", "host4desi.com", "laoupload.com", "rd-fs.com"] BUILTIN_CRYPTERS = ["junocloud.me", "rapidfileshare.net"] -- cgit v1.2.3