【问题标题】:How to fetch the "About" section details on a Youtube channel page through Youtube Data API?如何通过 Youtube Data API 获取 Youtube 频道页面上的“关于”部分详细信息?
【发布时间】:2019-04-09 18:11:34
【问题描述】:

我一直在探索 Youtube 数据 API,但找不到任何返回频道“关于”部分详细信息的端点。是否有任何特定端点可以为我提供此响应?我的用例是基本上找到频道的 twitter 链接,该链接主要出现在“关于”部分。

【问题讨论】:

    标签: google-apis-explorer youtube-data-api


    【解决方案1】:

    YouTube Data API v3 似乎没有为此提供任何工具。

    我建议使用最小的工作 curl 请求,例如:

    curl -s 'https://www.youtube.com/BenjaminLoison/about' -H 'Cookie: CONSENT=YES+'
    

    【讨论】:

      【解决方案2】:

      当您为部件指定“sn-p”时,https://developers.google.com/youtube/v3/docs/videos/list 似乎包含“描述”。

      【讨论】:

        猜你喜欢
        • 2019-03-08
        • 2016-09-13
        • 1970-01-01
        • 1970-01-01
        • 2022-12-24
        • 2021-01-23
        • 1970-01-01
        • 2014-10-15
        • 2015-06-25
        相关资源
        最近更新 更多