From 57f21830085d3d5944b8d33fc9825d577e81ed8a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 23 Oct 2013 14:21:05 +0200 Subject: Cleanup for setup vars. See #315 --- module/plugins/hoster/XHamsterCom.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'module/plugins/hoster/XHamsterCom.py') diff --git a/module/plugins/hoster/XHamsterCom.py b/module/plugins/hoster/XHamsterCom.py index cbdd818c7..721f1cb75 100644 --- a/module/plugins/hoster/XHamsterCom.py +++ b/module/plugins/hoster/XHamsterCom.py @@ -24,9 +24,6 @@ class XHamsterCom(Hoster): __config__ = [("type", ".mp4;.flv", "Preferred type", ".mp4")] __description__ = """XHamster.com Video Download Hoster""" - def setup(self): - self.html = None - def process(self, pyfile): self.pyfile = pyfile -- cgit v1.2.3