Update metal_archives.py
This commit is contained in:
parent
5b313702f7
commit
b07459ef6d
@ -16,16 +16,8 @@ def fetch_artist():
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
artist: objects.Artist = EncyclopaediaMetallum.fetch_details(artist, stop_at_level=3)
|
artist: objects.Artist = EncyclopaediaMetallum.fetch_details(artist)
|
||||||
print(artist.options)
|
print(artist.options)
|
||||||
|
|
||||||
album: objects.Album
|
|
||||||
for album in artist.main_album_collection:
|
|
||||||
print(album.options)
|
|
||||||
song: objects.Song
|
|
||||||
for song in album.song_collection:
|
|
||||||
for lyrics in song.lyrics_collection:
|
|
||||||
print(lyrics.text)
|
|
||||||
|
|
||||||
|
|
||||||
def fetch_album():
|
def fetch_album():
|
||||||
|
Loading…
Reference in New Issue
Block a user