- Drop the use of
lynx
program.wget
handles all download now. - Accept
_WGET_OPTIONS
environment to controlwget
commands. - Can work with private groups thanks to
_WGET_OPTIONS
environment. - Rename script (
craw.sh
becomescrawler.sh
.) - Output important variables to the output script.
- Update documentation (
README.md
.)
- Provide fancy agent to
wget
andlynx
command. - Fix wrong URL of
rss
feed. - Use
set -u
to avoid unbound variable. - Fix display charset of
lynx
program. See #3.
- The first public version.