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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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