update gogoanime url

This commit is contained in:
ksyasuda 2022-10-13 17:47:42 -07:00
parent d9d7549553
commit 64d70c34f2

View File

@ -216,7 +216,7 @@ search_anime() {
search="${1// /}" search="${1// /}"
fi fi
lg "Search Query: $search" lg "Search Query: $search"
curl -s "https://gogoanime.lu//search.html?keyword=$search" -L | curl -s "https://gogoanime.dk//search.html?keyword=$search" -L |
sed -nE 's_^[[:space:]]*<a href="/category/([^"]*)" title.*">$_\1_p' sed -nE 's_^[[:space:]]*<a href="/category/([^"]*)" title.*">$_\1_p'
} }