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 +}