Rails 中的元标记解析

发布于 2024-10-16 07:03:18 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

驱逐舰岛风号 2024-10-23 07:03:18

我会推荐 Nokogiri gem。它是一个 HTML、XML 等解析器,因此您可以使用它自己解析页面。这种方法的好处是它为您的特定用例提供了最大的灵活性。您可以使用 gem 来解析任何元标记和标头标记,只要您可以使用 XPath 或 CSS3 选择器来表达它们即可。

I would recommend the Nokogiri gem. It is an HTML, XML, etc. parser so you can use it to parse pages on your own. The nice thing about this approach is that it affords you the most flexibility for your specific use case. You can use the gem to parse any meta and header tags as long as you can express them using XPath or CSS3 selectors.

稚然 2024-10-23 07:03:18

您还可以尝试我构建的这个免费(对于大多数人)Open Graph API:http://www.opengraph.io/< /a>

You can also try this free (for most) Open Graph API that I built: http://www.opengraph.io/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文