Download audio from Disney+
< Opinie na Disney+ Audio Downloader
If you have issues with missing audio segments (incomplete audio) or audio not downloading completely (Mandalorian S3, ...) you need to on line 181 replace 'line.indexOf("_000.mp4a")>0' with 'line.search(/[0-9]+_[0-9]+\.mp4a/)>0'.
thanks for the fixed code!
Works! Thank you!Do you happen to know how to fix the problem for AD english audio as well which is selected instead of the regular English one?
Zaloguj się, by odpowiedzieć.
If you have issues with missing audio segments (incomplete audio) or audio not downloading completely (Mandalorian S3, ...) you need to on line 181 replace 'line.indexOf("_000.mp4a")>0' with 'line.search(/[0-9]+_[0-9]+\.mp4a/)>0'.