diff options
Diffstat (limited to 'pyload/plugin/hoster/UnrestrictLi.py')
-rw-r--r-- | pyload/plugin/hoster/UnrestrictLi.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/plugin/hoster/UnrestrictLi.py b/pyload/plugin/hoster/UnrestrictLi.py index 973afcac3..c81bb0554 100644 --- a/pyload/plugin/hoster/UnrestrictLi.py +++ b/pyload/plugin/hoster/UnrestrictLi.py @@ -8,15 +8,15 @@ from pyload.plugin.internal.SimpleHoster import secondsToMidnight class UnrestrictLi(MultiHoster): - __name = "UnrestrictLi" - __type = "hoster" - __version = "0.21" + __name__ = "UnrestrictLi" + __type__ = "hoster" + __version__ = "0.21" - __pattern = r'https?://(?:www\.)?(unrestrict|unr)\.li/dl/[\w^_]+' + __pattern__ = r'https?://(?:www\.)?(unrestrict|unr)\.li/dl/[\w^_]+' - __description = """Unrestrict.li multi-hoster plugin""" - __license = "GPLv3" - __authors = [("stickell", "l.stickell@yahoo.it")] + __description__ = """Unrestrict.li multi-hoster plugin""" + __license__ = "GPLv3" + __authors__ = [("stickell", "l.stickell@yahoo.it")] LOGIN_ACCOUNT = False |