From f54fc7372941b47b63bdffd607dae9f089cd6f9b Mon Sep 17 00:00:00 2001 From: Benjamin_Loison Date: Wed, 15 Feb 2023 23:55:36 +0100 Subject: [PATCH] Add answer from supervisor to my answer --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index 1fad285..ec7882b 100644 --- a/Home.md +++ b/Home.md @@ -160,6 +160,10 @@ print(shortestVideoId, shortestVideo) +Following my answer my supervisor answered: + +> Thanks for the answer! Long story short, this does seems to answer my question: indeed, there are cases where a search for a string `S` does not prominently return any video containing `S` in the subtitles, but such videos do exist and are not returned. + ## Concerning 20,000 videos limit for YouTube Data API v3 PlaylistItems: list endpoint Could try both (`-i` was required for ignoring errors such as age-restricted videos):