More options on "import site"

Hi,

I’m trying to download the contents of a wiki, and automatically following links is nice except that its also trying to download the wiki in several formats, and its entire history, and diffs between pairs of revisions, just because the links exist.

I could really use a way to apply a regular expression or six, either to say “just download the pages that look like this” or “avoid pages with ? in the name”.

(If this is possible somewhere and I just haven’t seen it, please do let me know :slight_smile: )

Thanks for the suggestion! This isn’t possible right now but you could use AppleScript to retrieve the links, parse/filter them and add the desired ones to the download manager. See commands “get links of” and “add download”.