From ab34b0abcb8cb00f6779d93897b0905b912e40a9 Mon Sep 17 00:00:00 2001 From: chrox Date: Mon, 23 Jul 2012 21:10:59 +0200 Subject: Added new version --- module/plugins/hoster/RapidgatorNet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/plugins/hoster/RapidgatorNet.py b/module/plugins/hoster/RapidgatorNet.py index bca327a46..3b0981b8b 100644 --- a/module/plugins/hoster/RapidgatorNet.py +++ b/module/plugins/hoster/RapidgatorNet.py @@ -67,9 +67,9 @@ class RapidgatorNet(SimpleHoster): __name__ = "RapidgatorNet" __type__ = "hoster" __pattern__ = r"http://(?:www\.)?(rapidgator.net)/file/(\d+)" - __version__ = "0.04" + __version__ = "0.05" __description__ = """rapidgator.net""" - __author_name__ = ("zoidberg") + __author_name__ = ("zoidberg","chrox") FILE_INFO_PATTERN = r'Downloading:(\s*<[^>]*>)*\s*(?P.*?)(\s*<[^>]*>)*\s*File size:\s*(?P.*?)' FILE_OFFLINE_PATTERN = r'File not found' -- cgit v1.2.3