-
Notifications
You must be signed in to change notification settings - Fork 0
/
restorations.php
14 lines (14 loc) · 1.07 KB
/
restorations.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$restorations = array(
"A Prairie Home Companion: News from Lake Wobegon" => (array) [
'author' => "American Public Media",
'link' => "http://prairiehome.org/",
'episodeCount' => 300,
'title' => "A Prairie Home Companion: News from Lake Wobegon (Restored)",
'url' => "http://www.webosarchive.org/podcasts/feeds/LakeWobegon/feed.xml",
'image' => "https://img.apmcdn.org/c66fad4db53969bfccac46b0d2370b197ede47b1/uncropped/c5518c-aphc-podcast-tile.png",
'description' => "Revisit memorable performances of Garrison Keillor's signature monologue, The News from Lake Wobegon, from rebroadcasts of the live public radio program A Prairie Home Companion. Garrison created A Prairie Home Companion in July 1974 and hosted for 42 years, until July 2016. Enjoy classic tales from the town where 'all the women are strong, all the men are good-looking, and all the children are above average.'",
'substitution_reason' => "This feed was restored from a Wayback Machine archive. The original content links are unchanged."
],
);
?>