Discover Youtube 发掘Youtube列表

GET/POST /v1/web/youtube/discover

  • =》
{ "app_id": "xxx", //必填 "lang": "en", //必填 "status": 0, //0表示所有,其它数值可以单个使用(支持按位或操作查询) "limit": 10 //每次拉取条数,为空时,默认为10,最大100 }
  • 《=
{ "success": "OK", "data": { "lang": "ar", "list": [{ "id": 1084, "title": "xxx", "alias": "ريو دي جانيرو: مدينة السح", "slug": "xxx", "url": "https://youtu.be/rLiaAVUySVY", "updated_at": 1722067103, "article": { "id": 3983, "site_id": 1015, "alias": "ريو دي جانيرو: مدينة السحر والكاريزما", "slug": "rio-de-janeiro-a-city-of-magic-and-charisma", "author": { "id": 1189, "name": "Noha Mousa", "alias": "نهى موسى", "avatar": "https://cdn.sve.cc/i/en/avatar/20240508/202405081805113559.webp" } } }] } }
  • 注意
  1. 如果Youtube没有与文章关联,article节点将不会出现!
  2. 如果article没有与author关联,author节点将不会出现。