From 0331df435b912d8abfc012d15fd8be9ae90ad78d Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 7 Dec 2014 16:03:18 +0100 Subject: Fix previous merge --- module/plugins/hoster/SafesharingEu.py | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 module/plugins/hoster/SafesharingEu.py (limited to 'module/plugins/hoster/SafesharingEu.py') diff --git a/module/plugins/hoster/SafesharingEu.py b/module/plugins/hoster/SafesharingEu.py deleted file mode 100644 index f0936b9e8..000000000 --- a/module/plugins/hoster/SafesharingEu.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo - - -class SafesharingEu(XFSHoster): - __name__ = "SafesharingEu" - __type__ = "hoster" - __version__ = "0.05" - - __pattern__ = r'https?://(?:www\.)?safesharing\.eu/\w{12}' - - __description__ = """Safesharing.eu hoster plugin""" - __license__ = "GPLv3" - __authors__ = [("zapp-brannigan", "fuerst.reinje@web.de")] - - - HOSTER_DOMAIN = "safesharing.eu" - - WAIT_PATTERN = r'You have to wait (\d+) minutes' - - ERROR_PATTERN = r'(?:
)(.+?)(?:
)' - - -getInfo = create_getInfo(SafesharingEu) -- cgit v1.2.3