16 Commits

Author SHA1 Message Date
Dawid H d3fe8c61e5 chore: correct formating 2022-11-04 21:35:57 +01:00
Dawid H 3a42d8249e fix: correct enclosure type on custom format 2022-11-03 08:51:24 +01:00
Dawid H 5f0123ddbc fix: correct enclosure type on custom format 2022-11-03 08:48:47 +01:00
Dawid H a0353e4914 chore: files formatting 2022-10-29 02:30:59 +02:00
Dawid H d15e729d46 feat: added custom format support 2022-10-29 02:22:45 +02:00
Contextualist e57746dc82 Clean up episodes before generating XML feed 2022-07-27 00:35:54 -04:00
Johannes Hoppe 44f4f3586c Override the default link
This will override the default link (usually the URL address) in the generated RSS feed with another link.

fixes #233
2022-06-24 00:21:28 +02:00
Matej Drobnic b38928eac0 reformat xml.go 2022-04-02 10:34:33 +02:00
Matej Drobnic e76f43f4d4 add support to set feed as private 2022-04-02 10:31:55 +02:00
Maksym Pavlenko 54834550d5 Decouple config package 2022-01-02 14:57:10 +02:00
Maksym Pavlenko 12cdbf61db Refactor code to allow pluggable storages 2022-01-02 13:17:28 +02:00
Eric Duncan 1ae7f09e02 Add Podcast Owner Custom Definitions per #171
Some users were saying their podcasts were getting rejected since
`podcast.IOwner` wasn't being set.  This PR adds that functionality
to issue #171.

* Did not disturb existing custom Author string, as users may
already be using that (wasn't sure on the backwards compatibility
with this repo).
* "Name" needed a prefix, since there was already Title and
Description.  Picked `Owner` for now.
* Added to existing Unit Test to ensure it gets set when custom
config is used.

NOTE: I do not have a way to test this as I do not use this repo.
This is just a drive-by PR to help the authors.
2020-10-29 09:26:16 -07:00
Maksym Pavlenko 0ce6e99545 Customize subcategories #161 2020-10-04 14:00:51 -07:00
Paul Götzinger 27e41d7599 Support overwriting title, author and description of feed (#177)
Fixes #176
2020-10-01 13:51:47 -07:00
qiuhanty f8f8bd948a Fixed episodes out-of-order in XML #151 #133
Fixed episodes out-of-order in XML #133

Co-authored-by: Yong Tan <yong.tan@tigergraph.com>
2020-06-07 22:10:03 -07:00
Maksym Pavlenko e764ab6b92 Refactor packages 2020-04-18 14:52:15 -07:00