# Functions
CloseBrowser closes the browser.
ClosePlaywright closes the browser and stops Playwright.
ExtractContentWithCSS extracts content from HTML using a CSS selector.
FetchWebpageContent retrieves the content of a webpage using Playwright.
InitBrowser initializes the browser.
InitPlaywright initializes Playwright and launches the browser.
ProcessHTMLContent converts HTML content to Markdown.
No description provided by the author
SetupLogger initializes the logger based on the verbose flag.
# Structs
Config holds the scraper configuration.
PathOverride holds path-specific overrides.
ScrapeConfig holds the scraping-specific configuration.
SiteConfig holds configuration for a single site.
URLConfig holds configuration for a single URL.