From 6bd8594761f90186715f11cecc8f29bd1ed334d7 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 18 Nov 2024 14:40:21 +0200 Subject: [PATCH] fix option name --- get_youtube_videos/get_youtube_videos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_youtube_videos/get_youtube_videos.py b/get_youtube_videos/get_youtube_videos.py index 5ef3413..d5d60af 100644 --- a/get_youtube_videos/get_youtube_videos.py +++ b/get_youtube_videos/get_youtube_videos.py @@ -147,7 +147,7 @@ class GetYoutubeVideos: self.channel_count+1, self.config['channel_limit'] ) - if self.config['channel_folder'] and 'channel' in video_info: + if self.config['channels_folder'] and 'channel' in video_info: download_dir = os.path.join( self.config['download_dir'], video_info['channel']