mirror of
http://gitea.phreedom.club/localhost_frssoft/pleroma-cli
synced 2024-11-24 10:31:28 +00:00
some video attachments not playable with curl pipe
This commit is contained in:
parent
eb5a57dd35
commit
902b5a40b2
|
@ -455,7 +455,7 @@ statuses_render()
|
|||
"Next") next=1; clear ;;
|
||||
"Media")
|
||||
for one_media in $attachments; do
|
||||
curl -s --tcp-fastopen "$one_media" --output - | mpv -
|
||||
mpv "$one_media"
|
||||
done
|
||||
;;
|
||||
"Share and favorite") share_and_favorite_mode "$id_status" ;;
|
||||
|
|
Loading…
Reference in a new issue