from music_kraken.pages import ( EncyclopaediaMetallum ) print(EncyclopaediaMetallum.search_by_query("Psychonaut")) print(EncyclopaediaMetallum.search_by_query("#a Ghost Bath")) print(EncyclopaediaMetallum.search_by_query("#a Ghost Bath #r Self Loather")) print(EncyclopaediaMetallum.search_by_query("#a Ghost Bath #r Self Loather #t hide from the sun"))