You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -s -G "$animeschedule/api/v3/anime" --data-urlencode "q=$avoids_reencoding"| sed 's|"id"|\n|g'| sed -nE 's|.*,"route":"([^"]*)","premier.*|\1|p'|whileread -r anime;do
223
223
data=$(curl -s "$animeschedule/anime/$anime"| sed '1,/"anime-header-list-buttons-wrapper"/d'| sed -nE 's|.*countdown-time-raw" datetime="([^"]*)">.*|Next Raw Release: \1|p;s|.*countdown-time" datetime="([^"]*)">.*|Next Sub Release: \1|p;s|.*english-title">([^<]*)<.*|English Title: \1|p;s|.*main-title".*>([^<]*)<.*|Japanese Title: \1|p')
0 commit comments