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/hoster/GoogledriveCom.py | |
parent | [Addon] Fix download_finished call (diff) | |
download | pyload-3f4a19e7869afb0c856ccffc1124339899fd464b.tar.xz |
Spare code fixed + isdownload -> isresource
Diffstat (limited to 'module/plugins/hoster/GoogledriveCom.py')
-rw-r--r-- | module/plugins/hoster/GoogledriveCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/GoogledriveCom.py b/module/plugins/hoster/GoogledriveCom.py index 659b088c2..617a56c54 100644 --- a/module/plugins/hoster/GoogledriveCom.py +++ b/module/plugins/hoster/GoogledriveCom.py @@ -48,7 +48,7 @@ class GoogledriveCom(SimpleHoster): return link = self.fixurl(m.group(1), "https://docs.google.com/") - dl = self.isdownload(link) + dl = self.isresource(link) if dl: self.link = dl |