https://github.com/krypton-byte/yt2mate
Module For Python
https://github.com/krypton-byte/yt2mate
downloader python youtube yt2mate yt2mp3 ytmp3
Last synced: 3 months ago
JSON representation
Module For Python
- Host: GitHub
- URL: https://github.com/krypton-byte/yt2mate
- Owner: krypton-byte
- Created: 2021-02-15T15:10:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T13:00:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-26T05:06:54.360Z (3 months ago)
- Topics: downloader, python, youtube, yt2mate, yt2mp3, ytmp3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python3.8+ Required
```bash
$ python3 -m pip install requirements.txt
$ python3
```
```python
>>> from yt2mate import mp3
>>> result = mp3("YoutubeUrI")
```