重写playlist爬取方法-01(调接口,而不是通过网易云音乐首页获取)
This commit is contained in:
@@ -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" });
|
||||
|
Reference in New Issue
Block a user