summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FilerioCom.py
diff options
context:
space:
mode:
authorGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-09-27 20:28:32 +0200
committerGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-09-27 20:28:32 +0200
commitdf0b35be0bc0e2b13be8c6787bbce03082f0e08e (patch)
treeda100584baca6641693ed3b2ca5d67fb12720dbd /module/plugins/hoster/FilerioCom.py
parentfilebeer.info (free only) - closed #687 (diff)
downloadpyload-df0b35be0bc0e2b13be8c6787bbce03082f0e08e.tar.xz
add filebeer.info/fastshare.cz/quickshare.cz premium, closed #688
Diffstat (limited to 'module/plugins/hoster/FilerioCom.py')
-rw-r--r--module/plugins/hoster/FilerioCom.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/module/plugins/hoster/FilerioCom.py b/module/plugins/hoster/FilerioCom.py
index 3d983bedf..7be0fa4f6 100644
--- a/module/plugins/hoster/FilerioCom.py
+++ b/module/plugins/hoster/FilerioCom.py
@@ -4,17 +4,17 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf
class FilerioCom(XFileSharingPro):
__name__ = "FilerioCom"
__type__ = "hoster"
- __pattern__ = r"http://(?:\w*\.)*file(rio|keen).com/\w{12}"
- __version__ = "0.01"
- __description__ = """FileRio.com hoster plugin"""
+ __pattern__ = r"http://(?:\w*\.)*(filerio\.(in|com)|filekeen\.com)/\w{12}"
+ __version__ = "0.02"
+ __description__ = """FileRio.in hoster plugin"""
__author_name__ = ("zoidberg")
__author_mail__ = ("zoidberg@mujmail.cz")
FILE_OFFLINE_PATTERN = '<b>&quot;File Not Found&quot;</b>|File has been removed due to Copyright Claim'
- HOSTER_NAME = "filerio.com"
- DIRECT_LINK_PATTERN = r'Download Link:.*?<a href="(.*?)"'
+ HOSTER_NAME = "filerio.in"
+ FILE_URL_REPLACEMENTS = [(r'http://.*?/','http://filerio.in/')]
def setup(self):
- self.multiDL = False
+ self.resumeDownload = self.multiDL = self.premium
getInfo = create_getInfo(FilerioCom) \ No newline at end of file