A command-line tool for downloading Narou-family web novels as plain text files.
Supported sites:
Install with the full module path:
go install github.com/STRockefeller/narou-crawler/cmd/narou-crawler@latestYou can also install from the repository root during local development:
go install github.com/STRockefeller/narou-crawler/cmd/narou-crawlerAfter installation:
narou-crawler https://ncode.syosetu.com/n7678ma/narou-crawler [-o output_dir] <index_url>Example:
narou-crawler -o ./downloads https://ncode.syosetu.com/n7678ma/- Creates a folder named after the novel title.
- Downloads each chapter as a separate
.txtfile. - Saves files as
NNN_chapter-title.txt, for example001_Prologue.txt. - If the output folder already exists, scans existing chapter files and downloads only missing chapters.