diff --git a/docs/source/config_reference/plugins.rst b/docs/source/config_reference/plugins.rst index 52010d57..5cb786d3 100644 --- a/docs/source/config_reference/plugins.rst +++ b/docs/source/config_reference/plugins.rst @@ -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" diff --git a/src/ytdl_sub/downloaders/url/validators.py b/src/ytdl_sub/downloaders/url/validators.py index 61d794dd..a5a2616c 100644 --- a/src/ytdl_sub/downloaders/url/validators.py +++ b/src/ytdl_sub/downloaders/url/validators.py @@ -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"