laied out musify apis
This commit is contained in:
parent
137c69399c
commit
c13031f9b3
@ -29,6 +29,28 @@ from ..utils.shared import (
|
|||||||
MUSIFY_LOGGER as LOGGER
|
MUSIFY_LOGGER as LOGGER
|
||||||
)
|
)
|
||||||
|
|
||||||
|
"""
|
||||||
|
https://musify.club/artist/ghost-bath-280348?_pjax=#bodyContent
|
||||||
|
https://musify.club/artist/ghost-bath-280348/releases?_pjax=#bodyContent
|
||||||
|
https://musify.club/artist/ghost-bath-280348/clips?_pjax=#bodyContent
|
||||||
|
https://musify.club/artist/ghost-bath-280348/photos?_pjax=#bodyContent
|
||||||
|
|
||||||
|
POST https://musify.club/artist/filtersongs
|
||||||
|
ID: 280348
|
||||||
|
NameForUrl: ghost-bath
|
||||||
|
Page: 1
|
||||||
|
IsAllowed: True
|
||||||
|
SortOrder.Property: dateCreated
|
||||||
|
SortOrder.IsAscending: false
|
||||||
|
X-Requested-With: XMLHttpRequest
|
||||||
|
|
||||||
|
POST https://musify.club/artist/filteralbums
|
||||||
|
ArtistID: 280348
|
||||||
|
SortOrder.Property: dateCreated
|
||||||
|
SortOrder.IsAscending: false
|
||||||
|
X-Requested-With: XMLHttpRequest
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
class Musify(Page):
|
class Musify(Page):
|
||||||
API_SESSION: requests.Session = requests.Session()
|
API_SESSION: requests.Session = requests.Session()
|
||||||
|
@ -2,7 +2,7 @@ from music_kraken import objects
|
|||||||
from music_kraken.pages import Musify
|
from music_kraken.pages import Musify
|
||||||
|
|
||||||
|
|
||||||
results = Musify.search_by_query("#a Lorna Shore #t Wrath")
|
results = Musify.search_by_query("#a Ghost Bath")
|
||||||
print(results)
|
print(results)
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user