Local SoundCloud Downloader

Download SoundCloud without external service.

< 脚本 Local SoundCloud Downloader 的反馈

提问 / 留言

§
发布于:2020-02-04
编辑于:2020-03-25

Not working in Firefox 72, Tampermonkey v4.10

Loads correctly, following error in developer console if I click on the download button: TypeError: s.WritableStream is not a constructor

maple3142作者
§
发布于:2020-02-05

It is because Firefox haven't implement WritableStream, which is needed by this script. https://developer.mozilla.org/en-US/docs/Web/API/WritableStream#Browser_Compatibility

But you can upgrade to latest version, because I just added necessary polyfills.

发布留言

登录以发布留言。