forked from rho_n/hpr_generator
		
	Add Show Transcript section to episode template
This commit is contained in:
		| @@ -27,6 +27,16 @@ Hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pa | ||||
| 	</header> | ||||
| 	<div><!--% episode.notes %--></div> | ||||
| <footer> | ||||
|  | ||||
| <h2>Show Transcript</h2> | ||||
| <p>Automatically generated using <a href="https://github.com/openai/whisper">whisper</a> | ||||
| <pre><code>whisper --model tiny --language en hpr0010.wav</code></pre></p> | ||||
|  | ||||
| <ul> | ||||
| 	<li>Text: <a href="<!--% media_path(episode.id, episode_type, 'txt', baseurl, media_baseurl) %-->">hpr<!--% zero_pad_left(episode.id) %-->.txt</a></li> | ||||
| 	<li><a href="https://en.wikipedia.org/wiki/WebVTT">WebVTT</a>: <a href="<!--% media_path(episode.id, episode_type, 'vtt', baseurl, media_baseurl) %-->">hpr<!--% zero_pad_left(episode.id) %-->.vtt</a></li> | ||||
| 	<li><a href="https://en.wikipedia.org/wiki/SubRip">SubRip</a>: <a href="<!--% media_path(episode.id, episode_type, 'srt', baseurl, media_baseurl) %-->">hpr<!--% zero_pad_left(episode.id) %-->.srt</a></li> | ||||
| </ul> | ||||
| <!--% listen_now(episode, "hpr", baseurl, media_baseurl) %--> | ||||
| <p> | ||||
| <!--% episode_navigation %--> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user