Add main HPR SPX feed

This commit is contained in:
Roan Horning 2022-08-17 18:08:45 -04:00
parent 507b7db4a1
commit 5b48b91e99
Signed by: rho_n
GPG Key ID: 234AEF20B72D5769
2 changed files with 10 additions and 0 deletions

View File

@ -141,3 +141,8 @@ filename: hpr_ogg.rss
root_template: rss.tpl.xml
content: rss-hpr_mp3.tpl.xml
filename: hpr_mp3.rss
[hpr_spx]
root_template: rss.tpl.xml
content: rss-hpr_spx.tpl.xml
filename: hpr_spx.rss

View File

@ -0,0 +1,5 @@
<!--% PROCESS 'shared-item.tpl.xml' %-->
<!--% PROCESS 'rss-query-hpr.tpl.xml' %-->
<!--% FOREACH episode IN feed_result %-->
<!--% display_item(episode, 'spx') %-->
<!--% END %-->