Thanks!
Comments: ** Comment from web user: tcap479 **
I can't answer that, because I don't know how YouTube determines which videos to provide to NodeXL. I used to direct such questions to the YouTube API Developer Forum ( https://groups.google.com/forum/#!forum/youtube-api-gdata ) where YouTube programmers could provide more definitive answers, but it looks like that forum has been discontinued.
I did find a few possibly relevant facts at https://developers.google.com/youtube/2.0/reference, however:
"Private, pending and rejected videos would not appear in a response to an unauthorized API request or a request for videos uploaded by someone other than the currently authenticated user."
Translation: Are any of your missing videos private?
"The API returns a videos feed in response to a request to search for videos. A videos feed contains a maximum of 999 entries."
Translation: Are you expecting more than 999 videos in the network? If so, you won't get them all.
-- Tony