gpt4 book ai didi

python - 我怎样才能获得用于 reddit 评论的 oembed json?

转载 作者:太空宇宙 更新时间:2023-11-04 05:28:28 25 4
gpt4 key购买 nike

我正在尝试使用 python-oembed 库从 reddit(https://github.com/reddit/reddit/wiki/oEmbed)获取 oembed 评论:

import oembed

consumer = oembed.OEmbedConsumer()
endpoint = oembed.OEmbedEndpoint('https://www.reddit.com/oembed',['https://www.reddit.com/r/*'])

consumer.addEndpoint(endpoint)

response = consumer.embed('https://www.reddit.com/r/Showerthoughts/comments/2safxv/we_should_start_keeping_giraffes_a_secret_from/cno7zic')

并得到 oembed.OEmbedError: Missing required fields on OEmbed rich response. 错误。

如何检索这些数据?

最佳答案

reddit返回的oembed无效。

来自 http://oembed.com/ , §2.3.4.4, widthheightrich 类型所必需的。

但是,来自the reddit sample ,我们看到 reddit 不提供 widthheight 值。

您可能需要获取 reddit 来修复他们损坏的 oembed 实现,或者您可能想要使用更宽容的库。

关于python - 我怎样才能获得用于 reddit 评论的 oembed json?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37946019/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com