diff options
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 |