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.
我想last week top tracks使用 last.fm API 获取艺术家的,但我没有看到任何相关的方法调用。
last week top tracks
我查看了artist.getTopTracks方法,但它返回了艺术家的整体热门曲目。
artist.getTopTracks
那么,有什么方法可以让我使用 API 仅获取上周的热门曲目。
不幸的是,无法通过他们的 API 获取这些信息。确实有点奇怪,因为上周热门曲目图表默认列在 last.fm 网站的艺术家页面上。所以你必须使用一些好的旧网页抓取技术。