diff --git a/unshackle/commands/dl.py b/unshackle/commands/dl.py index e99af89..2ddc515 100644 --- a/unshackle/commands/dl.py +++ b/unshackle/commands/dl.py @@ -772,6 +772,7 @@ class dl: while ( not title.tracks.subtitles and not no_subs + and not video_only and len(title.tracks.videos) > video_track_n and any( x.get("codec_name", "").startswith("eia_")