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 仅从一个 youtube 链接(在本例中为:http ://www.youtube.com/watch?v=IpBNr-oNT1g )。我认为这将使用 PHP 完成,但是如何?
谢谢!
http://itwigle.com/twig/Capturing_video_thumbnails_with_PHP
这是你要找的吗?