RyanHirsch/partytime

Missing support for text/vtt transcripts

curthipster opened this issue · 2 comments

Noticed this in the output while using this library:

Unexpected transcript type text/vtt
Please open an issue - https://github.com/RyanHirsch/partytime/issues

Here's an example: https://podnews.net/rss

<podcast:transcript url="https://podnews.net/audio/podnews230706.mp3.vtt" type="text/vtt" />
<podcast:transcript url="https://podnews.net/audio/podnews230706.mp3.srt" type="application/srt" />
<podcast:transcript url="https://podnews.net/audio/podnews230706.mp3.srt" type="application/x-subrip" rel="captions" />

Sorry for the delay, addressed with version 4.6.1

@RyanHirsch no worries, thank you!