-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpodcasts.json
29 lines (29 loc) · 1.07 KB
/
podcasts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"podcasts": [
{
"title": "The Daily",
"description": "The way daily news should sound. The most important subjects you need to know.",
"network": "New York Times"
},
{
"title": "My Brother, My Brother, and Me",
"description": "Three comedic brothers, too many strange questions, endless funnies.",
"network": "Maximum Fun"
},
{
"title": "Reply All",
"description": "A podcast about the internet that is actually an unfailingly original exploration of modern life and how to survive it.",
"network": "Gimlet"
},
{
"title": "This American Life",
"description": "This American Life is a weekly public radio show, heard by 2.2 million people on more than 500 stations.",
"network": "NPR"
},
{
"title": "Mission to Zyx",
"description": "TMISSION TO ZYXX is an improvised science fiction podcast following a team of ambassadors as they attempt to establish diplomatic relations with planets in the remote and chaotic ZYXX QUADRANT",
"network": "Maximum Fun"
}
]
}