[DOCS] Show ytdl_options per url (#954)
This commit is contained in:
parent
017db953bf
commit
598c574b8a
2 changed files with 4 additions and 0 deletions
|
|
@ -231,6 +231,8 @@ URL.
|
||||||
variables:
|
variables:
|
||||||
season_index: "2"
|
season_index: "2"
|
||||||
season_name: "Playlist as Season"
|
season_name: "Playlist as Season"
|
||||||
|
ytdl_options:
|
||||||
|
break_on_existing: False
|
||||||
playlist_thumbnails:
|
playlist_thumbnails:
|
||||||
- name: "season{season_index}-poster.jpg"
|
- name: "season{season_index}-poster.jpg"
|
||||||
uid: "latest_entry"
|
uid: "latest_entry"
|
||||||
|
|
|
||||||
|
|
@ -272,6 +272,8 @@ class MultiUrlValidator(OptionsValidator):
|
||||||
variables:
|
variables:
|
||||||
season_index: "2"
|
season_index: "2"
|
||||||
season_name: "Playlist as Season"
|
season_name: "Playlist as Season"
|
||||||
|
ytdl_options:
|
||||||
|
break_on_existing: False
|
||||||
playlist_thumbnails:
|
playlist_thumbnails:
|
||||||
- name: "season{season_index}-poster.jpg"
|
- name: "season{season_index}-poster.jpg"
|
||||||
uid: "latest_entry"
|
uid: "latest_entry"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue