Compare commits
1 Commits
5d1505e996
...
910239fdef
Author | SHA1 | Date | |
---|---|---|---|
910239fdef |
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
webtorrent download "$1" -s -o /tmp/webtorrent
|
||||
directory=/tmp/webtorrent
|
||||
player=mpv
|
||||
|
||||
webtorrent download "$1" -s -o "$directory" --"$player"
|
||||
read -rp "File number: " nr
|
||||
webtorrent download "$@" -s "$nr" -o /tmp/webtorrent
|
||||
webtorrent download "$@" -s "$nr" -o "$directory" --"$player"
|
||||
|
Loading…
Reference in New Issue
Block a user