From 3cbbb91b400cf6388523fbec945a6e97a6ae24e1 Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 21 Feb 2013 22:15:44 +0100 Subject: SpeedLoadOrg: Detect offline files Added the FILE_OFFLINE_PATTERN to detect offline files --- module/plugins/hoster/SpeedLoadOrg.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/plugins/hoster') diff --git a/module/plugins/hoster/SpeedLoadOrg.py b/module/plugins/hoster/SpeedLoadOrg.py index e74114742..7035812eb 100644 --- a/module/plugins/hoster/SpeedLoadOrg.py +++ b/module/plugins/hoster/SpeedLoadOrg.py @@ -20,13 +20,14 @@ class SpeedLoadOrg(SimpleHoster): __name__ = "SpeedLoadOrg" __type__ = "hoster" __pattern__ = r"http://(www\.)?speedload\.org/(?P\w+).*" - __version__ = "0.04" + __version__ = "0.05" __description__ = """Speedload.org hoster plugin""" __author_name__ = ("z00nx", "stickell") __author_mail__ = ("z00nx0@gmail.com", "l.stickell@yahoo.it") FILE_NAME_PATTERN = '
' RECAPTCHA_KEY = '6LenSdkSAAAAAJyoP5jFZl4NNell2r4rzfXRZXGW' API_URL = 'http://speedload.org/api/single_link.php?shortUrl=' -- cgit v1.2.3