From 8ed1cfd84d42fb0e0db87b95b7d59ee4244fa098 Mon Sep 17 00:00:00 2001 From: krisdoodle45 <86745210+krisdoodle45@users.noreply.github.com> Date: Mon, 1 Nov 2021 20:20:17 +0100 Subject: [PATCH] Add 360p quality in the description --- .local/bin/peertubetorrent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/peertubetorrent b/.local/bin/peertubetorrent index 2bf5fe78..da3a2747 100755 --- a/.local/bin/peertubetorrent +++ b/.local/bin/peertubetorrent @@ -1,6 +1,6 @@ #!/bin/sh # torrent peertube videos, requires the transadd script -# first argument is the video link, second is the quality (480 or 1080) +# first argument is the video link, second is the quality (360, 480 or 1080) # 13/07/20 - Arthur Bais instance=$(echo "$1" | sed "s/\/w.\+//")