Closed numairawan closed 1 year ago
I added the few functions to get the caption links according to my need. I also want to add caption formats but later.
$downloadOptions = $youtube->getDownloadLinks("https://www.youtube.com/watch?v=aqz-KE-bpKQ"); $captions = $downloadOptions->getAllCaptions();
I added the few functions to get the caption links according to my need. I also want to add caption formats but later.