update
This commit is contained in:
parent
a5efcba026
commit
ad5f27bf66
1 changed files with 3 additions and 0 deletions
3
downloadsong
Executable file
3
downloadsong
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
INPUT=$(termux-dialog -t "Enter Spotify URL or song name" | jq -r '.text')
|
||||||
|
spotdl "$INPUT" --output ~/storage/music
|
||||||
Loading…
Reference in a new issue