From 29c193381133199ec914e834401033f085e813c9 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 21 Oct 2015 18:04:42 +0200 Subject: Opus, fixes en tmp's Added: - Opus fileformat - Downloads first go to a tmp dir Fixed: - Download config not being used --- youtube_podcaster/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube_podcaster/config.py') diff --git a/youtube_podcaster/config.py b/youtube_podcaster/config.py index bfce902..e535dcf 100644 --- a/youtube_podcaster/config.py +++ b/youtube_podcaster/config.py @@ -41,6 +41,7 @@ class Config: self.server = config["server"] self.youtube = config["youtube"] self.podcasts = config["podcasts"] + self.downloads = config["downloads"] except KeyError as e: raise ConfigException("Missing %s-section in %s" % ( str(e), config)) -- cgit v1.2.3