2

我有一些获取 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

是什么导致了这个错误?我怎样才能摆脱它?我可以访问的限制是多少?

4

1 回答 1

4

他们可能会阻止你。他们有一个 API 可以使用,https://developers.google.com/youtube/v3/

于 2015-03-07T19:22:19.593 回答