-
nodejs version 10.16.0
-
support nodejs version 8.X.X and above.
-
youtube-dl library used to dowload the videos
Please create a folder called videos at the root level (same level as the file index.js)
-
Current Usage Limited to download of only limited number of videos
-
To Download the videos you simply need to paste the watch part of the youtube video
-
Increase the number of videos you want to download by increasing this array
const videoUrlArr = ["watch?v=yNu4aLCUb08"];
Just add the watch url as a todo item in the download.md file and run npm start it will downloda the file , once download please mark the file done in the md file
To Open a video for download just do the following in download.md file
- [ ](VideoUrl)
Once Downloaded mark it as done
- [x](VideoUrl)
- Multiple Video Download
- Same Name as the Real Video Name
- Videos Stored in folder called videos
- Enabled Option to download videos by adding file to download.md file Just add the watch url which you want to download
- Videos Folder is not auto created
- No Gui
- No Json File to add the video url , need to change index.js file
-
Enabling Options Via Json File For File Formatnot required as done via md file - Conversion of Video to mp3 format
- Optional Storage
- Playlist download
- Extracting Info and storing the info in the database
- Making it an electron based app managed by mongodb