You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlisted, private, and deleted videos are currently treated the same (with a "Manual verification required" message next to them). Instead, use the https://www.googleapis.com/youtube/v3/videos endpoint to determine the status of the video. If it is unlisted, ignore it for the videosEmbeddedOrLinkedNeedCaptions error and instead modify the videoUnlistedOrNotFound error in #255 to be a suggestion.
The text was updated successfully, but these errors were encountered:
Unlisted, private, and deleted videos are currently treated the same (with a "Manual verification required" message next to them). Instead, use the
https://www.googleapis.com/youtube/v3/videos
endpoint to determine thestatus
of the video. If it isunlisted
, ignore it for thevideosEmbeddedOrLinkedNeedCaptions
error and instead modify thevideoUnlistedOrNotFound
error in #255 to be a suggestion.The text was updated successfully, but these errors were encountered: