for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ZanySoft\LaravelSerpApi\Lib;
use ZanySoft\LaravelSerpApi\Exceptions\SerpApiSearchException;
/**
* YouTube search
*/
class YouTubeSearch extends SerpApiSearch
{
public function __construct($api_key = null)
parent::__construct($api_key, 'youtube');
}
/* * *
* Method is not supported.
public function get_location($q, $limit)
throw new SerpApiSearchException("location is not currently supported by YouTube");