summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/HoerbuchIn.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/HoerbuchIn.py')
-rw-r--r--pyload/plugins/crypter/HoerbuchIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/HoerbuchIn.py b/pyload/plugins/crypter/HoerbuchIn.py
index 9d58873e8..2a4236de1 100644
--- a/pyload/plugins/crypter/HoerbuchIn.py
+++ b/pyload/plugins/crypter/HoerbuchIn.py
@@ -9,7 +9,7 @@ from module.lib.BeautifulSoup import BeautifulSoup, BeautifulStoneSoup
class HoerbuchIn(Crypter):
__name__ = "HoerbuchIn"
- __type__ = "container"
+ __type__ = "crypter"
__pattern__ = r"http://(www\.)?hoerbuch\.in/(wp/horbucher/\d+/.+/|tp/out.php\?.+|protection/folder_\d+\.html)"
__version__ = "0.7"
__description__ = """Hoerbuch.in Container Plugin"""