We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441970b commit ac2379fCopy full SHA for ac2379f
README.md
@@ -37,7 +37,7 @@ $ muse 477331181 480097777
37
$ muse 477331181,480097777
38
39
$ muse 477331181 480097777 --temporary
40
-# If you want a temporary link like /m([0-9].music.126.net)/, please provide this option.
+# If you want a temporary link like /m([0-9]).music.126.net/, please provide this option.
41
```
42
43
This action would generate a `playlist.json` in your current working directory.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "muse-json-generator",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "JSON generator for MUSE",
5
"main": "lib/generator.js",
6
"bin": {
0 commit comments