diff options
author | 2013-10-23 14:21:05 +0200 | |
---|---|---|
committer | 2013-10-23 14:21:05 +0200 | |
commit | 57f21830085d3d5944b8d33fc9825d577e81ed8a (patch) | |
tree | 803407139336ee94f5f61b09f8e418cafcd9b0d8 /module/plugins/hoster/XHamsterCom.py | |
parent | Merge pull request #331 from vuolter/s/hoster_lc (diff) | |
download | pyload-57f21830085d3d5944b8d33fc9825d577e81ed8a.tar.xz |
Cleanup for setup vars.
See #315
Diffstat (limited to 'module/plugins/hoster/XHamsterCom.py')
-rw-r--r-- | module/plugins/hoster/XHamsterCom.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |