1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

重写playlist爬取方法-01(调接口,而不是通过网易云音乐首页获取)

This commit is contained in:
2022-11-09 16:15:48 +08:00
parent 6582bf8d40
commit b7fc10de63
4 changed files with 32 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ const commentUtils = require('./getInfo/commentUtils');
const playlistUtils = require('./getInfo/playlistUtils');
const assistantUtils = require('./assistantUtils');
const testUtils = require('./getInfo/testUtils');
/**
* 测试
@@ -37,6 +38,7 @@ async function test() {
// let res = await artistInfoUtils.fetch({ artistId: "12023508" });
// let res = await songInfoUtils.fetch({ songId: "437608327" });
// let res = await playlistUtils.fetch({ playlistId: "4980157066", debug: true });
// let res = await testUtils.fetch();
// let res = await albumInfoUtils.getFromDatabase({ albumId: "9156" });
// let res = await artistInfoUtils.getFromDatabase({ artistId: "12023508" });