static L snippetsFromHTML(S url) { S html = loadPage(url); ret snippetsFromLoadedHTML(html); }