mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2025-07-01 15:23:15 +00:00
commit
d40dbc93ea
@ -27,7 +27,6 @@ def client() -> None:
|
|||||||
print('[ DETECTED FREE ACCOUNT - USING HIGH QUALITY ]\n\n')
|
print('[ DETECTED FREE ACCOUNT - USING HIGH QUALITY ]\n\n')
|
||||||
ZSpotify.DOWNLOAD_QUALITY = AudioQuality.HIGH
|
ZSpotify.DOWNLOAD_QUALITY = AudioQuality.HIGH
|
||||||
|
|
||||||
while True:
|
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
if sys.argv[1] == '-p' or sys.argv[1] == '--playlist':
|
if sys.argv[1] == '-p' or sys.argv[1] == '--playlist':
|
||||||
download_from_user_playlist()
|
download_from_user_playlist()
|
||||||
@ -86,7 +85,6 @@ def client() -> None:
|
|||||||
download_episode(episode)
|
download_episode(episode)
|
||||||
else:
|
else:
|
||||||
search(search_text)
|
search(search_text)
|
||||||
# wait()
|
|
||||||
|
|
||||||
|
|
||||||
def search(search_term):
|
def search(search_term):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user