12345678910111213141516171819202122232425262728293031 |
- // recommend('123', 'WEB')
- // .then(res => {
- // console.log(res);
- // })
- // .catch(e => {
- // console.log(e);
- // })
- detail(`https://www.youtube.com/watch?v=b1kbLwvqugk`, '1111', 'WEB')
- .then(res => {
- console.log(res);
- })
- .catch(e => {
- console.log(e);
- })
- // search("billboard pop songs 2024", null, "WEB")
- // .then(res => {
- // console.log(res);
- //
- // search("trump gets mercilessly booed at speech", res["data"]["next"], "WEB")
- // .then(res => {
- // console.log(res);
- // })
- // .catch(e => {
- // console.log(e);
- // })
- // })
- // .catch(e => {
- // console.log(e);
- // })
|