YouTube Archiver - Server This is the server code for my YouTube archiver. Client repository Requirements Node.js Yarn yt-dlp A MongoDB database Setup Install the requirements Run yarn Create a .env file and fill out this template PORT= DB_URI= DB_TABLE= START_CHANNEL= DOWNLOAD_FOLDER= Running Run yarn start Start the client