Disney+ Audio Downloader

Download audio from Disney+

< Feedback on Disney+ Audio Downloader

Review: OK - script works, but has bugs

§
Posted: 27. 08. 2023
Edited: 27. 08. 2023

It still works if the following modification is made:
1) on line 181, you need to replace 'line.indexOf("_000.mp4a")>0' with 'line.search(/[0-9]+_[0-9]+\.mp4a/)>0' (thanks balonik)
2) after ` debuglog("downloadmp4a"); ` insert the line : ` document.audios = document.audios.filter( a => a.NAME.indexOf('[') == -1 ); ` Without the "`".

I tested it today.

§
Posted: 28. 08. 2023

Appreciate the reply and update. Sadly even after adding this link of code I still only get 7-8min audio files for the Simpsons.

Post reply

Sign in to post a reply.