summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/TnyCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/TnyCz.py')
-rw-r--r--module/plugins/crypter/TnyCz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/TnyCz.py b/module/plugins/crypter/TnyCz.py
index 078b4f001..7378ec154 100644
--- a/module/plugins/crypter/TnyCz.py
+++ b/module/plugins/crypter/TnyCz.py
@@ -26,7 +26,7 @@ class TnyCz(SimpleCrypter):
def get_links(self):
- m = re.search(r'<a id=\'save_paste\' href="(.+save\.php\?hash=.+)">', self.html)
+ m = re.search(r'<a id=\'save_paste\' href="(.+save\.php\?hash=.+)">', self.data)
return re.findall(".+", self.load(m.group(1))) if m else None