This commit is contained in:
Lars Noack 2023-01-24 14:37:37 +01:00
parent c7811e9ae5
commit c1dbb62eed

View File

@ -2,7 +2,7 @@ from music_kraken.pages import (
EncyclopaediaMetallum EncyclopaediaMetallum
) )
print(EncyclopaediaMetallum.search_by_query("Psychonaut")) print(EncyclopaediaMetallum.search_by_query("only smile"))
print(EncyclopaediaMetallum.search_by_query("#a Ghost Bath")) 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"))
print(EncyclopaediaMetallum.search_by_query("#a Ghost Bath #r Self Loather #t hide from the sun")) print(EncyclopaediaMetallum.search_by_query("#a Ghost Bath #r Self Loather #t hide from the sun"))