diff options
Diffstat (limited to 'pyload/plugins/hoster/SpeedLoadOrg.py')
-rw-r--r-- | pyload/plugins/hoster/SpeedLoadOrg.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pyload/plugins/hoster/SpeedLoadOrg.py b/pyload/plugins/hoster/SpeedLoadOrg.py deleted file mode 100644 index 068348ab8..000000000 --- a/pyload/plugins/hoster/SpeedLoadOrg.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.plugins.internal.DeadHoster import DeadHoster, create_getInfo - - -class SpeedLoadOrg(DeadHoster): - __name = "SpeedLoadOrg" - __type = "hoster" - __version = "1.02" - - __pattern = r'http://(?:www\.)?speedload\.org/(?P<ID>\w+)' - - __description = """Speedload.org hoster plugin""" - __license = "GPLv3" - __authors = [("stickell", "l.stickell@yahoo.it")] - - -getInfo = create_getInfo(SpeedLoadOrg) |