diff options
| author | 2015-10-21 18:04:42 +0200 | |
|---|---|---|
| committer | 2015-10-21 18:04:42 +0200 | |
| commit | 29c193381133199ec914e834401033f085e813c9 (patch) | |
| tree | e42274ce4a01bf62cd10330650294c0148d3bf0b /youtube_podcaster/config.py | |
| parent | d68b8a4601f311206cfea6b430549b9268ff70bb (diff) | |
| download | youtube-podcaster-29c193381133199ec914e834401033f085e813c9.tar.gz youtube-podcaster-29c193381133199ec914e834401033f085e813c9.tar.bz2 youtube-podcaster-29c193381133199ec914e834401033f085e813c9.zip | |
Opus, fixes en tmp's
Added:
- Opus fileformat
- Downloads first go to a tmp dir
Fixed:
- Download config not being used
Diffstat (limited to 'youtube_podcaster/config.py')
| -rw-r--r-- | youtube_podcaster/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
| 41 | self.server = config["server"] | 41 | self.server = config["server"] |
| 42 | self.youtube = config["youtube"] | 42 | self.youtube = config["youtube"] |
| 43 | self.podcasts = config["podcasts"] | 43 | self.podcasts = config["podcasts"] |
| 44 | self.downloads = config["downloads"] | ||
| 44 | except KeyError as e: | 45 | except KeyError as e: |
| 45 | raise ConfigException("Missing %s-section in %s" % ( | 46 | raise ConfigException("Missing %s-section in %s" % ( |
| 46 | str(e), config)) | 47 | str(e), config)) |
