v0.13.1
This commit is contained in:
parent
81fd45e6b4
commit
d1fc51b362
3 changed files with 3 additions and 12 deletions
11
dist/main.js
vendored
11
dist/main.js
vendored
|
@ -5,7 +5,7 @@
|
|||
// @supportURL https://github.com/Xmader/musescore-downloader/issues
|
||||
// @updateURL https://msdl.librescore.org/install.user.js
|
||||
// @downloadURL https://msdl.librescore.org/install.user.js
|
||||
// @version 0.13.0
|
||||
// @version 0.13.1
|
||||
// @description download sheet music from musescore.com for free, no login or Musescore Pro required | 免登录、免 Musescore Pro,免费下载 musescore.com 上的曲谱
|
||||
// @author Xmader
|
||||
// @match https://musescore.com/*/*
|
||||
|
@ -26531,10 +26531,6 @@ Please pipe the document into a Node stream.\
|
|||
const FILE_URL_MODULE_ID = 'iNJA';
|
||||
const AUTH_MODULE_ID = 'FNf8';
|
||||
const MAGIC_ARG_INDEX = 3;
|
||||
const getApiUrl = (id, type, index) => {
|
||||
// proxy
|
||||
return `https://musescore.now.sh/api/jmuse?id=${id}&type=${type}&index=${index}`;
|
||||
};
|
||||
/**
|
||||
* I know this is super hacky.
|
||||
*/
|
||||
|
@ -26559,11 +26555,6 @@ Please pipe the document into a Node stream.\
|
|||
return type;
|
||||
});
|
||||
},
|
||||
'VSrV'(_, r, t) {
|
||||
t.d(r, 'b', () => {
|
||||
return getApiUrl;
|
||||
});
|
||||
},
|
||||
});
|
||||
const fn = fileUrlModule.a;
|
||||
if (magic instanceof Promise) {
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "musescore-downloader",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "musescore-downloader",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"description": "download sheet music from musescore.com for free, no login or Musescore Pro required | 免登录、免 Musescore Pro,免费下载 musescore.com 上的曲谱",
|
||||
"main": "dist/main.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue