0
A
回答
3
是的。這是可能的。
- 發送請求到
/users/{id}/favorites
這裏id
是你的用戶名。它會返回所有你最喜歡的曲目。 - 對於每條曲目
- 檢查
downloadable
屬性的值。如果此屬性不可用請求/tracks/{id}
獲取軌道的所有屬性。 - 如果
downloadable
爲真,請從download_url
財產的網址上下載。
- 檢查
相關問題
- 1. 通過SoundCloud API收藏私人曲目
- 2. 使用Ruby SDK從Soundcloud下載曲目
- 3. 使用API從Soundcloud下載'喜歡'曲目
- 4. SoundCloud,通過API下載或流文件
- 5. 如何通過Soundcloud API重複歌曲
- 6. SoundCloud API - 通過發行號獲取我的曲目
- 7. 通過的SoundCloud API
- 8. iOS/Soundcloud API - 從Soundcloud API下載音軌,無需stream_url請求
- 9. Soundcloud API:檢索未設置的曲目
- 10. SoundCloud API - 我可以通過標籤和/或流派過濾我的曲目嗎?
- 11. 通過api或API CONSOLE將歌曲上傳到SoundCloud
- 12. SoundCloud曲目列表API返回504
- 13. SoundCloud API獲取曲目收藏夾
- 14. 訪問soundcloud曲目
- 15. Soundcloud API不能通過Python返回播放列表中的所有曲目
- 16. 無法使用javascript通過soundcloud API添加曲目到一個組
- 17. 無法通過SoundCloud API調用檢索某些公開曲目(403)
- 18. 如何從soundcloud上傳曲目?
- 19. 在他們的API中是否有某種針對Spotify曲目的通用ID?
- 20. 通過Xcode中的CocoaPods安裝Soundcloud API
- 21. 無法獲得通過的SoundCloud API
- 22. Soundcloud API /下載集(播放列表)
- 23. 如何使用Soundcloud API下載音軌?
- 24. 通過python請求下載歌曲
- 25. Soundcloud API流不同的歌曲
- 26. soundcloud API - JSON曲目數與配置文件曲目數不匹配
- 27. 的Javascript:如何在的SoundCloud API更新曲目藝術品
- 28. Soundcloud API - 通過created_at訂單結果
- 29. Soundcloud - 通過API連接/混合樣本
- 30. 如何通過SoundCloud API添加評論
輝煌!!!!非常感謝您的快速回復(對我的延誤表示歉意)。 – michaelmcgurk
嗨@shiplu,你以前做過這個嗎?如果可能,我希望看到一個例子嗎? – michaelmcgurk