Skip to content

Conversation

@owhyy
Copy link
Contributor

@owhyy owhyy commented Mar 9, 2024

Hi, this is my first commit here so bear with me :)

This addresses #432 and removes everything related to deezloader from the config file (as I understand, DeezloaderClient was removed since https://dz.loaderapp.info/deezer is down, but the config wasn't updated).

Let me know there's any more changes required

Comment on lines 110 to 113
try:
# Usually happens with deezloader downloads
raise NonStreamableError(f"{info['error']} - {info['message']}")
except KeyError:
raise NonStreamableError(info)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, is this error handling still necessary? If not, I can remove it as well and just raise NonStreamableError(info)

@TCaptainPancake
Copy link

I was just about to do this myself lol why hasn't this been merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants