diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-18 17:25:53 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-18 17:25:53 +0200 |
commit | ad17f97c76a9aba7497fde9ad3f09ebc2088a6b9 (patch) | |
tree | e05fa50647d28c0d04bca13b29dada7b38eec4d8 /module/plugins/hoster/Keep2ShareCc.py | |
parent | [ExternalScripts] Optimize code (diff) | |
download | pyload-ad17f97c76a9aba7497fde9ad3f09ebc2088a6b9.tar.xz |
Set broken plugins
Diffstat (limited to 'module/plugins/hoster/Keep2ShareCc.py')
-rw-r--r-- | module/plugins/hoster/Keep2ShareCc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/Keep2ShareCc.py b/module/plugins/hoster/Keep2ShareCc.py index f59821feb..e36a7830d 100644 --- a/module/plugins/hoster/Keep2ShareCc.py +++ b/module/plugins/hoster/Keep2ShareCc.py @@ -11,7 +11,7 @@ class Keep2ShareCc(SimpleHoster): __name__ = "Keep2ShareCc" __type__ = "hoster" __version__ = "0.26" - __status__ = "testing" + __status__ = "broken" __pattern__ = r'https?://(?:www\.)?(keep2share|k2s|keep2s)\.cc/file/(?P<ID>\w+)' __config__ = [("activated", "bool", "Activated", True), |