chez-grater-0.0.4: Parse and scrape recipe blogs
Safe HaskellNone
LanguageHaskell2010

Chez.Grater.Scraper

Documentation

scrape :: (ScrapedRecipeName -> a) -> ([ScrapedIngredient] -> Either Text [b]) -> ([ScrapedStep] -> Either Text [c]) -> Scrapers -> Manager -> URI -> IO (a, [b], [c], ScrapeMetaWrapper) Source #