Skip to content

Commit

Permalink
Allow ISA and MPD in 720p performance preset in Setup Wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Nov 18, 2024
1 parent b8986ee commit c2bc80a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ def process_performance_settings(context, step, steps, **_kwargs):
'max_resolution': 3, # 720p
'stream_features': ('avc1', 'mp4a', 'filter'),
'num_items': 10,
'settings': (
(settings.use_isa, (False,)),
(settings.use_mpd_videos, (False,)),
(settings.set_subtitle_download, (True,)),
),
},
'1080p30_avc': {
'max_resolution': 4, # 1080p
Expand Down

0 comments on commit c2bc80a

Please sign in to comment.