We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#deleted? exists on Video. But appears to only be accessible if you have proper auth on the Video object itself.
#deleted?
Video
Say you have a Playlist, and you want to do something with each item. You'll get a request error if the Video on a PlaylistItem is deleted.
Playlist
PlaylistItem
But you can't call playlist_item.video.deleted?, you'll just get this error instead:
playlist_item.video.deleted?
Yt::Errors::NoItems: A request to YouTube API returned no items but some were expected
The text was updated successfully, but these errors were encountered:
Thank you for reporting @Riveascore
Sorry, something went wrong.
No branches or pull requests
#deleted?
exists onVideo
.But appears to only be accessible if you have proper auth on the Video object itself.
Say you have a
Playlist
, and you want to do something with each item.You'll get a request error if the
Video
on aPlaylistItem
is deleted.But you can't call
playlist_item.video.deleted?
, you'll just get this error instead:The text was updated successfully, but these errors were encountered: