summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/XFileSharing.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-27 19:54:25 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-27 19:54:25 +0100
commit9562c3b747f7fe2d5e01fb43b2ac87a0ae3dccab (patch)
tree92bc28cec73c061ca0fcf552cb20262f31de6e46 /module/plugins/hooks/XFileSharing.py
parentMerge pull request #2124 from GammaC0de/patch-6 (diff)
downloadpyload-9562c3b747f7fe2d5e01fb43b2ac87a0ae3dccab.tar.xz
New plugin: CloudsharesNet
Diffstat (limited to 'module/plugins/hooks/XFileSharing.py')
-rw-r--r--module/plugins/hooks/XFileSharing.py17
1 files changed, 9 insertions, 8 deletions
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<DOMAIN>(?:[\d.]+|[\w\-^_]{3,63}(?:\.[a-zA-Z]{2,}){1,2})(?:\:\d+)?)/(?:user|folder)s?/\w+',
r'https?://(?:[^/]+\.)?(?P<DOMAIN>%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"]