Ejemplo n.º 1
0
        public override List <Img> GetImages(string pageString, IWebProxy proxy)
        {
            List <Img> imgs = new List <Img>();

            BooruProcessor nowSession = new BooruProcessor(BooruProcessor.SourceType.JSONSku);

            imgs = nowSession.ProcessPage(Referer, pageString);

            return(imgs);
        }
Ejemplo n.º 2
0
        public override List <Img> GetImages(string pageString, System.Net.IWebProxy proxy)
        {
            BooruProcessor nowSession = new BooruProcessor(srcType);

            return(nowSession.ProcessPage(siteUrl, Url, pageString));
        }