This commit is contained in:
overflowerror 2016-09-18 21:25:58 +02:00
parent c8acfa6350
commit 9c2d25e226
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ elif test "$mode" = "search"; then
echo " page $pagenr ..."
linkp=$(echo $spage | sed -e "s/postlist/\n/g" | grep "Permanent Link to" | awk -F"<a " '{ print $2 }' | awk -F'\"' '{ print $2}')
for link in $linkp; do
if test -n "$(echo $link | grep "www.gogoanime.com/category")"; then
if test -n "$(echo $link | grep "/category/")"; then
echo " skipping category link"
else
links="$links $link"

View file

@ -1 +1 @@
aef9e4934856477e2300042306c5eba5 anineko
8f1023a9508c860e875a4e3547e789d8 anineko