Tyrrrz / YoutubeExplode

Abstraction layer over YouTube's internal API
MIT License
2.95k stars 493 forks source link

Closed Captions into Sentences/Paragraphs? #275

Closed GlennIM closed 5 years ago

GlennIM commented 5 years ago

Is there a way or even using a different library that is out there to take all the closed captions from a video and make intelligent sentences and paragraphs from them to use as the basis for an article?

Tyrrrz commented 5 years ago

You can extract closed captions as shown here https://github.com/Tyrrrz/YoutubeExplode#extract-closed-captions.

When it comes to intelligent senteces, well it comes down to what you consider intelligent sentences. You may process the captions in any way you want though.

GlennIM commented 5 years ago

Thanks... Also, using your library, is there a way to get images from youtube videos?

Tyrrrz commented 5 years ago

Which images do you mean? Thumbnails?

GlennIM commented 5 years ago

Yes,,, Thumbnails

Tyrrrz commented 5 years ago

Yes, you can access them on Video.Thumbnails