How to remove a video from feed using Youtube API? - youtube-api

Using the YouTube Data API v3, is there a way to remove a video from my feed?
Reading through the docs, I didn't see anything on the Video resource that could match what I'm looking for.

The reason you didn't find any is there's no support for this feature yet.

Related

How to set a YouTube playlist as an "official series playlist" using the YouTube API?

I would like to be able to set a YouTube playlist as an "official series playlist" using the YouTube API, but I can't seem to find the configuration property in the YouTube documentation. Is this even possible?
This is the setting I'd like to control via API:
I am currently looking at the documentation on this page, but I can't find anything related to series playlisting! What am I missing?
https://developers.google.com/youtube/v3/docs/playlists#resource
Thanks!

How to limit comments through youtube data api v3

Im looking for method of Youtube data Api V3 in: https://developers.google.com/youtube/v3/docs/videos
I want to prohibit comments on my youtube videos. But It seems to be no method like that. is there any way how to limit video comments?
Looks like disabling comments from YouTube Data API v3 doesn't work right. now and they removed the feature. There is a bug reported on it over here.

Setting first three recommended videos in youtube

I would like to know if there is anyway I can set the first three videos to be shown as recommended videos for a particular video feed using youtube api.
That's not something that you can control using the YouTube API. There are no plans that I'm aware of to add in that functionality.

How to fetch featured videos using the YouTube API v3?

I use some standard feeds of YouTube API v2 like:
http://gdata.youtube.com/feeds/api/standardfeeds/recently_featured
http://gdata.youtube.com/feeds/api/standardfeeds/most_viewed_Music?time=today&v=2
Now, I want to switch to API v3, I have read the doc here: https://developers.google.com/youtube/v3/docs/
There are many resources types and methods, but it seems none is correspond to the old v2 standard feeds, is there any solution for the job ?
You can use videoCategories and guideCategories for that.
Here's the full blog.
GDL video.

Is it possible to apply videoStabilize to YouTube videos through the V3 API?

I noticed in the V3 API under Parameters there is a parameter called: suggestions.editorSuggestions[].
One of the items it takes is videoStabilize – The video appears shaky and could be stabilized.
Would this actually stabilize the video through the API or just offer it as a suggestion to the video owner? If the latter is there a way to stabilize through the API?
At the moment, the API response will offer that suggestion, but not let you act on it.
That being said... this upcoming Google I/O session is relevant to your question.

Resources