Documentation ¶
Index ¶
- func HTMLToFeed(body io.Reader, feedFormat FeedFormat, options HTMLToFeedOptions) (string, error)
- func SelectText(item *goquery.Selection, selKind SelKind, selCustom string, ...) (string, error)
- func TryParseTime(layout string, value string) time.Time
- func TrySelectText(item *goquery.Selection, selKind SelKind, selCustom string, ...) string
- type FeedFormat
- type HTMLToFeedOptions
- type SelKind
- type SelectTextOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HTMLToFeed ¶
func HTMLToFeed(body io.Reader, feedFormat FeedFormat, options HTMLToFeedOptions) (string, error)
func SelectText ¶
func TrySelectText ¶
Types ¶
type FeedFormat ¶
type FeedFormat string
const ( AtomFeedFormat FeedFormat = "atom" JSONFeedFormat FeedFormat = "json" RSSFeedFormat FeedFormat = "rss" )
type HTMLToFeedOptions ¶
type SelectTextOptions ¶
Click to show internal directories.
Click to hide internal directories.