Skip to content

Simple python script for linux to download youtube videos using terminal

Notifications You must be signed in to change notification settings

WhimsyGiga/yDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yDownloader Youtube video downloader

ocMLSGU

Very simple python script using pytube module to download youtube videos using terminal.

  • Required python modules can be installed by running pip install -r requirements.txt
  • Tested on Linux kali 6.1.0-kali9-arm64 #1 SMP Debian 6.1.27-1kali1 (2023-05-12) aarch64 GNU/Linux

IMPORTANT

  • REQUIRED cipher.py in /usr/local/lib/python'your version'/dist-packages/pytube/ has to be replaced with the one from this git
    "Quick fix until pytube updates their module to fix RegexMatchError: get_transform_object: could not find match for var for={(.*?)};"

To find where pytube is installed on your machine, if running linux you can run updatedb in terminal.
After that run locate pytube/cipher.py in terminal and replace cipher.py with the new cipher.py

About

Simple python script for linux to download youtube videos using terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages