YouTube Downloader is a versatile tool that allows users to easily download YouTube videos in various formats. With this open-source project, you can quickly extract and save videos from YouTube by providing the video URL. The downloader supports popular video formats like MP4 and provides a simple and intuitive user interface.
- YouTube video downloader
- TikTok video downloader (coming soon)
- Instagram video downloader (coming soon)
- Facebook video downloader (coming soon)
No installation is required to use this website. Simply navigate to the website URL and start using the tools.
To use the YouTube video downloader, enter the URL of the video you want to download and click the "Download" button. The video will be downloaded in the highest quality available.
This project is licensed under the MIT License.
You can find the docker image here.
Use the following command from the root project to build the docker image for multiple platforms:
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --tag yasifystools .
Or use the following command to build the docker image for a single platform:
docker build --tag yasifystools .
Use the following command to run the official docker image:
docker pull insidiousfiddler/yasifystools && docker run -it --rm -p 0:3000 insidiousfiddler/yasifystools