ruuk / script.module.youtube.dl

⛔️ DEPRECATED: Access to youtube-dl stream extraction in an XBMC module
GNU General Public License v2.0
39 stars 40 forks source link

Add support for youtube subtitle. #11

Open mac1202 opened 8 years ago

mac1202 commented 8 years ago

youtube subtitle are not embedded within the video. They are external vtt files and you have to invoke the youtube-dl program with the "--write-srt" option to detect and download them and i wonder if there is a way for you addon to pass this subtitle files to kodi ?

Forage commented 5 years ago

I would love to see support for this as well. Being able to provide a separate subtitle URL, either stored with the same video file or next to it.