mirror of
https://github.com/sigmasternchen/Anineko
synced 2025-03-15 03:28:57 +00:00
new tld
This commit is contained in:
parent
c8acfa6350
commit
9c2d25e226
2 changed files with 2 additions and 2 deletions
2
anineko
2
anineko
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
aef9e4934856477e2300042306c5eba5 anineko
|
||||
8f1023a9508c860e875a4e3547e789d8 anineko
|
||||
|
|
Loading…
Reference in a new issue