diff options
Diffstat (limited to 'pyload/plugin/hoster/IfileIt.py')
| -rw-r--r-- | pyload/plugin/hoster/IfileIt.py | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/pyload/plugin/hoster/IfileIt.py b/pyload/plugin/hoster/IfileIt.py new file mode 100644 index 000000000..58e64aff1 --- /dev/null +++ b/pyload/plugin/hoster/IfileIt.py @@ -0,0 +1,15 @@ +# -*- coding: utf-8 -*- + +from pyload.plugin.internal.DeadHoster import DeadHoster + + +class IfileIt(DeadHoster): +    __name__    = "IfileIt" +    __type__    = "hoster" +    __version__ = "0.29" + +    __pattern__ = r'^unmatchable$' + +    __description__ = """Ifile.it""" +    __license__     = "GPLv3" +    __authors__     = [("zoidberg", "zoidberg@mujmail.cz")] | 
