Beispiel #1
0
 public SiteBooru(string siteUrl, string tagUrl, string siteName, string shortName, string referer, bool needMinus, MoeLoader.BooruProcessor.SourceType srcType)
 {
     this.siteName = siteName;
     this.siteUrl = siteUrl;
     this.tagUrl = tagUrl;
     this.shortName = shortName;
     this.referer = referer;
     this.needMinus = needMinus;
     this.srcType = srcType;
     //ShowExplicit = false;
 }
Beispiel #2
0
 public SiteBooru(string siteUrl, string tagUrl, string siteName, string shortName, string referer, bool needMinus, MoeLoader.BooruProcessor.SourceType srcType)
 {
     this.siteName  = siteName;
     this.siteUrl   = siteUrl;
     this.tagUrl    = tagUrl;
     this.shortName = shortName;
     this.referer   = referer;
     this.needMinus = needMinus;
     this.srcType   = srcType;
     //ShowExplicit = false;
 }
 public SiteLargeBooru(string siteUrl, string tagUrl, string siteName, string shortName, string referer, bool needMinus, MoeLoader.BooruProcessor.SourceType srcType)
     : base(siteUrl, tagUrl, siteName, shortName, referer, needMinus, srcType)
 {
 }