From 0857d9c8c624c9f2ba3364faca720cdc552ac99a Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 13 Jun 2018 00:11:35 -0300 Subject: Fix issue in grandia.json --- grandia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grandia.json b/grandia.json index 2131bc8..d4684b4 100644 --- a/grandia.json +++ b/grandia.json @@ -1,5 +1,5 @@ { - "comment": { + "grrr comment": { "download": "Promise.all(Array.from(document.querySelectorAll('.clickable-row:nth-child(3) a')).map(x => fetch(x.href).then(res => res.text()).then(text => new DOMParser().parseFromString(text, 'text/html')).then(doc => doc.querySelector('audio').src).then(u => ({name: x.innerText.trim(), downloaderArg: u})) )).then(res => console.log(JSON.stringify(res, null, 2)))" }, -- cgit 1.3.0-6-gf8a5