Task #84483
closedRespect alternative fallback for 16:9 youtube preview image
100%
Description
Scenario:
User add a youtube video via file list. Example: https://www.youtube.com/watch?v=ew6_lYiGWo4
Current state:
The YouTubeHelper get the preview image via "maxresdefault.jpg" (16:9 or 1280x720) If this image isn't available (404 code) the fallback is the 0.jpg (4:3 or 480x360) But maxresimage isn't available for all videos " This image size is available for some videos and other resources that refer to videos, like playlist items or search results."
Possible workaround:
To respect another 16:9 format source, we could add another fallback before "0.jpg": "mqdefault.jpg" (320x180)
- Video MaxRes Image: https://img.youtube.com/vi/ew6_lYiGWo4/maxresdefault.jpg
- Video Medium Image: https://img.youtube.com/vi/ew6_lYiGWo4/mqdefault.jpg
- Video Default Image: https://img.youtube.com/vi/ew6_lYiGWo4/0.jpg
- YouTube Doc: https://developers.google.com/youtube/v3/docs/thumbnails
Further discussion:
https://stackoverflow.com/questions/34763547/youtube-maxresdefault-thumbnails
Releases: master, 8.7
Updated by Guido S. over 6 years ago
- Assignee set to Guido S.
- Complexity set to no-brainer
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56371
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56371
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56420
Updated by Guido S. over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 591fd6507a7151deeeb4dde60b8f72528d7501ef.