show ytdl_options per url

This commit is contained in:
Jesse Bannon 2024-04-01 04:39:53 -07:00
parent 017db953bf
commit 0e4738f142
2 changed files with 4 additions and 0 deletions

View file

@ -231,6 +231,8 @@ URL.
variables:
season_index: "2"
season_name: "Playlist as Season"
ytdl_options:
break_on_existing: False
playlist_thumbnails:
- name: "season{season_index}-poster.jpg"
uid: "latest_entry"

View file

@ -272,6 +272,8 @@ class MultiUrlValidator(OptionsValidator):
variables:
season_index: "2"
season_name: "Playlist as Season"
ytdl_options:
break_on_existing: False
playlist_thumbnails:
- name: "season{season_index}-poster.jpg"
uid: "latest_entry"