|
|
@ -5,6 +5,9 @@ import path from 'path';
|
|
|
|
import { extractFromXml } from '@extractus/feed-extractor'
|
|
|
|
import { extractFromXml } from '@extractus/feed-extractor'
|
|
|
|
|
|
|
|
|
|
|
|
const episodeExtra = {
|
|
|
|
const episodeExtra = {
|
|
|
|
|
|
|
|
'Buzzsprout-12157221': {
|
|
|
|
|
|
|
|
slug: 'flying-in-a-private-jet-my-first-programming-job'
|
|
|
|
|
|
|
|
},
|
|
|
|
'Buzzsprout-12142504': {
|
|
|
|
'Buzzsprout-12142504': {
|
|
|
|
slug: 'from-a-career-in-logic-gates-to-react-with-evan-walter',
|
|
|
|
slug: 'from-a-career-in-logic-gates-to-react-with-evan-walter',
|
|
|
|
transcript: srtparsejs.parse(fs.readFileSync(path.join(process.cwd(), 'src', 'data', '074-mixed.srt')).toString())
|
|
|
|
transcript: srtparsejs.parse(fs.readFileSync(path.join(process.cwd(), 'src', 'data', '074-mixed.srt')).toString())
|
|
|
|