Update actual_donwload.py
This commit is contained in:
parent
37854e30e0
commit
072f220f1a
@ -11,14 +11,15 @@ def search_pages():
|
||||
print()
|
||||
print(search)
|
||||
|
||||
search.choose(pages.Musify)
|
||||
search.choose_page(pages.Musify)
|
||||
|
||||
print()
|
||||
print(search)
|
||||
|
||||
search.choose(0)
|
||||
search.choose_index(0)
|
||||
print(search)
|
||||
|
||||
|
||||
def direct_download():
|
||||
search = pages.Search()
|
||||
|
||||
@ -28,6 +29,7 @@ def direct_download():
|
||||
search.search_url("https://musify.club/artist/ghost-bath-280348")
|
||||
print(search)
|
||||
|
||||
|
||||
def download_audio():
|
||||
song = Song(
|
||||
source_list=[
|
||||
|
Loading…
Reference in New Issue
Block a user