Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rufilboss/youtube-downloader
https://github.com/rufilboss/youtube-downloader
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rufilboss/youtube-downloader
- Owner: rufilboss
- License: mit
- Created: 2021-05-21T11:17:54.000Z (over 3 years ago)
- Default Branch: devproject
- Last Pushed: 2021-12-18T22:17:46.000Z (almost 3 years ago)
- Last Synced: 2023-11-09T19:03:34.160Z (about 1 year ago)
- Language: Python
- Size: 466 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube Downloader
Youtube Downloader is a Python Web application built with Django.
![ScreenShot](static_files/img/screen-1.png)
![ScreenShot](static_files/img/screen-2.png)
# FEATURES!
- Download Youtube videos in every format ranging rom 144p to Full HD.
- Easy to use, userfriendly UI.# REQUIREMENTS
- This App Uses Python 3.7, pafy, Django 2.1, youtube-dl.# INSTALLATION
Install the dependencies and devDependencies and start the server.
```sh
$ git clone https://github.com/Rufilboy/Youtube-Downloader.git
$ cd Youtube-Downloader
$ pip install -r requirements.txt
$ python manage.py runsever
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
This project is [MIT](https://choosealicense.com/licenses/mit/) Licensed.