mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
fixed: Regression causing playlist output format to be applied to every video
This commit is contained in:
parent
8277ff0719
commit
9675cbe988
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ class DownloadQueue:
|
|||
return error_message
|
||||
output = self.config.OUTPUT_TEMPLATE if len(custom_name_prefix) == 0 else f'{custom_name_prefix}.{self.config.OUTPUT_TEMPLATE}'
|
||||
output_chapter = self.config.OUTPUT_TEMPLATE_CHAPTER
|
||||
if 'playlist' in entry:
|
||||
if 'playlist' in entry and entry['playlist'] is not None:
|
||||
if len(self.config.OUTPUT_TEMPLATE_PLAYLIST):
|
||||
output = self.config.OUTPUT_TEMPLATE_PLAYLIST
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue