Update musify.py
This commit is contained in:
parent
be96d93b50
commit
2bde1f683e
@ -80,7 +80,7 @@ class Musify(Page):
|
|||||||
}
|
}
|
||||||
API_SESSION.proxies = shared.proxies
|
API_SESSION.proxies = shared.proxies
|
||||||
TIMEOUT = 7
|
TIMEOUT = 7
|
||||||
POST_TIMEOUT = 10
|
POST_TIMEOUT = 15
|
||||||
TRIES = 5
|
TRIES = 5
|
||||||
HOST = "https://musify.club"
|
HOST = "https://musify.club"
|
||||||
|
|
||||||
@ -417,6 +417,7 @@ class Musify(Page):
|
|||||||
9: AlbumType.DEMO,
|
9: AlbumType.DEMO,
|
||||||
10: AlbumType.MIXTAPE, # DJ Mixes
|
10: AlbumType.MIXTAPE, # DJ Mixes
|
||||||
11: AlbumType.COMPILATION_ALBUM, # compilation of only this artist
|
11: AlbumType.COMPILATION_ALBUM, # compilation of only this artist
|
||||||
|
12: AlbumType.STUDIO_ALBUM, # split
|
||||||
13: AlbumType.COMPILATION_ALBUM, # unofficial
|
13: AlbumType.COMPILATION_ALBUM, # unofficial
|
||||||
14: AlbumType.MIXTAPE # "Soundtracks"
|
14: AlbumType.MIXTAPE # "Soundtracks"
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user