Skip to content

armiin98/pytube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytube

YouTube Downloader

GIve link and download in different formats!

1.clone the project

$ git clone https://github.com/armiin98/pytube.git

2.install requirements

$ pip install -r requirements.txt

3.run main.py

$ python main.py

after you entered link you are going to see something like this :

    +====+============+============+
    | ID |   FORMAT   | RESOLUTION |
    +====+============+============+
    | 0  | video/mp4  |    360p    |
    | 1  | video/mp4  |    720p    |
    | 2  | video/mp4  |   1080p    |
    | 3  | video/webm |   1080p    |
    | 4  | video/mp4  |    720p    |
    | 5  | video/webm |    720p    |
    | 6  | video/mp4  |    480p    |
    | 7  | video/webm |    480p    |
    | 8  | video/mp4  |    360p    |
    | 9  | video/webm |    360p    |
    | 10 | video/mp4  |    240p    |
    | 11 | video/webm |    240p    |
    | 12 | video/mp4  |    144p    |
    | 13 | video/webm |    144p    |
    | 14 | audio/mp4  |  128kbps   |
    | 15 | audio/webm |   50kbps   |
    | 16 | audio/webm |   70kbps   |
    | 17 | audio/webm |  160kbps   |
    +====+============+============+
    Enter ID to Download : 

About

YouTube Downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages