From 1b8113a72161e5d5f1f7a8328265f8075fc3491a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 16 Jun 2025 13:49:02 +0200 Subject: build(.envrc): Also disable ytdlp plugins by default --- .envrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.envrc b/.envrc index 213dcab..bac1203 100644 --- a/.envrc +++ b/.envrc @@ -20,3 +20,6 @@ PATH_add ./target/release PATH_add ./target/profiling export DATABASE_URL="sqlite://$root/target/database.sqlx" + +# Plugins are not supported. +export YTDLP_NO_PLUGINS=1 -- cgit 1.4.1