mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Fetch correct diva playlist id
This commit is contained in:
parent
a0f9d31d94
commit
4fdb67128d
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class DivaPlaylistCrawler:
|
|||
if body["error"]:
|
||||
raise FatalException(f"DIVA: Server returned error {body['error']!r}.")
|
||||
|
||||
return body["result"]["id"]
|
||||
return body["result"]["collection"]["id"]
|
||||
|
||||
def crawl(self) -> List[DivaDownloadInfo]:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue