Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatArticle ¶
FormatArticle formats the extracted article as markdown with metadata
func StripImages ¶
StripImages removes all markdown image references from content
func ToMarkdown ¶
ToMarkdown converts HTML content to GitHub Flavored Markdown
Types ¶
type PageResult ¶
PageResult contains the fetched page data
func FetchPage ¶
func FetchPage(url string, timeout time.Duration) (*PageResult, error)
FetchPage loads a URL using Chrome with the user's profile for authentication
func FetchPageHTTP ¶
func FetchPageHTTP(url string, timeout time.Duration) (*PageResult, error)
FetchPageHTTP fetches a page using simple HTTP (no JavaScript execution)
Click to show internal directories.
Click to hide internal directories.