Revert "Remove peerflix script"

This reverts commit e15b4d74ac.
This commit is contained in:
coolneng 2021-12-30 00:09:47 +01:00
parent 709dedd7b8
commit 3a84773a9e
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
directory=/tmp/webtorrent
player=mpv
webtorrent download "$1" -s -o "$directory" --"$player"
read -rp "File number: " nr
webtorrent download "$@" -s "$nr" -o "$directory" --"$player"