从网站提取图像的脚本

发布于 2024-12-07 16:11:28 字数 300 浏览 0 评论 0原文

我有一个网站,我想在其上发布当前的 xkcd 漫画。 xkcd 提供了用于嵌入的链接,但每个链接对于每个漫画都有一个唯一的名称。例如, http://imgs.xkcd.com/comics/hotels.png 是今天的漫画。

有没有办法编写一个简单的脚本来从他们的网站上获取最新的漫画?目前我只是手动更新网站上的 URL,这很痛苦。

I have a website on which I want to post the current xkcd comic. xkcd provides a link for embedding, but each link has a unique name for each comic. For example, http://imgs.xkcd.com/comics/hotels.png is today's comic.

Is there any way to write a simple script to grab the latest comic from their website? Currently I'm just manually updating the URL on my site which is painful.

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

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

发布评论

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

评论(2

请叫√我孤独 2024-12-14 16:11:28

Randall 提供 RSSAtom 最近 XKCD 的提要。解析其中之一以获得最新的漫画。

Randall provides RSS and Atom feeds for recent XKCDs. Parse one of those to get the latest comics.

离鸿 2024-12-14 16:11:28

考虑一下这个问题。当前漫画图像的名称在哪里显示?它显示在 xkcd 主页上。您可以编写一个脚本来检索主页,在 HTML 中搜索当前图像链接,然后使用它。

Consider the problem for a moment. Where is the name of the current comic image shown? It's shown on the xkcd home page. You could write a script to retrieve the home page, search through the HTML for the current image link, and use that.

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