-
Notifications
You must be signed in to change notification settings - Fork 16
v1.replay
cyperdark edited this page May 9, 2022
·
1 revision
Download replay file for specified score
const { auth } = require('osu-api-extended');
auth.set_v1(api_key);
await v1.replay()
Parameter | Type | Description |
---|---|---|
id | number |
id of the beatmap |
user | number |
id of the user |
mode | string |
osu or fruits or mania or taiko
|
score_id | number |
id of the score |
mods | string/number |
Name of the mods HDDT or mods number 72
|
type | string |
u is a user_id or a username. Use string for usernames or id for user_ids |
dest | string |
Path to the folder |
file | string |
File name (without extension) |
File path