Download audio from Disney+
< 脚本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?
登录以发表回复。
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'.