ytcli

Des commandes pour utiliser youtube - retour accueil

git clone git://bebou.netlib.re/ytcli

Log | Files | Refs | README |

commit d4ea45801e82f4688f6fd19f5c69349db339bb98
parent 3b8103c6f568c03bb2cf699f8f544ad80a79d67a
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Sun, 27 Jul 2025 00:31:04 +0200

On se souvient où on a arrêté

Diffstat:
Myt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yt b/yt @@ -6,5 +6,5 @@ if [ "$1" = "c" ];then else format="18"; video="$1"; fi -mpv --hwdec=auto --ytdl-raw-options=netrc= --ytdl-format="$format" --cache-secs=45 --volume=50 "$video" 2>/dev/null +mpv --save-position-on-quit --hwdec=auto --ytdl-raw-options=netrc= --ytdl-format="$format" --cache-secs=45 --volume=50 "$video" 2>/dev/null