summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Keep2shareCc.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-17 20:02:20 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-17 20:02:20 +0100
commit57300575fa97107d172e0c9909b244c8c8ae6c12 (patch)
tree86dcbc38175e55c3ac077ff9a894fe74bb3d54ea /module/plugins/hoster/Keep2shareCc.py
parent[FilerNet] Typo (diff)
downloadpyload-57300575fa97107d172e0c9909b244c8c8ae6c12.tar.xz
Extend SimpleHoster in multi-hoster plugins
Diffstat (limited to 'module/plugins/hoster/Keep2shareCc.py')
-rw-r--r--module/plugins/hoster/Keep2shareCc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/Keep2shareCc.py b/module/plugins/hoster/Keep2shareCc.py
index 0d06a74c7..86c28e93b 100644
--- a/module/plugins/hoster/Keep2shareCc.py
+++ b/module/plugins/hoster/Keep2shareCc.py
@@ -118,7 +118,7 @@ class Keep2shareCc(SimpleHoster):
def downloadLink(self, link):
- if not link:
+ if not link or not isinstance(link, basestring):
return
link = _isDirectLink(self, link, self.premium)