Youtube icon indicating copy to clipboard operation
Youtube copied to clipboard

🔥 Laravel PHP Facade/Wrapper for the Youtube Data API

Results 15 Youtube issues
Sort by recently updated
recently updated
newest added

this `$video= Youtube::getVideoInfo('rie-hPVJ7Sw')` returns an error of `Object of class stdClass could not be converted to string` whereas `$video= Youtube::getVideoInfo(['rie-hPVJ7Sw'])` returns correct data, albeit in an array. Should the readme...

The phpdoc states: ``` /** * Decode the response from youtube, extract the list of resource objects * * @param string $apiData response string from youtube * @throws \Exception *...

help wanted

Hi The `getChannelFromURL` function doesn't support the use of custom channel URLS. Links like https://www.youtube.com/c/customname for example. Do you know if there is any easy way around this, or does...

I have imported the `use Alaouy\Youtube\Facades\Youtube;` but still I can't able to see the methods of YouTube class in your repository. Check the image for more detail ![image](https://user-images.githubusercontent.com/15264938/105544860-6bdece80-5d21-11eb-88ce-e639e066b2b5.png) Even if...

Note: Your facade is currently `Youtube` and to be technically correct you'd probably want to change this to `YouTube`. But not required.

**searchChannelVideos** - Is there any factor that causes a YouTube channel to turn empty results here, beyond just not matching the query/keyword? **getVideoInfo** - Not returning any date either for...

# Hello, this package is awesome I was wondering if there is some way to use the [Youtube Live Streaming api](https://developers.google.com/youtube/v3/live/getting-started) with this package. Its possible ?

help wanted

I'm having issues when running in Apache. All of the headers are being added before all of the response JSON, and when the JSON is being decoded here https://github.com/alaouy/Youtube/blob/master/src/Youtube.php#L597 The...

I'm not finding method that allows me to paginate the comments.

help wanted

Im using Youtube::listChannelVideos() to get the list of channel videos, but it also returns the youtube short, is there a way to filter so we can only get videos?