Versions in this module Expand all Collapse all v1 v1.0.0 Jul 15, 2024 Changes in this version + const TypeComment + func WrapPhrase(phrase, text string) string + type Comment struct + AvatarFile *url.URL + DataID string + Datetime *time.Time + Position int + Role string + Text string + Type int + Username string + type Entry struct + Comments []Comment + Content []QuestionAnswer + Datetime *time.Time + Fragments []Fragment + Title string + Url *url.URL + Video *url.URL + func NewEntry(url *url.URL) *Entry + func (e *Entry) Parse(resBytes []byte) error + func (e *Entry) SplitIntoChunks(els *goquery.Selection) + func (entry *Entry) FetchData(client *httpclient.HttpClient) error + type Fragment struct + Chunk int + QuestionAnswer string + type QuestionAnswer struct + Answer []string + Question []string