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 }