Only video content in feed

rajen77

New Member
Hello!

I'm having a problem where the Video FeedQuery doesn't list anything or all the feeds. I would like to display only YouTube feed content, not articles. I've already tried the FeedQuery settings I found on the forum, but none of them worked. So far, I've tried this so that only the YouTube feed GUID is included, but it's empty:

Code:
FeedId IN (SELECT FeedId FROM Feed WHERE GUID IN ('c4456bd1974545348dc1f850e7998f09')) AND EnclosureLink is not null AND IsRead=0 AND IsDeleted = 0

Can I find somewhere a precise description of how to program the request? Thank you in advance for your help.
 
Top