From 2fbb089bc47e50e1511b5f4acb1aa8b61d28c544 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Wed, 6 Apr 2022 20:20:25 +0300 Subject: [PATCH] Fix: share stream direct link --- peertube-cli.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/peertube-cli.sh b/peertube-cli.sh index 0765bd8..2a986a8 100755 --- a/peertube-cli.sh +++ b/peertube-cli.sh @@ -209,9 +209,7 @@ peertube_menu_stream() "Share") echo "Link: https://$instance/w/$1" - echo "Direct links:" - echo "$(echo $get_video | jj -l "$hls"files.#.resolution.label)" - echo "$(echo $get_video | jj -l "$hls"files.#.fileUrl)" ;; + echo "Direct link: $playlist_stream" ;; esac done }