diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-09-28 16:50:29 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-09-28 16:50:29 +0200 |
commit | 390f7deca39ba14f698b3c56660eee2a5502b79a (patch) | |
tree | 9fa95eaa5b0ab439d11dba8977266294154cdd8b /module/plugins/hoster/FilerioCom.py | |
parent | [DeadHoster] Improve getInfo + two hosters mark dead (diff) | |
download | pyload-390f7deca39ba14f698b3c56660eee2a5502b79a.tar.xz |
Cleaned-up XFileSharingPro based plugins
Diffstat (limited to 'module/plugins/hoster/FilerioCom.py')
-rw-r--r-- | module/plugins/hoster/FilerioCom.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/module/plugins/hoster/FilerioCom.py b/module/plugins/hoster/FilerioCom.py index 5cac34b04..a62f77f25 100644 --- a/module/plugins/hoster/FilerioCom.py +++ b/module/plugins/hoster/FilerioCom.py @@ -14,14 +14,11 @@ class FilerioCom(XFileSharingPro): __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" + HOSTER_NAME = "filerio.in" OFFLINE_PATTERN = r'<b>"File Not Found"</b>|File has been removed due to Copyright Claim' FILE_URL_REPLACEMENTS = [(r'http://.*?/', 'http://filerio.in/')] - def setup(self): - self.resumeDownload = self.multiDL = self.premium - - getInfo = create_getInfo(FilerioCom) |