From eda07e643024ab4e1a1d66bbfeef42d1c2cbb54f Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Thu, 27 Nov 2025 20:57:49 +0000 Subject: [PATCH] Add audible/audible.json --- audible/audible.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 audible/audible.json diff --git a/audible/audible.json b/audible/audible.json new file mode 100644 index 0000000..a6a22fc --- /dev/null +++ b/audible/audible.json @@ -0,0 +1,19 @@ +{ + "sourceName": "Audible", + "iconUrl": "https://m.media-amazon.com/images/I/51iKw5dFQoL.png", + "author": { + "name": "50/50", + "icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3122kQwublLkZ6rf1fEpUP79BxZOFmH9BSA&s" + }, + "version": "1.0.0", + "language": "English", + "streamType": "MP3", + "quality": "Audio", + "baseUrl": "https://www.audible.co.uk/", + "searchBaseUrl": "https://www.audible.co.uk/", + "scriptUrl": "https://git.luna-app.eu/50n50/sources/raw/branch/main/audible/audible.js", + "type": "audiobooks", + "asyncJS": true, + "softsub": true, + "downloadSupport": false +}