fix option name

This commit is contained in:
Antonio J. Delgado 2024-11-18 14:40:21 +02:00
parent f8db4deca7
commit 6bd8594761

View file

@ -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']