Skip to content

Commit

Permalink
Merge branch 'master' into iina
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x authored Aug 24, 2024
2 parents 605b5db + 4b735c6 commit fd83769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ani-cli
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ get_episode_url() {
done
wait
# select the link with matching quality
links=$(cat "$cache_dir"/* | sed 's|^Mp4-||g;/http/!d' | sort -g -r -s)
links=$(cat "$cache_dir"/* | sed 's|^Mp4-||g;/http/!d;/Alt/d' | sort -g -r -s)
rm -r "$cache_dir"
episode=$(select_quality "$quality")
[ -z "$episode" ] && die "Episode not released!"
Expand Down

0 comments on commit fd83769

Please sign in to comment.