Adding episode.

This commit is contained in:
2023-07-13 07:37:19 -07:00
parent 9e34705fa7
commit ecc000875e
2 changed files with 3209 additions and 0 deletions

3205
src/data/095-mixed.srt Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,10 @@ import { extractFromXml } from '@extractus/feed-extractor'
export const PAGE_SIZE = 15; export const PAGE_SIZE = 15;
const episodeExtra = { const episodeExtra = {
'Buzzsprout-13214296': {
slug: 'how-to-build-secure-react-apps',
transcript: srtparsejs.parse(fs.readFileSync(path.join(process.cwd(), 'src', 'data', '095-mixed.srt')).toString())
},
'Buzzsprout-13105870': { 'Buzzsprout-13105870': {
slug: 'the-impossible-challenge-of-writing-good-code-in-tech', slug: 'the-impossible-challenge-of-writing-good-code-in-tech',
youtube: 'https://www.youtube.com/embed/2wTI2lh2T0k' youtube: 'https://www.youtube.com/embed/2wTI2lh2T0k'