Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 flickr project weather 下载照片。我查看了 flickr api 的文档,但我不知道如何从特定项目中获取照片。谁能帮我?
API 可能有更直接的解决方案,但我会查看Python包mechanize以下载BeautifulSoup页面的 html 并解析页面的 html 并识别照片的链接。
Python
mechanize
BeautifulSoup