Closed arjayads closed 6 years ago
Returns a list of categories that can be associated with YouTube videos: https://developers.google.com/youtube/v3/docs/videoCategories/list
@arjayads you can retrieve the categories like this :
$categories = Youtube::getCategories('US', ['snippet']);
https://github.com/alaouy/Youtube/blob/master/src/Youtube.php#L72
Thank you very much
Returns a list of categories that can be associated with YouTube videos: https://developers.google.com/youtube/v3/docs/videoCategories/list