php-youtube-api
php-youtube-api copied to clipboard
PHP wrapper for the Youtube Data API v3 ( Non-OAuth )
Youtube.php:429 change: ``` if (strpos($youtube_url, 'youtube.com')) { ``` to ``` if (strpos($youtube_url, 'youtube.com') !== false) { ``` same here: Youtube.php:437
vendor/madcoda/php-youtube-api/src/Youtube.php:582 `'resultsPerPage' => $resObj->pageInfo->resultsPerPage, `
I was wondering if there is some way to use the Youtube Live Streaming api with this package. Is it possible ?
This library has everything I am looking for, however, would it be possible to support passing parts as an optional parameter? I ask because I only would need the `snippet`...
I've got this error: Exception' with message 'Curl Error : SSL certificate problem: unable to get local issuer certificate Please advise. Thanks.
While it is a namespace and should be `new \Madcoda\YouTube\YouTube()` as per PSR-4, it is in fact just `new \Madcoda\YouTube()`
Uncaught Exception: Curl Error : SSL certificate problem: unable to get local issuer certificate in
I guess the problem with SSL certificate ... I was digging deep about that on Open world . Devs were saying to do something like this : curl_setopt($tuCurl, CURLOPT_SSL_VERIFYPEER, false);...
Will probably need changing to meet code style of library Could do with metadata added to returned array As such, unsure how a test would look like
How to get videos from playlist ID and order by published data DESC?
how to get mostpopular video.list, seems like in your source code no method that accept params in video.list