Skip to content

Commit

Permalink
Download highest resolution by default
Browse files Browse the repository at this point in the history
  • Loading branch information
KevCui committed Apr 13, 2023
1 parent eb9c616 commit af81fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animepahe-dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ get_episode_link() {
fi

if [[ -z "${r:-}" ]]; then
grep url <<< "$o" | grep kwik | awk -F '"' '{print $2}'
grep kwik <<< "$l" | tail -1 | grep kwik | awk -F '"' '{print $1}'
else
awk -F '" ' '{print $1}' <<< "$r" | head -1
fi
Expand Down

0 comments on commit af81fda

Please sign in to comment.