diff options
Diffstat (limited to 'pyload/plugin/hoster/FilerioCom.py')
| -rw-r--r-- | pyload/plugin/hoster/FilerioCom.py | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/pyload/plugin/hoster/FilerioCom.py b/pyload/plugin/hoster/FilerioCom.py index 9290bee84..c55fd2c0b 100644 --- a/pyload/plugin/hoster/FilerioCom.py +++ b/pyload/plugin/hoster/FilerioCom.py @@ -4,15 +4,15 @@ from pyload.plugin.internal.XFSHoster import XFSHoster  class FilerioCom(XFSHoster): -    __name__    = "FilerioCom" -    __type__    = "hoster" -    __version__ = "0.07" +    __name    = "FilerioCom" +    __type    = "hoster" +    __version = "0.07" -    __pattern__ = r'http://(?:www\.)?(filerio\.(in|com)|filekeen\.com)/\w{12}' +    __pattern = r'http://(?:www\.)?(filerio\.(in|com)|filekeen\.com)/\w{12}' -    __description__ = """FileRio.in hoster plugin""" -    __license__     = "GPLv3" -    __authors__     = [("zoidberg", "zoidberg@mujmail.cz")] +    __description = """FileRio.in hoster plugin""" +    __license     = "GPLv3" +    __authors     = [("zoidberg", "zoidberg@mujmail.cz")]      URL_REPLACEMENTS = [(r'filekeen\.com', "filerio.in")] | 
