Lo1jke / YTDownloaderPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple youtube downloader on python

How to install

  • Install python
  • Install pip

This is a Python script that uses some bootstrapping logic to install pip. Download the script, from https://bootstrap.pypa.io/get-pip.py. Open a terminal/command prompt, cd to the folder containing the get-pip.py file and run:

Windows

    C:> py get-pip.py

Linux

    $ python get-pip.py

MacOS

    $ python get-pip.py
  • install pytube
    $ pip install pytube
  • run YTDownloader.py
    $ python YTDownloader.py

How to use

  • get URL from youtube page to clipboard (without stuff after url video &ab_channel=WardCarroll - something like this)
  • start script from terminal:
    $ python YTDownloader.py
  • paste url adress from clipboard to terminal Youtube URL: and press Enter
  • wait untill message Download Complete! has shown.

your video in root folder of your app.

About


Languages

Language:Python 100.0%