Skip to content

STRockefeller/narou-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

narou-crawler

A command-line tool for downloading Narou-family web novels as plain text files.

Supported sites:

Installation

Install with the full module path:

go install github.com/STRockefeller/narou-crawler/cmd/narou-crawler@latest

You can also install from the repository root during local development:

go install github.com/STRockefeller/narou-crawler/cmd/narou-crawler

After installation:

narou-crawler https://ncode.syosetu.com/n7678ma/

Usage

narou-crawler [-o output_dir] <index_url>

Example:

narou-crawler -o ./downloads https://ncode.syosetu.com/n7678ma/

Behavior

  • Creates a folder named after the novel title.
  • Downloads each chapter as a separate .txt file.
  • Saves files as NNN_chapter-title.txt, for example 001_Prologue.txt.
  • If the output folder already exists, scans existing chapter files and downloads only missing chapters.

About

A command-line tool for downloading Narou-family web novels as plain text files.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages