music-kraken-core/src/goof.py
2023-01-24 18:15:07 +01:00

11 lines
393 B
Python

from music_kraken.pages import (
EncyclopaediaMetallum
)
# only_smile = EncyclopaediaMetallum.search_by_query("only smile")
# 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"))
# print(only_smile)