owenvoke / youtube-dl-php

A quick and easy YouTube downloader/parser written in PHP.
MIT License
53 stars 9 forks source link

Download subtitles #13

Open garry911 opened 5 years ago

garry911 commented 5 years ago

Hi . The script is amazingly running . but the problem is the downloading the xml link to srt . how can i download the subtitles using the link to srt format . little help is much appreciable . Thanks .

owenvoke commented 5 years ago

Hi @garry911, I haven't downloaded subtitles for a video before with this script.

Would you mind providing a link that you are trying to get subtitles for, and I'd be happy to test it and investigate this?

I may be able to add a convenience helper method such as: $video->getSubtitles() or something.