From 8456accda0a3fc6954660eaed59a7513b79f62d6 Mon Sep 17 00:00:00 2001 From: Glassed Silver Date: Fri, 25 Mar 2022 13:26:57 +0100 Subject: [PATCH] Adding link to MongoDB transfer guide in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 588d8f3..15b12b8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ For much better scaling with large datasets please run your YTDL-M instance with It will fix a lot of performance problems (especially with datasets in the tens of thousands videos/audios)! The (closed) issues as well as the project's Wiki will give you good starting points for your journey! +For MongoDB specifically there is [this little guide](https://github.com/Tzahi12345/YoutubeDL-Material/wiki/Setting-a-MongoDB-backend-to-use-as-database-provider-for-YTDL-M). +
## Getting Started