Preparing search index...

    Options for scraping a recipe.

    interface ScrapeOptions {
        wildMode?: boolean;
    }
    Index

    Properties

    Properties

    wildMode?: boolean

    If true (default), attempt to scrape unsupported sites using schema.org. Disable for stricter scraping that only works on known sites.