https://github.com/houssemcharf/youtup
This code is written in python for the purpose of downloading youtube videos in mp3 format
https://github.com/houssemcharf/youtup
Last synced: 2 months ago
JSON representation
This code is written in python for the purpose of downloading youtube videos in mp3 format
- Host: GitHub
- URL: https://github.com/houssemcharf/youtup
- Owner: HoussemCharf
- License: mit
- Created: 2017-03-02T11:58:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T20:21:48.000Z (over 7 years ago)
- Last Synced: 2025-02-05T21:54:02.463Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtup
This code is written in python for the purpose of downloading youtube videos in mp3 format
## Installing
1. clone the code
```
git clone https://github.com/HoussemCharf/youtup.git
```2. execute & run
```
python script.py
```
3. provide the youtube link4. enjoy
## Requirements
* Cgitb lib
* Pytube lib
* Pydub lib## Contributing
Feel free to contribute in this all you have to do is submit a pull request.
## Authors
* **HC** - *Initial work* - [HC](https://github.com/HoussemCharf)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details