From d55a7657bfbb24815f88c21599e82e5b4b9a2ba9 Mon Sep 17 00:00:00 2001 From: bastienwellapp Date: Tue, 28 Apr 2026 15:45:37 +0200 Subject: [PATCH] fix: update blueprint for epidemicsound --- ai-connector/epidemicsound/epidemicsound.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ai-connector/epidemicsound/epidemicsound.json b/ai-connector/epidemicsound/epidemicsound.json index ac3e42b..c209939 100644 --- a/ai-connector/epidemicsound/epidemicsound.json +++ b/ai-connector/epidemicsound/epidemicsound.json @@ -20,7 +20,7 @@ { "action": "paginationLoop", "id": "receipts-pagination", - "nextSelector": "div[class*='pageList'] a[class*='Active'] + a", + "nextSelector": "div[class*='pagination'] a[class*='Active'] ~ a[class*='index']", "maxPages": 50, "steps": [ { @@ -37,7 +37,7 @@ }, { "strategy": "css", - "value": "tr[class*='bodyRow'] td:nth-of-type(4) button" + "value": "td:nth-of-type(4) button" } ], "steps": [ @@ -79,7 +79,7 @@ }, { "action": "checkAuth", - "authSelector": "a[href='/account/subscriptions']", + "authSelector": "a[href*='/account/subscriptions']", "timeout": 10000 } ]