Hello Take a closer look at the produced request after you've pressed "Fetch Now". Everything that wwwoffle does while recursive fetching (with depth >= 1) is: Find links (<a href=>) in current HTML file. Compare the beginning of the link target with whole url= parameter from request. If they does match, produce new refresh request for that target with one less depth and same options. Otherwise forget that link.
Images and the like are always fetched (if you didn't turn them off), even in depth of 0 (this URL only). Juraj
