1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

20 Commits

Author SHA1 Message Date
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
24c9e7953d Refactor feed package 2020-04-20 21:02:05 -07:00
Maksym Pavlenko
d1bd2c2d24 Integrate key providers 2020-04-20 20:54:49 -07:00
Maksym Pavlenko
7a65e3d1c5 Implement key providers 2020-04-20 19:15:30 -07:00
Maksym Pavlenko
2623a30b83 Allow specify list of API keys in TOML 2020-04-20 18:53:28 -07:00
Maksym Pavlenko
e764ab6b92 Refactor packages 2020-04-18 14:52:15 -07:00
Maksym Pavlenko
67478ac9f4 Fix key not found error #120 2020-04-16 15:14:46 -07:00
Maksym Pavlenko
316af91787 Add OPML unit test 2020-04-15 13:59:52 -07:00
Maksym Pavlenko
445394b83e Use go-opml package 2020-04-15 13:59:30 -07:00
delaosa
01b2f8daf5 Optional inclusion of feeds into an opml file (#114) 2020-04-15 13:26:08 -07:00
delaosa
9ed861faea fix enclosureType for audio 2020-04-05 13:09:40 +02:00
Maksym Pavlenko
5997a392b1 Minor cover art fix 2020-03-07 22:37:45 -08:00
Maksym Pavlenko
f3565b2895 Improve feed customizations 2020-03-07 22:32:51 -08:00
Maksym Pavlenko
e0290afa11 Refactor updater 2020-03-07 17:25:55 -08:00
Maksym Pavlenko
5f62b4588f Simplify storage interface
Git rid of File model and use Episode instead
2020-02-08 14:35:37 -08:00
Maksym Pavlenko
3e0bd6c477 Fix YouTube tests 2020-01-25 15:20:50 -08:00
Maksym Pavlenko
76be718f82 Rename builder to feed 2019-12-21 14:15:07 -08:00