Download a list of YouTube videos! 🎬
This project is in its early stage. In the future, a graphical interface (GUI) will be created for better usability. For now, a Node.js script has been made.
Node.js is required; Yarn is optional. You may use NPM if you don't want to use Yarn.
Download this repository.
git clone https://github.com/lffg/dyt.git
Move to its directory and install the dependencies.
cd dyt && yarn install
Add the video URLs that you want to download to the list.txt
file, at the root of the project.
Start the download process:
yarn start
Downloading videos from YouTube is against the YouTube Policy. The only videos that your allowed to download is your own which you can already do using YouTube Studio.
Created by Luiz Felipe Gonçalves. The awesome node-ytdl-core
was used to download the YouTube videos.
Released under the terms of the MIT license.