Scrape transcript of a youtube video with simple python code

--

In this short article we will see how we can easily fetch youtube video transcripts with datakund. Here are the steps with code:-

  1. Install datakund
pip install datakund

2. Import datakund

from datakund.datakund import *

3. Fetch transcript of a video

--

--