diff options
author | spoob <spoob@gmx.de> | 2009-12-19 20:50:26 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-12-19 20:50:26 +0100 |
commit | ed14601a9a83439ce096441ad7ca7a8c4d9b13f8 (patch) | |
tree | 64090e0abe9f736900d9ea33e1df48398a0d3cf7 /module/plugins/CCF.py | |
parent | webinterface - activ Downloads List - Code completed (diff) | |
download | pyload-ed14601a9a83439ce096441ad7ca7a8c4d9b13f8.tar.xz |
Fixed file_exists function for local files
Diffstat (limited to 'module/plugins/CCF.py')
-rw-r--r-- | module/plugins/CCF.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/module/plugins/CCF.py b/module/plugins/CCF.py index 7b6e3397f..88b567904 100644 --- a/module/plugins/CCF.py +++ b/module/plugins/CCF.py @@ -27,11 +27,6 @@ class CCF(Plugin): self.multi_dl = True self.links = [] - def file_exists(self): - """ returns True or False - """ - return True - def proceed(self, url, location): infile = url.replace("\n", "") |