获取youtube动画缩略图

编程入门 行业动态 更新时间:2024-10-23 11:32:14
本文介绍了获取youtube动画缩略图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

是否可以将youtube动画缩略图嵌入到我的网站中?我说的不是静态缩略图,而是看起来像大约3秒钟的动画.gif的缩略图.

Is there a way to embed the animated thumbnail from youtube in my website? I am not talking about the static thumbnail but the one that looks like an animated .gif of about 3 seconds.

推荐答案

截至2019年6月:

1.获取静态缩略图非常简单

  • 它们通过YouTube API公开,甚至更好,它们遵循非常简单统一的URL结构(更多详细信息此处获取YouTube视频缩略图).

2.有限数量的浏览器支持Youtube的动画缩略图.

  • 显然,台式机浏览器是Chrome和Opera(源)
  • 缩略图(btw)采用 WebP 图像格式,它具有更宽的浏览器支持.
  • Apparently, desktop browsers Chrome and Opera (source)
  • The thumbnails, btw, are in WebP image format, which has a wider browser support.

3.为有限数量的视频获取动画缩略图是相对容易的.

例如,您可以在浏览器开发工具中检查网络活动(有关 Chrome ).

You can, for example, inspect the network activity in your browser dev tools (more details for Chrome).

在网络面板打开的情况下,访问包含所需视频的页面列表,清除网络活动(您也可以选择"Img"以仅显示与图像有关的活动),然后将鼠标悬停在所需视频上.然后,只需右键单击所需的资源并复制网址即可.

With the network panel open, visit a page listing that includes the desired video, clear the network activity (you can also select 'Img' to display only activity related to images) and hover the desired video. Then just right click on the desired resource and copy the url.

如果图像有帮助...

In case an image helps...

动画缩略图的网址如下:

The urls of the animated thumbnails look like the following:

i.ytimg/an_webp/zdOmNiXvM3w/mqdefault_6s.webp?du=3000&sqp=CPDloOgF&rs=AOn4CLD9rYflZAMK6qBIbYJDoQZLk9UARw

4.据我所知,目前尚无法以编程方式(没有网络抓取)获取动画缩略图

  • 换句话说,给定视频ID,当前无法通过API或定义的URL模式获得动画缩略图URL.

PS ::希望有人能证明我在第4点上错了,以下是这些URL的一些示例:

PS.: Hoping that somebody can prove me wrong on point #4, here are a few examples of those URLs:

i.ytimg/an_webp/zdOmNiXvM3w/mqdefault_6s.webp?du=3000&sqp=CPDloOgF&rs=AOn4CLD9rYflZAMK6qBIbYJDoQZLk9UARw

i.ytimg/an_webp/oIIDZq4nZpo/mqdefault_6s.webp?du=3000&sqp=CLyqoegF&rs=AOn4CLD9DyqMoxBTiOPTUX8FQJmUfiu8NA

i.ytimg/an_webp/X9tU8ybzcFs/mqdefault_6s.webp?du=3000&sqp=CLHroOgF&rs=AOn4CLAX8j6uWUko_54aPJLwkbAe_cUR3w

更改视频ID或其他参数不会返回有效的缩略图.

Changing the video ID or other parameters does not return a valid thumbnail.

更多推荐

获取youtube动画缩略图

本文发布于:2023-06-04 19:11:21,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/503390.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:缩略图   动画   youtube

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!