EDyO / appu

Automatic Podcast Publisher
MIT License
3 stars 2 forks source link

Use RSS feed libraries to mangle the RSS Feed #64

Closed ifosch closed 2 years ago

ifosch commented 2 years ago

Using XML libraries to manipulate RSS feed is too complicated. This implementation uses gofeed to read current feed, and podcast to add the new episode and write it to stdout.

This fixes the bug on newlines in episode description (#44), while making the code easier to understand.

ifosch commented 2 years ago

Fixes #44, but this requires #56 to be merged first.