我有一些获取 youtube 链接然后获取其缩略图的 php 代码。为此,我正在使用这个:
$str = file_get_contents(youtubelink);
但有时我会收到此错误:
Warning: file_get_contents(https://www.youtube.com/watch?v=urA28s-OGW0): failed to open stream: HTTP request failed! HTTP/1.0 429 Too Many Requests in /home/mps/public_html/ajax/file.php on line 34
是什么导致了这个错误?我怎样才能摆脱它?我可以访问的限制是多少?