This commit is contained in:
2023-02-10 11:05:36 -08:00
parent 6cfe38acc2
commit 068e964bad

View File

@@ -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())
},