ppy / osu-api

Public API for accessing osu! related data.
320 stars 16 forks source link

Add information regarding removed ranked beatmaps to get_beatmaps #241

Closed Poyo-SSB closed 5 years ago

Poyo-SSB commented 5 years ago

For example, Despacito was subject to a DMCA takedown. Manually downloading the beatmap will yield no audio, which is an issue for services which find beatmaps for users to play. If an audio_available or similar field were added, such maps could be filtered out.

peppy commented 5 years ago

Addded audio_unavailable and download_unavailable. Please update wiki documentation.