From b07459ef6dd53b201fc3c08d2bd173aad7eaba78 Mon Sep 17 00:00:00 2001 From: Hellow2 Date: Tue, 28 Mar 2023 09:06:32 +0200 Subject: [PATCH] Update metal_archives.py --- src/metal_archives.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/metal_archives.py b/src/metal_archives.py index 2747341..33b6b50 100644 --- a/src/metal_archives.py +++ b/src/metal_archives.py @@ -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) - - 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():