From c9b42f02f83a95d7741eee96247466d3b610b159 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 23 Oct 2015 13:29:12 +0200 Subject: self.html -> self.data --- module/plugins/hoster/MystoreTo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/MystoreTo.py') diff --git a/module/plugins/hoster/MystoreTo.py b/module/plugins/hoster/MystoreTo.py index acf538d43..8477c62d2 100644 --- a/module/plugins/hoster/MystoreTo.py +++ b/module/plugins/hoster/MystoreTo.py @@ -36,7 +36,7 @@ class MystoreTo(SimpleHoster): def handle_free(self, pyfile): try: - fid = re.search(r'wert="(.+?)"', self.html).group(1) + fid = re.search(r'wert="(.+?)"', self.data).group(1) except AttributeError: self.error(_("File-ID not found")) -- cgit v1.2.3