Library for getting music and video in high quality from YouTube
Project description
TubeMp3
Library for getting music from YouTube
Instalation
sudo apt update && sudo apt upgrade -y
sudo apt install ffmpeg python3 python3-pip -y
pip3 install tubemp3 -U
Examples:
coding
with query
from tubemp3.api import search_music
video_list = search_music("the landing")
i = 0
for video_info in video_list:
print(f"n[{i}]")
for key,value in video_info.items():
print(f"{key}: {value}")
i+=1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
tubemp3-0.3-py3-none-any.whl
(4.3 kB
view details)
File details
Details for the file tubemp3-0.3-py3-none-any.whl
.
File metadata
- Download URL: tubemp3-0.3-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf4aaccec0af74222a04f88f00d6d697790a8e1cd3e0d6f3c80ab69496d4827f |
|
MD5 | c74f568c34229d47b4c4b024788b629d |
|
BLAKE2b-256 | 5f279a082b5e24f904c63686705856e8d0e7314a1ade5c50a73528b0c82c124e |