fix option name
This commit is contained in:
parent
f8db4deca7
commit
6bd8594761
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class GetYoutubeVideos:
|
||||||
self.channel_count+1,
|
self.channel_count+1,
|
||||||
self.config['channel_limit']
|
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(
|
download_dir = os.path.join(
|
||||||
self.config['download_dir'],
|
self.config['download_dir'],
|
||||||
video_info['channel']
|
video_info['channel']
|
||||||
|
|
Loading…
Reference in a new issue