RyanHirsch / partytime

9 stars 5 forks source link

Missing support for text/vtt transcripts #32

Closed curthipster closed 1 year ago

curthipster commented 1 year ago

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" />
RyanHirsch commented 1 year ago

Sorry for the delay, addressed with version 4.6.1

curthipster commented 1 year ago

@RyanHirsch no worries, thank you!