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: 9 months ago
JSON representation
Simple Python Program To Download Any Video At The Best Quality On Youtube
- Host: GitHub
- URL: https://github.com/m4cs/ytdownloader
- Owner: M4cs
- License: gpl-3.0
- Created: 2018-09-06T01:07:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T01:21:25.000Z (almost 8 years ago)
- Last Synced: 2025-04-05T10:25:59.064Z (about 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.