summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Hoster.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-12-31 15:40:01 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-12-31 15:40:01 +0100
commit3f4a19e7869afb0c856ccffc1124339899fd464b (patch)
treebb07fdc01379ff977f5c8843accaa4749d29bad5 /module/plugins/internal/Hoster.py
parent[Addon] Fix download_finished call (diff)
downloadpyload-3f4a19e7869afb0c856ccffc1124339899fd464b.tar.xz
Spare code fixed + isdownload -> isresource
Diffstat (limited to 'module/plugins/internal/Hoster.py')
-rw-r--r--module/plugins/internal/Hoster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Hoster.py b/module/plugins/internal/Hoster.py
index 428313ef8..d164a9557 100644
--- a/module/plugins/internal/Hoster.py
+++ b/module/plugins/internal/Hoster.py
@@ -158,7 +158,7 @@ class Hoster(Base):
self.check_status()
- def isdownload(self, url, redirect=True, resumable=None):
+ def isresource(self, url, redirect=True, resumable=None):
resource = False
maxredirs = 5