Skip to main content

Music debugger

Project description

Music debugger

Makes debuging (2 music sites) much easier

SoundCloud ("Example")

from music_debugger import SoundCloud as Sound

Info = Sound(url="https://soundcloud.com/jonbellion/all-time-low-new-mix")

print(f'Title: {Info.title}')
print(f'Image url: {Info.image}')
print(f'description: {Info.description}')
print(f'Like count: {Info.like_count}')
print(f'play count: {Info.play_count}')
print(f'download count: {Info.download_count}')
print(f'Comments count: {Info.comments_count}')
print(f'Type: {Info.type}')
print(f'Comments count: {Info.comments_count}')
print(f'Artist: {Info.artist}')

Deezer ("Example")

from music_debugger import Deezer 

Info = Deezer(url="https://www.deezer.com/us/track/1761469787")

print(f'Title: {Info.title}')
print(f'Image url: {Info.image}')
print(f'description: {Info.description}')
print(f'Short Audio: {Info.audio}')
print(f'Type: {Info.type}')
print(f'Author: {Info.author}')
print(f'Artist: {Info.artist}')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

music-debugger-0.0.1.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

music_debugger-0.0.1-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file music-debugger-0.0.1.tar.gz.

File metadata

  • Download URL: music-debugger-0.0.1.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for music-debugger-0.0.1.tar.gz
Algorithm Hash digest
SHA256 fbb616fd20478e7bffd53730919dac88d8087193c43f267eb9365e6d7bfe185d
MD5 cb508076d590745e8646b126caed237e
BLAKE2b-256 11b1231b5c9e7c937b4cee4c0609dbb4f2ce390f29e2ee297528505f0a53c14f

See more details on using hashes here.

File details

Details for the file music_debugger-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for music_debugger-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b9b8b191a45a742104d0b32c52b6f67ce65309ce3dadff1595813d5beb134dae
MD5 f73291e7ecb2a72309b8c6a5aab8fab9
BLAKE2b-256 0fb7806271ee22485bfde35437eaea0292ad2d47c9e1c41945fcfe2ce5f6dc1b

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