made the direct downloads work
This commit is contained in:
@@ -17,7 +17,16 @@ def search_pages():
|
||||
|
||||
search.choose(0)
|
||||
print(search)
|
||||
|
||||
def direct_download():
|
||||
search = pages.Search()
|
||||
|
||||
search.search_url("https://www.metal-archives.com/bands/Ghost_Bath/3540372489")
|
||||
print(search)
|
||||
|
||||
search.search_url("https://musify.club/artist/ghost-bath-280348")
|
||||
print(search)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
music_kraken.cli()
|
||||
direct_download()
|
||||
|
||||
Reference in New Issue
Block a user