public PostItem(TumblRipper2.classes.Generic.Post post, string p) { this.Post = post; this.URL = p; }
public PostItemVideo(TumblRipper2.classes.Generic.Post p, string u) : base(p, u) { }
public PostItemPhoto(TumblRipper2.classes.Generic.Post post, string p, string thumb) : base(post, p) { this.Thumb = thumb; }