diff options
Diffstat (limited to 'module/plugins/crypter/Go4UpCom.py')
-rw-r--r-- | module/plugins/crypter/Go4UpCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/crypter/Go4UpCom.py b/module/plugins/crypter/Go4UpCom.py index dc47d8cfa..a691dcca3 100644 --- a/module/plugins/crypter/Go4UpCom.py +++ b/module/plugins/crypter/Go4UpCom.py @@ -10,6 +10,7 @@ class Go4UpCom(SimpleCrypter): __name__ = "Go4UpCom" __type__ = "crypter" __version__ = "0.13" + __status__ = "stable" __pattern__ = r'http://go4up\.com/(dl/\w{12}|rd/\w{12}/\d+)' __config__ = [("use_premium" , "bool", "Use premium account if available" , True), |