From 3c91c7feee8940dc77ae3e3e266a010b55ddde14 Mon Sep 17 00:00:00 2001 From: spoob Date: Thu, 12 Aug 2010 16:07:53 +0200 Subject: Youtube Playlist Download --- pyLoadCore.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 8dc725ca7..db46571d5 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -71,7 +71,6 @@ class Core(object): self.doDebug = False self.arg_links = [] - if len(argv) > 1: try: options, args = getopt(argv[1:], 'vca:hdus:', ["version", "clear", "add=", "help", "debug", "user", "setup", "configdir="]) @@ -156,7 +155,6 @@ class Core(object): s.start() exit() - self.config = ConfigParser() translation = gettext.translation("pyLoad", self.path("locale"), languages=["en", self.config['general']['language']]) -- cgit v1.2.3