Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的目标是根据关键字搜索在我的网站上显示 YouTube 搜索结果(例如,通过 YouTube API 或使用 youtube.com 的 GoogleCustomSearch),但是当您点击链接时更改它 - 而不是将您重定向到 youtube 视频页面,它将获取链接的 URL 并将其作为变量传输到 PHP 文件。
您可以使用 CURL 命令读取结果页面,并使用正则表达式将链接 url 更改为指向您自己的链接的链接,包装目标 url。
像这样的东西:
http://www.youtube.com/watch?v=XJ87Lsx40PI
把它变成:
http://yoursite.com/youtube.php?XJ87Lsx40PI