summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/crypter/YoutubeComFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/crypter/YoutubeComFolder.py')
-rw-r--r--pyload/plugin/crypter/YoutubeComFolder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/crypter/YoutubeComFolder.py b/pyload/plugin/crypter/YoutubeComFolder.py
index da76e556b..84277207a 100644
--- a/pyload/plugin/crypter/YoutubeComFolder.py
+++ b/pyload/plugin/crypter/YoutubeComFolder.py
@@ -132,7 +132,7 @@ class YoutubeComFolder(Crypter):
for p in playlists:
p_name = p['title']
p_videos = self.getVideosId(p['id'])
- p_folder = fs_join(self.config['general']['download_folder'], p['channelTitle'], p_name)
+ p_folder = fs_join(self.config.get("general", "download_folder"), p['channelTitle'], p_name)
self.logDebug("%s video\s found on playlist \"%s\"" % (len(p_videos), p_name))
if not p_videos: