diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-23 16:09:15 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-23 16:09:15 +0100 |
commit | b0d53cc5fcee9c444e123d7c667a595201e5bcc5 (patch) | |
tree | 59213a24008ff5332f8ae34b1fc09b4404c58770 /module/plugins/hoster/OronCom.py | |
parent | fix filename encoding in chown/chmod (diff) | |
download | pyload-b0d53cc5fcee9c444e123d7c667a595201e5bcc5.tar.xz |
oron version increase
Diffstat (limited to 'module/plugins/hoster/OronCom.py')
-rwxr-xr-x | module/plugins/hoster/OronCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/OronCom.py b/module/plugins/hoster/OronCom.py index d2d116a04..e3e157a6d 100755 --- a/module/plugins/hoster/OronCom.py +++ b/module/plugins/hoster/OronCom.py @@ -33,7 +33,7 @@ class OronCom(Hoster): __name__ = "OronCom" __type__ = "hoster" __pattern__ = r"http://(?:www.)?oron.com/" - __version__ = "0.11" + __version__ = "0.12" __description__ = "File Hoster: Oron.com" __author_name__ = ("chrox", "DHMH") __author_mail__ = ("chrox@pyload.org", "DHMH@pyload.org") @@ -146,4 +146,4 @@ class OronCom(Hoster): self.html = self.load(post_url, post=post_dict, ref=False, decode=True).encode("utf-8") link = re.search('href="(.*?)" class="atitle"', self.html).group(1) - self.download(link)
\ No newline at end of file + self.download(link) |