summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/OronCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-13 15:56:57 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-13 15:56:57 +0100
commitacc46fc3497a66a427b795b4a22c6e71d69185a1 (patch)
tree2d315b838a76435fc456b972c99c28d1732b2f70 /pyload/plugins/hoster/OronCom.py
parentCode fixes (diff)
downloadpyload-acc46fc3497a66a427b795b4a22c6e71d69185a1.tar.xz
Update
Diffstat (limited to 'pyload/plugins/hoster/OronCom.py')
-rw-r--r--pyload/plugins/hoster/OronCom.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/pyload/plugins/hoster/OronCom.py b/pyload/plugins/hoster/OronCom.py
deleted file mode 100644
index 1b546ff54..000000000
--- a/pyload/plugins/hoster/OronCom.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugins.internal.DeadHoster import DeadHoster, create_getInfo
-
-
-class OronCom(DeadHoster):
- __name = "OronCom"
- __type = "hoster"
- __version = "0.14"
-
- __pattern = r'https?://(?:www\.)?oron\.com/\w{12}'
-
- __description = """Oron.com hoster plugin"""
- __license = "GPLv3"
- __authors = [("chrox", "chrox@pyload.org"),
- ("DHMH", "DHMH@pyload.org")]
-
-
-getInfo = create_getInfo(OronCom)