diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-16 13:49:02 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-16 13:49:02 +0200 |
commit | 1b8113a72161e5d5f1f7a8328265f8075fc3491a (patch) | |
tree | 20d3f8a8fdd36c213dae3c01daca7f510120b336 | |
parent | build(package/package.nix): Update to the new build requirements (diff) | |
download | yt-1b8113a72161e5d5f1f7a8328265f8075fc3491a.zip |
build(.envrc): Also disable ytdlp plugins by default
-rw-r--r-- | .envrc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |