summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/GooIm.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/GooIm.py')
-rw-r--r--module/plugins/hoster/GooIm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/GooIm.py b/module/plugins/hoster/GooIm.py
index c40a41029..92bb9de7e 100644
--- a/module/plugins/hoster/GooIm.py
+++ b/module/plugins/hoster/GooIm.py
@@ -12,6 +12,7 @@ class GooIm(SimpleHoster):
__name__ = "GooIm"
__type__ = "hoster"
__version__ = "0.05"
+ __status__ = "stable"
__pattern__ = r'https?://(?:www\.)?goo\.im/.+'
__config__ = [("use_premium", "bool", "Use premium account if available", True)]