Update README.md

This commit is contained in:
DrMint 2022-04-02 12:21:30 +02:00 committed by GitHub
parent 5d2250ec02
commit cc0aaea7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -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!