pub fn fetch_page(url: &str) -> Result<(String, String), String>
Fetch a URL and return (markdown_text, domain).