sealedtx / java-youtube-downloader

Simple, almost zero-dependency java parser for retrieving youtube video metadata
Other
426 stars 116 forks source link

Add a way to get subtitles and pass them to java (it doesn't matter if they have timing) #31

Closed Dreaming-Codes closed 4 years ago

Dreaming-Codes commented 4 years ago

Add a way to get subtitles and pass them to java (it doesn't matter if they have timing)

sealedtx commented 4 years ago

@Dreaming-Codes Do you know how youtube provides subtitles?

Dreaming-Codes commented 4 years ago

Nope but you can read how YouTube DL do

Il mar 21 lug 2020, 12:46 Igor Kiulian notifications@github.com ha scritto:

@Dreaming-Codes https://github.com/Dreaming-Codes Do you know how youtube provides subtitles?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sealedtx/java-youtube-downloader/issues/31#issuecomment-661782386, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPLOHQE4PJWPYHU5MT5KKDR4VWZVANCNFSM4PDLJ4AA .

xibr commented 4 years ago

@sealedtx check this YoutubeStreamExtractor.java , It may help you to know how subtitles are extracted from YouTube.