Helper to get information about videos from youtube build by Express JS & ytdl-core.
- Clone this repository
git clone https://github.com/mooradal/youtubeDownloader
- Install all the packages and dependencies
yarn install
- Run it
node index.js
or use nodemon
npm run dev
or
nodemon index.js
You can deploy on your server or you can access from https://yt-helper.vercel.app/api/.
https://yt-helper.vercel.app/api/get?url=http://www.youtube.com/watch?v=aqz-KE-bpKQ
Support all API from ytdl-core.
For starter, if you contribute on this project, please create a new branch on git
for seperate
workspace from the others contributor. And classified that you working on based on this list:
feature/{name or module}
=> For working on some new feature.fixing/{name or module}
=> For working on fixing some bug.enhancement/{feature name or module}
=> For working on if your feature got some improvement.
At some point, after your progress was pushed to git
and want to merge into current release (master branch)
,
you can create a Pull Requests
and choose Squash and merge
to create one commit from your progress
into master
branch.