From 31dfb2581e87637d616d2ffe616868e49ea306dd Mon Sep 17 00:00:00 2001 From: Leon Etienne <40911701+Leonetienne@users.noreply.github.com> Date: Thu, 7 Apr 2022 00:41:19 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20e1311..c9f9322 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,10 @@ What's the purpose of this? If you find a nice playlist, which won't ever update Just adding it to a download list and running the cronjob is shit aswell, because fetching all the other items still takes time. This allows you to bypass ALL your other lists, to quickly and cleanly download a playlist (or multiple) **once**. -### sync-to-nas.bat -Since i use WSL, and like to store my archives on my nas, i made a quick script to move downloads from my local instance to my nas. -Without saying, you would have to adjust your nas drive-letter and target paths... +### sync-to-nas.sh +Since I like to store my archives on my nas, I made a quick script to move downloads from my local instance to my nas. +Without saying, you would have to adjust your nas drive path... +If you're using windows, there's also a bat version. ## Idea This project is building upon [Backup Script with yt-dlp](https://igel.hostedbymyself.de/s/C77Zj-PBL#), [@xaverruss](https://github.com/xaverruss), which is building upon the [yt-dlp](https://github.com/yt-dlp/yt-dlp) cli.