提取 picasaweb 相册名称
我只是想知道专辑名称。这是一个示例页面:
http://picasaweb.google.com/sunnchoi
但是当我得到它并 grep对于标题模式,我得到 100 个结果。我知道我必须模拟单击“显示更多专辑”链接。我该如何做到这一点(使用 bash utils/perl)?
I'd just like to get the album names. Here's an example page:
http://picasaweb.google.com/sunnchoi
But when I wget it and grep for a title pattern, I get 100 results. I understand that I have to emulate clicking the 'Show More Albums' link. How do I do that (using bash utils/perl)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 Picases 网络相册 API。
他们有 Python/Java 和其他语言的示例。以下是请求相册列表(此列表使用 python )。
Try the Picases Web Album API.
They have examples in Python/Java and other languages. Here's request a list of albums (this one using python).
如果你有可用的 xmlstarlet,你可以直接解析给定网站相应的 RSS URL:
If you have xmlstarlet available, you can directly parse the corresponding RSS URL of the given website: