Low commit activity in last 3 years
No release in over a year
Makes it easier to digest a Youtube video by reading the transcript.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.7, >= 0.7.2
~> 0.8, >= 0.8.7
~> 0.3, >= 0.3.0
~> 0.1, >= 0.1.0
 Project Readme

Introducing the YouTube_transcript2020 gem

require 'youtube_transcript2020'

id = 'tlFGOSEI_lo'

yt = YoutubeTranscript2020.new(id)
yt.to_s
File.write '/tmp/selfhelp.html', yt.to_html

In the above example the transcript from a YouTube video is fetched and saved to an HTML file for viewing alongside the embedded video.

Resources

transcript youtube video gem