|
|
|
@ -7,11 +7,11 @@ import { extractFromXml } from '@extractus/feed-extractor'
|
|
|
|
|
export const PAGE_SIZE = 15;
|
|
|
|
|
|
|
|
|
|
const episodeExtra = {
|
|
|
|
|
'12220716': {
|
|
|
|
|
'Buzzsprout-12220716': {
|
|
|
|
|
slug: 'dropping-out-of-college-to-sell-my-first-saas-app',
|
|
|
|
|
transcript: srtparsejs.parse(fs.readFileSync(path.join(process.cwd(), 'src', 'data', '078-mixed.srt')).toString())
|
|
|
|
|
},
|
|
|
|
|
'12207725': {
|
|
|
|
|
'Buzzsprout-12207725': {
|
|
|
|
|
slug: 'the-truth-about-react-server-components',
|
|
|
|
|
transcript: srtparsejs.parse(fs.readFileSync(path.join(process.cwd(), 'src', 'data', '077-mixed.srt')).toString())
|
|
|
|
|
},
|
|
|
|
|