UCL / kapta-mobile

Progressive Web App enabling users to generate maps from WhatsApp chats
Apache License 2.0
0 stars 1 forks source link

Prevent youtube showing suggestions with tutorial videos #70

Closed tcouch closed 1 week ago

tcouch commented 2 weeks ago

According to the docs this can be controlled by adding rel=0 as a query parameter in the src url:

if the rel parameter is set to 0, related videos will come from the same channel as the video that was just played

We might also want to add an autoplay=1 query parameter to make the tutorial play automatically (saving users the extra tap/click)