From 352b71ba7a7e2d76b6e5f968f8e8e529b4055403 Mon Sep 17 00:00:00 2001 From: gecko655 Date: Sun, 12 Jul 2020 01:02:35 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AA=E3=83=B3=E3=83=91=E3=83=AC&=E3=82=AA?= =?UTF-8?q?=E3=83=B3=E3=83=91=E3=83=ACWeb=E3=81=A7=E3=82=BF=E3=82=A4?= =?UTF-8?q?=E3=83=88=E3=83=AB=E3=81=8C2=E9=87=8D=E3=81=AB=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=81=95=E3=82=8C=E3=82=8B=E5=95=8F=E9=A1=8C=E3=81=AE?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aikatsu_story | 4 ++-- test.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aikatsu_story b/aikatsu_story index fe21794..a85984e 100755 --- a/aikatsu_story +++ b/aikatsu_story @@ -67,11 +67,11 @@ if [[ -n $ONPARADE_WEB ]]; then # episode_id is formed of 2 digits in onparade_web episode_id=`printf %02d $STORY_ID` url="http://www.aikatsu.net/webanime/story-${episode_id}.html" - title_pup_command='.story-main img attr{alt}' + title_pup_command='.story-main > :nth-child(1) img attr{alt}' pup_command='.story-main-frame > :nth-child(2) json{}' elif [[ -n $ONPARADE ]]; then url="http://www.aikatsu.net/story/story-${episode_id}.html" - title_pup_command='.story-main img attr{alt}' + title_pup_command='.story-main > :nth-child(1) img attr{alt}' pup_command='.story-main-frame > :nth-child(2) json{}' elif [[ -n $FRIENDS ]]; then url="http://www.aikatsu.net/aikatsufriends_${series_id}/story/story-${episode_id}.html" diff --git a/test.sh b/test.sh index 2bbdf75..278378d 100755 --- a/test.sh +++ b/test.sh @@ -1,5 +1,5 @@ -# id of the last episode of Aikatsu on Parade! web As of 2020-03-28 -ONPARADE_WEB_LAST_EP=2 +# id of the last episode of Aikatsu on Parade! web As of 2020-07-11 +ONPARADE_WEB_LAST_EP=6 ex_code=0 for i in `seq 1 178`