From f072efb86361b87864f27216356c2ba021457ad1 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 27 Apr 2024 13:44:02 +0200 Subject: [PATCH] fix typo --- mkdocs/docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/advanced.md b/mkdocs/docs/advanced.md index e80554c..984271c 100644 --- a/mkdocs/docs/advanced.md +++ b/mkdocs/docs/advanced.md @@ -119,7 +119,7 @@ Then you can restart the container and the migration will run again. If your err ## Manual yt-dlp update !!! warning - Doing this is **very likely** going to break things for you. You will want to try this out on a testing instance first. There are have regularly been subtle changes in the yt-dlp API, so only do this if you know how to debug this project by yourself, but obviously share your fixes so any problems can be dealt with before release. + Doing this is **very likely** going to break things for you. You will want to try this out on a testing instance first. Regularly there have been subtle changes in the yt-dlp API, so only do this if you know how to debug this project by yourself, but obviously share your fixes so any problems can be dealt with before release. This project strives for timely updates when yt-dlp makes a new release, but sometimes ideals meet reality. Also, sometimes yt-dlp has a fix published, but not yet released. **Build your own image**: Update the version in `requirements.txt` and rebuild the image from `Dockerfile`. This will use your own image, even on container rebuild.