Skip to content

Commit

Permalink
Update function to get episode link indirectly
Browse files Browse the repository at this point in the history
  • Loading branch information
KevCui committed Feb 18, 2023
1 parent 7500904 commit 634dc36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion animepahe-dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,10 @@ get_episode_link() {
fi
fi

"$_JQ" -r '.[].kwik' <<< "$d" | tail -1
"$_CURL" --compressed -sSL "${_HOST}/play/${_ANIME_SLUG}/${s}" \
| grep url \
| grep kwik \
| awk -F '"' '{print $2}'
}

get_playlist_link() {
Expand Down

0 comments on commit 634dc36

Please sign in to comment.