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
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 Distribution
music-debugger-0.0.1.tar.gz
(2.7 kB
view hashes)
Built Distribution
Close
Hashes for music_debugger-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9b8b191a45a742104d0b32c52b6f67ce65309ce3dadff1595813d5beb134dae |
|
MD5 | f73291e7ecb2a72309b8c6a5aab8fab9 |
|
BLAKE2b-256 | 0fb7806271ee22485bfde35437eaea0292ad2d47c9e1c41945fcfe2ce5f6dc1b |