JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.5k stars 307 forks source link

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

Closed cultpodcasts closed 7 months ago

cultpodcasts commented 7 months ago

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 commented 7 months ago

Hey,

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

Let me know if everything checks out!