You sure using the latest version?
I get the following output:
var tweet = Tweet.GetTweet(448927844979056641L); var urls = tweet.Media.Select(m => m.MediaURL); foreach (var url in urls) { Debug.WriteLine(url); }
http://pbs.twimg.com/media/BjrpfXkCYAABiD-.jpg
http://pbs.twimg.com/media/BjrpftmCYAAioCt.jpg
http://pbs.twimg.com/media/BjrpftGCEAETu1a.jpg
http://pbs.twimg.com/media/Bjrpfr9CIAAKEYF.jpg
imlokesh