[DOCS] Show ytdl_options per url (#954)

This commit is contained in:
Jesse Bannon 2024-04-01 04:41:12 -07:00 committed by GitHub
parent 017db953bf
commit 598c574b8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"