summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SafesharingEu.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/SafesharingEu.py')
-rw-r--r--module/plugins/hoster/SafesharingEu.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/module/plugins/hoster/SafesharingEu.py b/module/plugins/hoster/SafesharingEu.py
index 3d7140c6e..c1fc9c68d 100644
--- a/module/plugins/hoster/SafesharingEu.py
+++ b/module/plugins/hoster/SafesharingEu.py
@@ -15,10 +15,6 @@ class SafesharingEu(XFSHoster):
__authors__ = [("zapp-brannigan", "fuerst.reinje@web.de")]
- HOSTER_DOMAIN = "safesharing.eu"
-
- WAIT_PATTERN = r'You have to wait (\d+) minutes'
-
ERROR_PATTERN = r'(?:<div class="alert alert-danger">)(.+?)(?:</div>)'