Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this way, you can manually specify the values that these attributes should take when the extraUrls are harvested.

TODO-an example is required in the source gallery that includes the attributes of extraUrls.

 

Code Block
 {
            "display": "Extract each document (re-extracting every 'updateCycle_secs') with the specified title and summary text",
            "web": {
                "extraUrls": [{
                    "description": "Optional",
                    "title": "Page Title",
                    "url": "http://youraddress.com/title.html"
                }],
                "updateCycle_secs": 86400
            }
        }



...