Documentation
¶
Index ¶
Constants ¶
View Source
const ( UserAgent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36" Encoding = "Shift-JIS" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Article ¶
type Article struct { Selection *goquery.Selection ID uint32 Name string Date *time.Time UID string Text string AnchorArticleIDs []uint32 IsOver1000 bool }
func NewArticle ¶
func (*Article) LoadArticle ¶
Click to show internal directories.
Click to hide internal directories.