Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shinjan-saha/you-tube-downloader

You Tube Video Downloader just have the URL that's what it all takes
https://github.com/shinjan-saha/you-tube-downloader

api-gateway nextjs14 python socket-io youtube-dl youtube-downloader

Last synced: about 2 months ago
JSON representation

You Tube Video Downloader just have the URL that's what it all takes

Awesome Lists containing this project

README

        

# Download your Favourite YT Video

## How to Use the Python CLI Tool:-


1. Navigate to the Directory


cd Python-CLI-Tool
pip install yt-dip
python main .py
Use ctrl+shift+v to paste the URL in the CLI

## Python CLI Tool Working

The Videos are stored in the Downloaded_Video after the succesfull completion of the Download Process

You can use Docker also:-

```bash
docker pull shinjan02/python-youtube:dev

```

## How to Use NextJS Applictation:-

1. Navigate to the Directory


cd NextJS
cd youtube-video-downloader
npm install
npm run dev
It is not deployed in the Vercel or any other Platform Because of YouTube copyrights issues

But you can use Docker

```bash
docker pull shinjan02/youtube:dev

```

## NextJS Applictation Working:-

The Home Page:-


The DownLoad Progress:-


DownLoad Completed:-


After Clicking on "Download Video" we can see the Video is stored in Download directory of our Comp by Default

Note:- The video are also stored locally in our Nextjs project the downloaded videos are in the public directory in the folder downloads