Skip to content

miikaran/youtube-videoaudio-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

What's forbidden.MP4?

Forbidden.MP4 is an online tool which you can use to download videos, audios & shorts straight from youtube.
It uses npm package called YTDL-core to download the content.

greiuagrargg

How to use it?

1. Clone the repository -

git clone https:/miikaran/youtube-videoaudio-downloader.git

3. Install npm packages. Do it for both client & serverside.

npm install

4. Create Firebase & Youtube API credentials and add them to .env file.

YOUTUBE_API_KEY = 'ENTER YOUR API';  

And all Firebase credentials you need.

 TYPE,
 PROJECT_ID,
 PRIVATE_KEY_ID,
 PRIVATE_KEY,
 CLIENT_EMAIL,
 CLIENT_ID,
 AUTH_URI,
 TOKEN_URI,
 AUTH_PROVIDER_X509_CERT_URL,
 CLIENT_X509_CERT_URL,
 FIREBASE_URL

5. Start the application.

 cd client
npm run start
cd youtube-videoaudio-downloader
npm run start

Contributing

This project is open source so feel free to contribute and fix possible issues.

How to?

  1. Fork the Project
  2. Create your own Branch (git checkout -b Yessir)
  3. Commit your Changes (git commit -m 'Yessir')
  4. Push to the Branch (git push origin Yessir)
  5. Open a Pull Request.

Whola

About

Fullstack Youtube video/audio/shorts downloader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published