diff options
author | spoob <spoob@gmx.de> | 2009-06-13 16:07:54 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-13 16:07:54 +0200 |
commit | ae7c7b9b0bf75164adf80016e7c722b74c7029ff (patch) | |
tree | ebfbf579e12e4c1d070535e0a1308dd2622f874c /Core.py | |
parent | little fixes (diff) | |
download | pyload-ae7c7b9b0bf75164adf80016e7c722b74c7029ff.tar.xz |
every number of to download videos work with youtube channel, fixed #7
Diffstat (limited to 'Core.py')
-rw-r--r-- | Core.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -46,9 +46,7 @@ class Core(object): def __init__(self): self.config = {} self.config['plugin_folder'] = "Plugins" - self.config['link_file'] = "links.txt" self.plugins_avaible = {} - self.search_updates = False self.read_config() @@ -235,4 +233,4 @@ class Core(object): if __name__ == "__main__": testLoader = Core() - testLoader.start()
\ No newline at end of file + testLoader.start() |