Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 499 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 499 Bytes

YouTube-downloader

A very simple script to download youtube videos.

A few steps to follow:

  • Get the link of the video you want to download through the share option of the video
  • Edit the link to remove the query parameter, edit link from this - "https://youtu.be/jK-DrGZu2Nc?feature=shared" to this - "https://youtu.be/jK-DrGZu2Nc"
  • Put the edited link as the value of the 'link' variable in the main.py file.
  • Install the dependencies then run the main.py file.
  • Happy watching.