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.
我想从 liveleak.com 获取视频的缩略图。
从 Youtube 获取图像时,我只是这样做:
http://img.youtube.com/vi/HwP5NG-3e8I/2.jpg
知道如何为 liveleak.com 做些什么吗?
不幸的是,似乎没有像 youtube 那样容易标准化的 URL,但是如果您可以调用视频页面,则可以相当容易地刮出图像。<script>页面上有一个调用jwplayer函数的标签。此函数使用具有image属性的对象进行初始化。您可以将此值用作缩略图。
<script>
jwplayer
image
它仍然需要抓取页面,但标题中的 meta og:image 标签也指向缩略图。