Documentation ¶
Overview ¶
Package hvdb provides a Go API for accessing HVDB information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Work ¶
type Work struct { RJCode dlsite.RJCode Title string EnglishTitle string Circle string Tags []string CVs []string SFW bool }
Work holds information about a work. If information for a field is missing, it will be the zero value.
func Fetch ¶
Fetch fetches the Work by parsing the corresponding HVDB page. Errors from the HTTP request or from parsing the HTML of the page are returned, but errors from parsing specific information from the page are not returned. Not all fields will be present for all works.
Click to show internal directories.
Click to hide internal directories.