{
  "url": "https://www.python.org/downloads/windows/",
  "find": "a[href^='/downloads/release/']",
  "then": [
    {
      "find": "a[href$='.exe']",
      "filenameMode": ["urlBasename"],
      "directory": "%tmpdir%"
    },
    {
      "find": "a[href$='.zip']",
      "findIndex": 1,
      "filenameMode": ["urlBasename"],
      "directory": "%tmpdir%"
    }
  ]
}
