Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 2.66 KB

README.md

File metadata and controls

68 lines (47 loc) · 2.66 KB

Yasifys Tools

Contributors Issues Forks Build Status MIT License Docker Pulls

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.

Tools

  • YouTube video downloader
  • TikTok video downloader (coming soon)
  • Instagram video downloader (coming soon)
  • Facebook video downloader (coming soon)

Installation

No installation is required to use this website. Simply navigate to the website URL and start using the tools.

Usage

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.

License

This project is licensed under the MIT License.

Docker

You can find the docker image here.

Build

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 .

Run

Use the following command to run the official docker image:

docker pull insidiousfiddler/yasifystools && docker run -it --rm -p 0:3000 insidiousfiddler/yasifystools