diff options
Diffstat (limited to 'module/plugins/hoster/YoupornCom.py')
-rw-r--r-- | module/plugins/hoster/YoupornCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/YoupornCom.py b/module/plugins/hoster/YoupornCom.py index e501954da..db9cdb85f 100644 --- a/module/plugins/hoster/YoupornCom.py +++ b/module/plugins/hoster/YoupornCom.py @@ -33,7 +33,7 @@ class YoupornCom(Plugin): def download_html(self): url = self.parent.url - self.html = self.req.load(url) + self.html = self.load(url) def get_file_url(self): """ returns the absolute downloadable filepath |