Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 837 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 837 Bytes

Podcast Transcripts

Transcripts for the Virtual Coffee Podcast.

Contributing

See our Contributing Guide to get started on contributing to this repository.

Transcription Guidelines

Check out the Transcriptions Guidelines for transcribing details!

Downloading Episodes

To download the latest episodes, run the following command:

yarn download

Fixing Formatting Issues

The transcripts are saved in the SRT format. This repo contains a tool to help.

yarn check-srt

This tool will:

  • Check for invalid timestamp formatting
  • Find and attempt to fix indexing issues

After running yarn check-srt, fix the incorrect timestamp(s) format manually, if any.