raw = new Map([
[
"The Weekly Show with Jon Stewart - JON & AOC",
{
entries: () => FileAttachment("table@2.json").json().then(preprocess),
table: () => FileAttachment("outTimeTable (5).json").json()
}
],
[
"The Ben Shapiro Show - How The Military Went Woke Pete Hegseth",
{
entries: () => FileAttachment("table@4.json").json().then(preprocess),
table: () => FileAttachment("benShapiroTimeTable.json").json()
}
],
[
"The Oprah Podcast - What Is Your Life's Purpose Oprah's Book Club with Eckhart Tolle",
{
entries: () => FileAttachment("table@3.json").json().then(preprocess),
table: () => FileAttachment("oprahTimeTable.json").json()
}
],
[
"The Megyn Kelly Show - New Trump Derangement Syndrome Examples, and How CNN Smeared a Navy Veteran, with Piers Morgan, Zachary Young, and Vel Freedman Ep. 991",
{
entries: () => FileAttachment("table@5.json").json().then(preprocess),
table: () => FileAttachment("megynKellyTimeTable.json").json()
}
],
[
"The Joe Rogan Experience - #2253 - Theo Von",
{
entries: () => FileAttachment("table.json").json().then(preprocess),
table: () => FileAttachment("outTimeTable (1).json").json()
}
],
[
"Lex Fridman Podcast - #458 – Marc Andreessen Trump, Power, Tech, AI, Immigration & Future of America",
{
entries: () => FileAttachment("table@1.json").json(),
table: () => FileAttachment("outTimeTable (3).json").json()
}
],
[
"Pod Save America - Rachel Maddow on Surviving Trump 2.0",
{
entries: () => FileAttachment("table@6.json").json().then(preprocess),
table: () => FileAttachment("podSaveAmericaTimeTable.json").json()
}
],
[
"Eat Drink Think - Simmer ‘till Done: The Art and Simplicity of Beans with Steve Sando, author of The Bean Book",
{
entries: () => FileAttachment("table@7.json").json(),
table: () => FileAttachment("outTimeTable (4).json").json()
}
]
])