Skip to content

CyanCipher/CyanTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

CyanTube

A youtube video downloader built on python.

Dependencies

    pytube == 12.1.2
    moviepy == 1.0.3
    rich == 13.3.1

Usage

Just enter the URL of the video or the playlist when asked and relax for a while, the script will download videos convert them into MP3s and then it will delete any trash remaining.

Important

If providing a playlist, gives some regex error, then goto your {python/env}/bin/pytube/cipher.py on line 30 change:

    var_regex = re.compile(r"^\w+\W")

To -

    var_regex = re.compile(r"^\$*\w+\W")

Save it and it should work fine.

About

A youtube video downloader built on python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages