I currently have a basic command setup to pull the latest youtube video from a channel. https://blog.decicus.com/custom-apis/#youtube_latest_video (https://decapi.me/youtube/latest_video?user=ChannelName) Is there a way to exclude vods from live streams from getting pulled?
Command for Latest Youtube Video Without LIVE Vods
1 reply
Hey @Tiny Dragon!
I'm afraid you can't, this is due to how YouTube designed their feed: VODs are like regular videos.
However, as the documentation of the API shows, you can skip some amount of videos.
I guess one solution would be to make VODs unlisted, and then make a public playlist of them so people can still access them if they're looking for it, and that way VODs won't be part of the videos feed.