Benjamin-Loison / YouTube-operational-API

YouTube operational API works when YouTube Data API v3 fails.
394 stars 48 forks source link

Get video endscreen cards #93

Open Benjamin-Loison opened 1 year ago

Benjamin-Loison commented 1 year ago

Related StackOverflow questions 1. and 2..

OP mentioned the video gKewWjgkL7o.

Goal: https://yt.lemnoslife.com/videos?part=endscreen&id=gKewWjgkL7o

WIP: view-source:http://localhost/YouTube-operational-API/videos?part=endscreen&id=gKewWjgkL7o

See from YouTube Studio point of view do have an exhaustive support and to remove uninteresting fields.

End screen editable at: https://studio.youtube.com/video/VIDEO_ID/edit

Can add an end screen only for videos longer than 25 seconds, so can work with FliCdfxdtTI.

However there seem we can add multiple:

Screenshot from 2022-12-10 15-02-49

Benjamin-Loison commented 1 year ago

This Stack Overflow question would also be interested in updating end screen cards automatically.