diff options
Diffstat (limited to 'module/plugins/crypter/FreakhareComFolder.py')
-rw-r--r-- | module/plugins/crypter/FreakhareComFolder.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/crypter/FreakhareComFolder.py b/module/plugins/crypter/FreakhareComFolder.py index ad2ca2040..c7073901a 100644 --- a/module/plugins/crypter/FreakhareComFolder.py +++ b/module/plugins/crypter/FreakhareComFolder.py @@ -9,6 +9,7 @@ class FreakhareComFolder(SimpleCrypter): __name__ = "FreakhareComFolder" __type__ = "crypter" __version__ = "0.04" + __status__ = "stable" __pattern__ = r'http://(?:www\.)?freakshare\.com/folder/.+' __config__ = [("use_premium" , "bool", "Use premium account if available" , True), |