endkb / SoundsDownloadScript

Download programs from BBC Sounds and publish them to a podcast feed
2 stars 0 forks source link

Merging test-json-metadata to main #3

Closed endkb closed 6 months ago

endkb commented 6 months ago

This changes the way SoundsDownloadScript.ps1 reads and parses the metadata from the BBC Sounds website. It will now convert the data to json using ConvertFrom-Json. Variables that handle the metadata and tags have also been updated to use json references.

This change will make the script more efficient and also less prone to issues when parsing certain special characters in the data, especially quotation marks.

It does not add any or change any user configurable options.