diff options
Diffstat (limited to 'pyload/plugin/hoster/MystoreTo.py')
-rw-r--r-- | pyload/plugin/hoster/MystoreTo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/MystoreTo.py b/pyload/plugin/hoster/MystoreTo.py index e2288e344..4791d0096 100644 --- a/pyload/plugin/hoster/MystoreTo.py +++ b/pyload/plugin/hoster/MystoreTo.py @@ -14,6 +14,7 @@ class MystoreTo(SimpleHoster): __version__ = "0.03" __pattern__ = r'https?://(?:www\.)?mystore\.to/dl/.+' + __config__ = [("use_premium", "bool", "Use premium account if available", True)] __description__ = """Mystore.to hoster plugin""" __license__ = "GPLv3" |