summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/ChipDe.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/ChipDe.py')
-rw-r--r--module/plugins/crypter/ChipDe.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/crypter/ChipDe.py b/module/plugins/crypter/ChipDe.py
index 955d731b2..fcb84a300 100644
--- a/module/plugins/crypter/ChipDe.py
+++ b/module/plugins/crypter/ChipDe.py
@@ -14,7 +14,6 @@ class ChipDe(Crypter):
__author_mail__ = ('4Christopher@gmx.de')
def decrypt(self, pyfile):
- # self.package = pyfile.package()
self.html = self.load(pyfile.url)
try:
url = re.search(r'"(http://video.chip.de/\d+?/.*)"', self.html).group(1)