« get me outta code hell

Fix issue in grandia.json - misc-playlists - Assorted playlist files for mtui and http-music
summary refs log tree commit diff
path: root/grandia.json
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-06-13 00:11:35 -0300
committerFlorrie <towerofnix@gmail.com>2018-06-13 00:11:35 -0300
commit0857d9c8c624c9f2ba3364faca720cdc552ac99a (patch)
treec01fed2de33409f7e3b539a36ccbeb324ca6b6e7 /grandia.json
parentcdee0635f85f91ab272d20895b710cb489c46d8e (diff)
Fix issue in grandia.json
Diffstat (limited to 'grandia.json')
-rw-r--r--grandia.json2
1 files changed, 1 insertions, 1 deletions
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)))"
   },