Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.45 KB

README.md

File metadata and controls

53 lines (41 loc) · 1.45 KB

YTHelper

Helper to get information about videos from youtube build by Express JS & ytdl-core.

Getting Started

  1. Clone this repository
git clone https://github.com/mooradal/youtubeDownloader
  1. Install all the packages and dependencies
yarn install
  1. Run it
node index.js

or use nodemon

npm run dev

or

nodemon index.js

Usage

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.

How to contributing

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.

Pull Requests

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.

License

MIT