summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/crypter/FilebeerInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/crypter/FilebeerInfo.py')
-rw-r--r--pyload/plugin/crypter/FilebeerInfo.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyload/plugin/crypter/FilebeerInfo.py b/pyload/plugin/crypter/FilebeerInfo.py
new file mode 100644
index 000000000..5ec059375
--- /dev/null
+++ b/pyload/plugin/crypter/FilebeerInfo.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+
+from pyload.plugin.internal.DeadCrypter import DeadCrypter
+
+
+class FilebeerInfo(DeadCrypter):
+ __name = "FilebeerInfo"
+ __type = "crypter"
+ __version = "0.02"
+
+ __pattern = r'http://(?:www\.)?filebeer\.info/\d*~f\w+'
+ __config = []
+
+ __description = """Filebeer.info folder decrypter plugin"""
+ __license = "GPLv3"
+ __authors = [("zoidberg", "zoidberg@mujmail.cz")]