summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-11-12 12:37:19 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-11-12 12:37:19 +0100
commit5f02f8450b46cfb7acc54fee0715fdf469f13162 (patch)
tree451b6d1be3ca0665c2a017d71cf072df0f2d463f /module/plugins/hoster
parentupdate HellShare.Cz - support split archives (diff)
parentCheck account validity for OronCom and NetloadIn (diff)
downloadpyload-5f02f8450b46cfb7acc54fee0715fdf469f13162.tar.xz
Merged in nick_de/pyload (pull request #5)
Diffstat (limited to 'module/plugins/hoster')
-rwxr-xr-x[-rw-r--r--]module/plugins/hoster/OronCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/OronCom.py b/module/plugins/hoster/OronCom.py
index 7f09ea3a3..aaf039b3f 100644..100755
--- a/module/plugins/hoster/OronCom.py
+++ b/module/plugins/hoster/OronCom.py
@@ -36,7 +36,7 @@ class OronCom(Hoster):
__version__ = "0.1"
__description__ = "File Hoster: Oron.com"
__author_name__ = ("chrox", "DHMH")
- __author_mail__ = ("chrox@pyload.org", "webmaster@pcProfil.de")
+ __author_mail__ = ("chrox@pyload.org", "DHMH@pyload.org")
FILE_INFO_PATTERN = r'Dateiname: <b class="f_arial f_14px">(.*)</b> <br>Größe: ([0-9,.]+) (Kb|Mb|Gb)'