An open API service indexing awesome lists of open source software.

https://github.com/m4cs/ytdownloader

Simple Python Program To Download Any Video At The Best Quality On Youtube
https://github.com/m4cs/ytdownloader

Last synced: 3 months ago
JSON representation

Simple Python Program To Download Any Video At The Best Quality On Youtube

Awesome Lists containing this project

README

        

# YTDownloader
Simple Python Program To Download Any Video At The Best Quality On Youtube

## Requirements:

Python 2.6+

[pafy](https://github.com/mps-youtube/pafy)

YT Downloader Uses pafy As A Library To Download and Grab Video Information.

To Install pafy run:

```
pip install pafy
```

[youtube-dl](https://github.com/rg3/youtube-dl/)

pafy Requires youtube-dl To Be Installed Along Side of It.

To Install youtube-dl run:

```
pip install youtube-dl
```

# Credits:

This wouldn't be possible to make without the pafy devs. Good shit bois.