f45ca389ff | ||
---|---|---|
public | ||
youtube | ||
.gitignore | ||
README.md | ||
importToStrapi.py | ||
package-lock.json | ||
package.json | ||
run_watch_server.sh | ||
setup.sh |
README.md
watch.accords-library.com
Provides to Accord's Library the tools to archive videos on multiple platforms, most notably YouTube using 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
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
Use the extension get Cookies.txt
on your Browser to retrieve credentials that yt-dlp can use to bypass age restrictions.
Possibly use a burner account.
Then place that cookies.txt
in the youtube
folder
Then run
./download.sh
Or alternatively just give the video ID as a parameter
./download.sh VIDEOID
That's it!