Skip to content

Commit 766b2d9

Browse files
Update episode data of sciam
1 parent 23346fb commit 766b2d9

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

public/assets/sciam/scripts/1309958.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

public/assets/sciam/scripts/1309969.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

public/assets/sciam/scripts/1309983.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/utils/sciam.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
export const episodes = [
2+
{
3+
"id": "1309983",
4+
"title": "Why Headaches Remain One of Medicine\u2019s Most Misunderstood Disorders",
5+
"img": "https://static.scientificamerican.com/dam/m/3e3571afb59edad0/original/2511_SQ_FRI_HEADACHES-Podcast-Span-Art.jpeg?m=1762455418.705",
6+
"url": "https://www.scientificamerican.com/podcast/episode/tom-zeller-jr-on-migraine-research-gender-bias-and-the-cultural-stigma-of/",
7+
"audio": "https://traffic.megaphone.fm/SAM7326461330.mp3"
8+
},
9+
{
10+
"id": "1309969",
11+
"title": "Why We Struggle to Say No\u2014And How to Get Better at It",
12+
"img": "https://static.scientificamerican.com/dam/m/5f3629386e6cd4c/original/2511_SQ_WED_DEFIANCE-Podcast-Span-Art.jpeg?m=1762293436.088",
13+
"url": "https://www.scientificamerican.com/podcast/episode/the-psychology-behind-standing-up-and-saying-no/",
14+
"audio": "https://traffic.megaphone.fm/SAM6542886968.mp3"
15+
},
16+
{
17+
"id": "1309958",
18+
"title": "Hurricane Melissa Was One of the Strongest Atlantic Storms Ever. Here\u2019s Why",
19+
"img": "https://static.scientificamerican.com/dam/m/d8d284fa52af194/original/2511_SQ_MON_NOV_03_thumbnail.png?m=1761937364.672",
20+
"url": "https://www.scientificamerican.com/podcast/episode/why-hurricane-melissa-was-one-of-the-most-powerful-atlantic-storms-in/",
21+
"audio": "https://traffic.megaphone.fm/SAM6999735207.mp3"
22+
},
223
{
324
"id": "1309948",
425
"title": "Gut Reactions to Your Favorite Halloween Candy",
@@ -3879,6 +3900,9 @@ export const episodes = [
38793900
}
38803901
];
38813902
export const episodeIds = [
3903+
"1309983",
3904+
"1309969",
3905+
"1309958",
38823906
"1309948",
38833907
"1309934",
38843908
"1309921",

0 commit comments

Comments
 (0)