prathameshpowar1910 / yt-downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube Video Downloader

This project works in the terminal and uses python and its libraries to download a particular section of a youtube video by giving time-stamped urls for the same.

Installation

Check if python is installed

  python --version

If python is not installed then install it using the Microsoft Store package or the Python org website https://www.python.org/

Once installed g oahead and check it pip3 is installed

  pip3 --version

If not installed the enter the following command

  python get-pip.py

Once installed then enter the following commands to download all the relevant packages

  pip install moviepy
  pip install yt_dlp

Then just run the downloaded file

About


Languages

Language:Python 100.0%