Yeah, they are URLs all thrown together into the one RSS feed. However, since this section of the app is a constantly refreshing (OK, not constantly, but new content is added at least once a day) RSS feed, doesn't that mean that I need to keep the thumbnails with their respective videos? That is, I can't just slap in thumbnail 1's URL in row 1 because eventually the video in row 1 will be in row 2 and so on and so forth. markj's example seems to be dealing with just images, so would that not cause it to not work in my implementation? So I need to somehow use an object/key (like I have for the title, link, and description) to keep everything working as it should? If not, how do I get it so that I may just pull the thumbnails?
That said, perhaps I am not analyzing the situation correctly. As I mentioned, this is my first real app ready for submission, so I could easily be wrong and you could totally be right.
Sorry for all of the questions, but as you can tell, I'm a little lost on this and have already dedicated a few days to this whole thing.