Documentation
¶
Overview ¶
nHentai-go - A web scraping library for pulling doujinshi from nhentai after the public api was taken down. Provides the ability to search based on keyword, tag or id, with id providing full infomation about the doujinshi.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Doujinshi ¶
type Doujinshi struct { ID string Title string TotalPages int Pages []Page Tags []string URL string MediaID string }
Doujinshi - Information and content from a given id
type SearchResponse ¶
type SearchResponse struct { MaxPage int Results []SearchResult }
SearchResponse - The reponse from a nhentai search query
Click to show internal directories.
Click to hide internal directories.