Use YouTube Data API v3 to detect which captions need to be downloaded to reduce the workload of yt-dlp
#5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For instance
o8NPllzkFhE
has English auto-generated and not auto-generated captions but also not auto-generated captions for many other languages.Thanks to YouTube Data API v3 Captions: list endpoint which doesn't require OAuth,
https://yt.lemnoslife.com/noKey/captions?part=snippet&videoId=o8NPllzkFhE
returns:
As we completely rely on
yt-dlp
, we don't have to bother with this optimization aspect, at least for the moment.