summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/OronCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/OronCom.py')
-rw-r--r--pyload/plugin/hoster/OronCom.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/OronCom.py b/pyload/plugin/hoster/OronCom.py
new file mode 100644
index 000000000..29ca267a0
--- /dev/null
+++ b/pyload/plugin/hoster/OronCom.py
@@ -0,0 +1,17 @@
+# -*- coding: utf-8 -*-
+
+from pyload.plugin.internal.DeadHoster import DeadHoster
+
+
+class OronCom(DeadHoster):
+ __name = "OronCom"
+ __type = "hoster"
+ __version = "0.14"
+
+ __pattern = r'https?://(?:www\.)?oron\.com/\w{12}'
+ __config = []
+
+ __description = """Oron.com hoster plugin"""
+ __license = "GPLv3"
+ __authors = [("chrox", "chrox@pyload.org"),
+ ("DHMH", "DHMH@pyload.org")]