Closed GoogleCodeExporter closed 8 years ago
This is the code that produces the error.
YouTubeService yts = new YouTubeService("XXXXX", "XXXXX", youTubeDevID);
yts.setUserCredentials("XXXXX", "XXXXX");
YouTubeEntry videoEntry =
(YouTubeEntry)yts.Get("http://gdata.youtube.com/feeds/api/users/wyzant/uploads/X
XXXX?client=XXXXX");
StreamWriter sw2 = new StreamWriter("xxxxx.txt");
videoEntry.Private = false;
videoEntry.SaveToXml(sw2.BaseStream);
sw2.Close();
Original comment by weish...@gmail.com
on 26 Feb 2009 at 12:43
This was accidently fixed when i change the extensionllst code to NOT add null
objects a few days ago. I am
going to incorporate that change anway, as it is the cleaner code.
Checked in today, will be in next release
Original comment by fman...@gmail.com
on 26 Feb 2009 at 9:30
Original issue reported on code.google.com by
weish...@gmail.com
on 26 Feb 2009 at 12:34