1234567891011121314151617181920212223242526272829303132 |
- // recommend('123', 'WEB')
- // .then(res => {
- // console.log(res);
- // })
- // .catch(e => {
- // console.log(e);
- // })
- detail(`https://www.youtube.com/watch?v=vXNKWndeG5Y`, '1111', 'WEB')
- .then(res => {
- console.log(res);
- })
- .catch(e => {
- console.log(e);
- })
- // query = "Billboard Pop Songs 2025 Playlist +"
- // search(query, null, "", "WEB")
- // .then(res => {
- // console.log(res);
- //
- // search(query, res["data"]["next"], "", "WEB")
- // .then(res => {
- // console.log(res);
- // })
- // .catch(e => {
- // console.log(e);
- // })
- // })
- // .catch(e => {
- // console.log(e);
- // })
|