Releases: icy/google-group-crawler
Releases · icy/google-group-crawler
Version 2.0.0 with curl instead of wget
v1.2.2: New version with minor updates
Changes since v1.2.1
- Loop detection: #24.
- Add test cases.
- Update documentation (Cookie issue.)
- Minor code improvements.
v1.2.1 with minor bug fixes and improvements
Version 1.2.0 with private group support
Version 1.2.0 supports private group
Changes since v1.0.1:
- Drop the use of
lynxprogram.wgethandles all download now. - Accept
_WGET_OPTIONSenvironment to controlwgetcommands. - Can work with private groups thanks to
_WGET_OPTIONSenvironment. - Rename script (
craw.shbecomescrawler.sh.) - Output important variables to the output script.
- Update documentation (
README.md.)