summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar CryNickSystems <d.hardtke@yahoo.de> 2012-01-17 19:40:24 +0100
committerGravatar CryNickSystems <d.hardtke@yahoo.de> 2012-01-17 19:40:24 +0100
commit5bd49e7478992109451ccda6472d440b4a7faba6 (patch)
tree6463858acea9c3ee837f81428f636a0deced4f65 /module/plugins/hoster
parentmegashares.com premium (diff)
downloadpyload-5bd49e7478992109451ccda6472d440b4a7faba6.tar.xz
Oron.com Folder Plugin
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")