2024-06-27 23:20:43 +00:00
|
|
|
SUPPORT_MUSIC_TYPE = [
|
|
|
|
".mp3",
|
|
|
|
".flac",
|
|
|
|
".wav",
|
|
|
|
".ape",
|
2024-06-28 14:46:46 +00:00
|
|
|
".ogg",
|
2024-07-05 14:55:47 +00:00
|
|
|
".m4a",
|
2024-06-27 23:20:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
LATEST_ASK_API = "https://userprofile.mina.mi.com/device_profile/v2/conversation?source=dialogu&hardware={hardware}×tamp={timestamp}&limit=2"
|
|
|
|
COOKIE_TEMPLATE = "deviceId={device_id}; serviceToken={service_token}; userId={user_id}"
|