Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Provide "html_description" on SimpleEpisode and FullEpisode #944

Closed
cultpodcasts opened this issue Feb 7, 2024 · 1 comment
Closed

Comments

@cultpodcasts
Copy link

cultpodcasts commented Feb 7, 2024

Can we add the property "html_description" returned from Spotify-endpoints for v1/shows/{id}/episodes and /v1/episodes/{id}

The Description member populated from the "description" property supplied by these endpoints strips html-tags which means the text is often malformed.

For example; html_description will return text such as:
.... lorem<br />ipsum ...

The description field returns text such as:
... loremipsum ...

The result is the text provided by the Description member of SimpleEpisode and FullEpisode is often not what was intended when entered by the author.

I am prepared to create a pull-request if this is the correct process to follow. I am also prepared to fork if this is outside the scope of the project,

The package is being used to drive the cultpodcasts.com website which is proving helpful to academic researchers. Your package has been very helpful in making this happen. Thank you

@JohnnyCrazy
Copy link
Owner

Hey,

This was a small addition, so I included it in SpotifyAPI Web 7.1.1.

Let me know if everything checks out!

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

No branches or pull requests

2 participants