music-kraken-core/src/actual_donwload.py
2023-06-20 12:52:00 +02:00

26 lines
518 B
Python

import music_kraken
if __name__ == "__main__":
normally_download = [
"s: #a Ghost Bath",
"1",
"d: 1, 5"
]
direct_download = [
"d: https://musify.club/release/crystal-f-x-2012-795181"
]
fetch_musify_song = [
"s: https://musify.club/track/blokkmonsta-schwartz-crystal-f-purer-hass-8369115"
]
youtube_search = [
"s: #a Zombiez",
"10",
"d: 5"
]
music_kraken.cli(genre="test", command_list=fetch_musify_song)