[MixcloudBridge] switch to using API#2591
Conversation
Pull request artifacts
|
|
I don't understand what the api returns. Try this user: benpurpsoul (no items from api, even though the user seems to have items) I get an error in RSS-Bridge for this username: công-nguyễn9 |
I have switched the bridge to use different API endpoints. The output should be better now.
I suspect this has something to do with how the getContents function is dealing with the special characters in that username. I'd need someone with more PHP knowledge to weigh in here. All I know is when I'm testing the API endpoints in Python (easier for me than PHP) there's no problem with querying the API with that particular username. |
* switch to using public API * switch to different API endpoints * fix: urlencode username Co-authored-by: Dag <me@dvikan.no>
Instead of parsing HTML (which apparently is no longer possible), make use of the public API.
Closes #1730