diff options
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.envrc b/.envrc index 5537ab5..adb00cc 100644 --- a/.envrc +++ b/.envrc @@ -20,5 +20,8 @@ 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 + export PYO3_PYTHON=python3 -export YT_STORE_INFO_JSON=yes |
