diff options
| author | 2015-12-31 15:40:01 +0100 | |
|---|---|---|
| committer | 2015-12-31 15:40:01 +0100 | |
| commit | 3f4a19e7869afb0c856ccffc1124339899fd464b (patch) | |
| tree | bb07fdc01379ff977f5c8843accaa4749d29bad5 /module/plugins/internal/Hoster.py | |
| parent | [Addon] Fix download_finished call (diff) | |
| download | pyload-3f4a19e7869afb0c856ccffc1124339899fd464b.tar.xz | |
Spare code fixed + isdownload -> isresource
Diffstat (limited to 'module/plugins/internal/Hoster.py')
| -rw-r--r-- | module/plugins/internal/Hoster.py | 2 |
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 |
