Skip to content

Releases: adamdehaven/fetchurls

wget --reject-regex

26 Dec 02:04

Choose a tag to compare

Utilizes wget --reject-regex to filter files.

Handle invalid user input

26 Aug 13:41

Choose a tag to compare

Updates the $USER_SAVE_LOCATION and $USER_FILENAME back to the default if the user clears out the value during interactive mode.

Removing spaces from spinner

30 Jul 17:35

Choose a tag to compare

v3.3.1

Removing spaces from spinner

Update grep flows to be case-insensitive

27 Jul 21:30

Choose a tag to compare

v3.3.0

Fix grep to be case-insensitive for redirects

Changing bang to bin/bash

17 Jun 11:27

Choose a tag to compare

v3.2.5

Changing bang to bin/bash. Resolves #13

Check for user settings if non-interactive is set.

07 Dec 14:15

Choose a tag to compare

v3.2.4

Check for user settings if non-interactive is set. Fixes #12.

Fixing line endings

12 Nov 04:12
db4fa74

Choose a tag to compare

v3.2.3

Fixing line endings

Adding --ignore-robots flag

22 Oct 14:18

Choose a tag to compare

  • Added -i, --ignore-robots flag which will ignore the robots.txt file for the domain.

Fixing 3xx HTTP Status Codes

16 Sep 13:36

Choose a tag to compare

Splitting out HTTP status checking, fixing an issue with 3xx status codes.

Adding authentication

08 Aug 19:46

Choose a tag to compare

  • Adding --username and -password flags for URLs requiring authentication. The values get passed to the underlying wget command.
  • Adding --sleep flag to add delay between retrievals.
  • Fixes an issue related to option/flag processing.