mirror of
https://github.com/xgi/castero
synced 2024-11-10 15:28:45 +01:00
19 lines
574 B
Plaintext
19 lines
574 B
Plaintext
{
|
|
"feeds/valid_basic.xml": {
|
|
"title": "feed title",
|
|
"description": "feed description",
|
|
"link": "feed link",
|
|
"last_build_date": "feed last_build_date",
|
|
"copyright": "feed copyright",
|
|
"episodes": [
|
|
{
|
|
"title": "episode title",
|
|
"description": "episode description",
|
|
"link": "episode link",
|
|
"pubdate": "episode pubdate",
|
|
"copyright": "episode copyright",
|
|
"enclosure": "episode enclosure"
|
|
}
|
|
]
|
|
}
|
|
} |