Skip to main content

Library for getting music and video in high quality from YouTube

Project description

TubeMp3



PyPI - Downloads PyPI - License
GitHub Pipenv locked Python version

Library for getting music from YouTube


Instalation

pip3 install tubemp3 -U

Examples:

music info

from tubemp3.api import search_music

query = "like a player wolverine deadpool chor"
music = search_music(query)[0]

api Deizer

from tubemp3.api_deizer import get_info_music


music1 = get_info_music('the landing first man')

for key, value in music1.items():
    print(f"{key}: {value}"

Download

from tubemp3.api import search_music                                                                        
from tubemp3.file import download                                                                           

query = "like a player wolverine deadpool chor"

music = search_music(query)[0]
download(music)



Project details


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.2-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file tubemp3-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: tubemp3-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 6.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for tubemp3-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 29284ec9177d1fc849e63f73c97cca693ef739decb4392651fce583c3b04b25b
MD5 7381685afaaebb9ab66c87b34aeb79c4
BLAKE2b-256 cdc7de91f9fbfcd216fb5b17078a024af830e19c50df85ef8667dada180894fb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page