music-kraken-core/src/goof.py

9 lines
360 B
Python
Raw Normal View History

2023-01-23 23:16:10 +00:00
from music_kraken.pages import (
EncyclopaediaMetallum
2022-12-06 16:55:07 +00:00
)
2022-11-24 13:13:55 +00:00
2023-01-24 13:37:37 +00:00
print(EncyclopaediaMetallum.search_by_query("only smile"))
2023-01-24 13:29:23 +00:00
print(EncyclopaediaMetallum.search_by_query("#a Ghost Bath"))
print(EncyclopaediaMetallum.search_by_query("#a Ghost Bath #r Self Loather"))
2023-01-24 11:09:47 +00:00
print(EncyclopaediaMetallum.search_by_query("#a Ghost Bath #r Self Loather #t hide from the sun"))