diff --git a/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml b/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml index 5c8a3c12..fc84f165 100644 --- a/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml +++ b/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml @@ -6,7 +6,7 @@ presets: - "_episode_base" - "_episode_video_tags" ytdl_options: - bestvideo: mp4 # Plex currently does not support webm + format: "bestvideo[ext=mp4][height<=?1080]+bestaudio/best" # Plex currently does not support webm overrides: tv_show_poster_file_name: "poster.jpg" tv_show_fanart_file_name: "fanart.jpg"