summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster')
-rwxr-xr-xmodule/plugins/hoster/OronCom.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/OronCom.py b/module/plugins/hoster/OronCom.py
index 0b547e516..2b9f42798 100755
--- a/module/plugins/hoster/OronCom.py
+++ b/module/plugins/hoster/OronCom.py
@@ -32,9 +32,9 @@ def getInfo(urls):
class OronCom(Hoster):
__name__ = "OronCom"
__type__ = "hoster"
- __pattern__ = r"http://(?:www.)?oron.com/"
- __version__ = "0.14"
- __description__ = "File Hoster: Oron.com"
+ __pattern__ = r"http://(?:www.)?oron.com/(?!folder)\w+"
+ __version__ = "0.15"
+ __description__ = "Oron.com Hoster Plugin"
__author_name__ = ("chrox", "DHMH")
__author_mail__ = ("chrox@pyload.org", "webmaster@pcProfil.de")