YouTube Subtitle Text Search

subtitlestext;youtube

If I have a list of YouTube video URLs, how do I search text strings in the English subtitles?

The automatically generated subtitles should be used if possible: use human subtitles if they are available.

Best Answer

to mass-download subtitles:

youtube-dl.exe -o %%(autonumber)s-%%(title)s.%%(ext)s --all-subs -a feed.txt

  • in a folder where you downloaded youtube-dl.exe create text file feed.txt with content like:

https://www.youtube.com/watch?v=nsnyl8llfH4
https://www.youtube.com/watch?v=66OpdgDgjBQ
https://www.youtube.com/watch?v=gB9n2gHsHN4

  • run/execute BATCH.cmd by double-clicking
  • wait until cmd window closes (it can take a time - depends on your internet speed)