Use YouTube Data API v3 to detect which captions need to be downloaded to reduce the workload of yt-dlp
#5
Labels
No Label
bug
captions
discussion
enhancement
epic
high priority
low priority
medium
medium priority
quick
security
waiting presentation
website
youtube-operational-api
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Benjamin_Loison/YouTube_captions_search_engine#5
Loading…
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.