test.js 746 B

12345678910111213141516171819202122232425262728293031
  1. // recommend('123', 'WEB')
  2. // .then(res => {
  3. // console.log(res);
  4. // })
  5. // .catch(e => {
  6. // console.log(e);
  7. // })
  8. detail(`https://www.youtube.com/watch?v=b1kbLwvqugk`, '1111', 'WEB')
  9. .then(res => {
  10. console.log(res);
  11. })
  12. .catch(e => {
  13. console.log(e);
  14. })
  15. // search("billboard pop songs 2024", null, "WEB")
  16. // .then(res => {
  17. // console.log(res);
  18. //
  19. // search("trump gets mercilessly booed at speech", res["data"]["next"], "WEB")
  20. // .then(res => {
  21. // console.log(res);
  22. // })
  23. // .catch(e => {
  24. // console.log(e);
  25. // })
  26. // })
  27. // .catch(e => {
  28. // console.log(e);
  29. // })