diff --git a/netease_music/index.js b/netease_music/index.js index 962e3f8..43035fa 100644 --- a/netease_music/index.js +++ b/netease_music/index.js @@ -1,7 +1,7 @@ if (process.argv.length <= 2) { let output = [ "参数不够", - "node index --utils [song|album|artist|lyric|comment] --min [number] --max [number] --order [false|ASC|DESC] --limit [number]", + "node index --utils [song|album|artist|lyric|comment|playlist|assistant] --min [number] --max [number] --order [false|ASC|DESC] --limit [number]", // "", // "node index --utils xxx --min xxx --max xxx --order ASC --limit 2000", ].join('\n'); diff --git a/netease_music/src/getInfo/albumInfoUtils.js b/netease_music/src/getInfo/albumInfoUtils.js index 32b1d2e..fe2ce75 100644 --- a/netease_music/src/getInfo/albumInfoUtils.js +++ b/netease_music/src/getInfo/albumInfoUtils.js @@ -82,9 +82,20 @@ async function fetch({ albumId, debug = false, update = false }) { } // 正则匹配 + let albumInfoDict; let regExResult = /\ 这块内容 + // 例如:71715963,71738618。这些album都没有标题,所以下面这三项就直接保留空字符串 + albumInfoDict = { + "title": "", + "description": "", + "pubDate": "" + } + } // console.log(albumInfoDict); // 发行公司