-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thumbnail support for PeerTube #28419
Thumbnail support for PeerTube #28419
Comments
Thank you for that fix, although there is one more thing I'd like you to change here. |
* https://github.com/ytdl-org/youtube-dl: [pinterest] reduce the number of HLS format requests [peertube] improve thumbnail extraction(closes ytdl-org#28419) [tver] improve title extraction(closes ytdl-org#28418) [fujitv] fix HLS formats extension(closes ytdl-org#28416)
Checklist
Description
I would like to have support for downloading and embedding thumbnails for videos on PeerTube instances.
In the HTML of the site in the
<head>
there are three<meta>
tagsproperty="image"
property="og:image"
property="twitter:image"
each has a
content
attribute that contains the thumbnail url.I have checked multiple PeerTube instances and this seems to be the case for all of them.
So for example this video would have the tag
<meta property="image" content="https://gegenstimme.tv/lazy-static/previews/77b5b0ea-eca1-465e-a6bd-c96dfa11ded7.jpg" />
The text was updated successfully, but these errors were encountered: