- Clone this repository
git clone https://github.com/eduardosouzv/syd.git
- Install dependencies
npm install # or yarn
- Put your YouTube playlist or music links in
videos_to_download.txt
https://www.youtube.com/my_video1
https://www.youtube.com/my_video2
https://www.youtube.com/my_video3
- Run the command below
npm start # or yarn start
Follow these steps:
-
Clone your fork to local machine
https://github.com/<your-name>/syd
- Create a new branch for your changes, updates, etc.
git checkout -b <name-of-branch>
- Make changes and create a new pull request