summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/FilerioCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/FilerioCom.py')
-rw-r--r--pyload/plugins/hoster/FilerioCom.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/FilerioCom.py b/pyload/plugins/hoster/FilerioCom.py
index bfed700ad..da2970cea 100644
--- a/pyload/plugins/hoster/FilerioCom.py
+++ b/pyload/plugins/hoster/FilerioCom.py
@@ -11,8 +11,9 @@ class FilerioCom(XFileSharingPro):
__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.in"
+
+ FILE_OFFLINE_PATTERN = '<b>&quot;File Not Found&quot;</b>|File has been removed due to Copyright Claim'
FILE_URL_REPLACEMENTS = [(r'http://.*?/', 'http://filerio.in/')]
def setup(self):