From d1a9c0ebf976aa36decc4da0d7f0cb07647eb6af Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 23 Oct 2020 08:55:52 -0500 Subject: [PATCH] indexers/block placeholder - closes #44 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 591affd..32bc793 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,16 @@ The url for that feed is: [https://noagendaassets.com/enc/pc20sandbox.xml](http - `bitrate` (optional) Encoding bitrate of media asset. - `title` (required) Alternate assets need a title since main title will apply to primary asset. +
+ +- **\** + **\[domain, bot or service slug]\** + + Channel (optional | single) + + The "indexers" element is meant as a container for one or more `` elements which send a signal to podcast aggregators whether they are allowed to pull and parse + this feed. If the aggregator is listed as blocked, it should take that as a signal by the feed owner to not index/aggregate this feed. + + *Note: this element needs a lot more discussion and work. This is just a placeholder for discussion.