C# (CSharp) booruReader.Model.Site_Parsers Namespace

Classes

Name Description
JSONParser
SankakuParser Sankaku's APIs are either non-functional, unsupported, or require accounts. So the fallback is to parse HTML. The following is an actual sample HTML tag for an image thumbnail, as of 2015/04/13: (massaged for readability) Note the thumbnail URL (preview src), Tags / Rating / etc in the title, and post id. To get the full-size image URL it is necessary to follow the href link. In the example above, that would be "http://c.sankakucomplex.com/post/show/4541203". That page must then be parsed to get the actual full-size image URL. TODO KBR 20150413 Sankaku pools can be accessed via https://chan.sankakucomplex.com/pool/index.xml
XMLParser