From cc0aaea7d92768007e8a94c3e61a335695cecb8d Mon Sep 17 00:00:00 2001 From: DrMint Date: Sat, 2 Apr 2022 12:21:30 +0200 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index e69de29..976b64c 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,25 @@ +# watch.accords-library.com + +Provides to Accord's Library the tools to archive videos on multiple platforms, most notably YouTube using [yt-dlp](https://github.com/yt-dlp/yt-dlp) +It also downloads ffmpeg and ffprobe for audio-video post-processing. +The videos and other files (metadata, live chat, comments, sub files, thumbnails) are stored in `public` which needs to be accessible from the internet. + +## Setup +```bash +git clone https://github.com/Wayback-Tube/Wayback-Tube-DL.git +cd watch.accords-library.com +sh install.sh +``` + +## YouTube +Add the videos IDs or URLs to archive in `youtube/batchfile.txt` +Then run +```bash +./download.sh +``` +Or alternatively just give the video ID as a parameter +```bash +./download.sh VIDEOID +``` + +That's it!