mirror of
http://gitea.phreedom.club/localhost_frssoft/peertube-cli
synced 2024-11-16 13:33:17 +00:00
Fix: share stream direct link
This commit is contained in:
parent
ff21d3087b
commit
2fbb089bc4
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue