Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipu-bd/lightnovel-crawler
Generate and download e-books from online sources.
https://github.com/dipu-bd/lightnovel-crawler
console-app discord kindle-books lightnovel lightnovel-crawler python telegram termux web-scraper
Last synced: about 12 hours ago
JSON representation
Generate and download e-books from online sources.
- Host: GitHub
- URL: https://github.com/dipu-bd/lightnovel-crawler
- Owner: dipu-bd
- License: gpl-3.0
- Created: 2018-01-17T11:23:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T11:37:21.000Z (3 months ago)
- Last Synced: 2024-10-29T15:09:42.917Z (3 months ago)
- Topics: console-app, discord, kindle-books, lightnovel, lightnovel-crawler, python, telegram, termux, web-scraper
- Language: Python
- Homepage: https://pypi.org/project/lightnovel-crawler/
- Size: 31.7 MB
- Stars: 1,476
- Watchers: 41
- Forks: 291
- Open Issues: 363
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Lightnovel Crawler
[![download win](https://img.shields.io/badge/download-lncrawl.exe-red?logo=windows&style=for-the-badge)](https://rebrand.ly/lncrawl)
[![download linux]()](https://rebrand.ly/lncrawl-linux)
[![Discord](https://img.shields.io/discord/578550900231110656?logo=discord&label=discord&style=for-the-badge)](https://discord.gg/wMECG2Q)
[![PyPI version](https://img.shields.io/pypi/v/lightnovel-crawler.svg?logo=python)](https://pypi.org/project/lightnovel-crawler)
[![Python version](https://img.shields.io/pypi/pyversions/lightnovel-crawler.svg)](https://pypi.org/project/lightnovel-crawler)
[![Downloads](https://pepy.tech/badge/lightnovel-crawler)](https://pepy.tech/project/lightnovel-crawler)
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/dipu-bd/lightnovel-crawler/blob/master/LICENSE)
[![Build and Publish](https://github.com/dipu-bd/lightnovel-crawler/actions/workflows/release.yml/badge.svg)](https://github.com/dipu-bd/lightnovel-crawler/actions/workflows/release.yml)An app to download novels from online sources and generate e-books.
> **Discord: [https://discord.gg/wMECG2Q](https://discord.gg/wMECG2Q)**
> **Telegram: [https://t.me/epub_smelter_bot](https://t.me/epub_smelter_bot)**
## Table of contents
- [Lightnovel Crawler](#lightnovel-crawler)
- [Table of contents](#table-of-contents)
- [Installation](#installation)
- [Standalone Bundle (Windows, Linux)](#standalone-bundle-windows-linux)
- [PIP (Windows, Mac, and Linux)](#pip-windows-mac-and-linux)
- [PIP (Directly from GitHub)](#pip-directly-from-github)
- [Docker](#docker)
- [Termux (Android)](#termux-android)
- [Chatbots](#chatbots)
- [Discord](#discord)
- [Telegram](#telegram)
- [Heroku Deployment](#heroku-deployment)
- [Running from source](#running-from-source)
- [Running the Bots](#running-the-bots)
- [General Usage](#general-usage)
- [Available options](#available-options)
- [Example Usage](#example-usage)
- [Additional Help](#additional-help)
- [Login to **www.wuxiaworld.com**](#login-to-wwwwuxiaworldcom)
- [Development](#development)
- [Adding new source](#adding-new-source)
- [Adding new Bot](#adding-new-bot)
- [Supported sources](#supported-sources)
- [Rejected sources](#rejected-sources)
- [Supported output formats](#supported-output-formats)## Installation
**This application uses _Calibre_ to convert ebooks.**
**Install it from https://calibre-ebook.com/download**
Without it, you will only get output in epub, text, and web formats.**For macOS, you need to manually add the path to Calibre.**
Before starting lncrawl, use the command:
```bash
$ export PATH="$PATH:/Applications/calibre.app/Contents/MacOS"
```
If you used a folder other than Applications during installation, replace `/Applications/` with your path to Calibre.### Standalone Bundle (Windows, Linux)
⏬ **Windows**: [lncrawl.exe ~ 25MB](https://rebrand.ly/lncrawl)
> In Windows 8, 10 or later versions, it might say that `lncrawl.exe` is not safe to dowload or execute. You should bypass/ignore this security check to execute this program.
⏬ **Linux**: [lncrawl ~ 30MB](https://rebrand.ly/lncrawl-linux)
> It is recommended to install via **pip** if you are on Linux
⏬ _To get older versions visit the [Releases page](https://github.com/dipu-bd/lightnovel-crawler/releases)_
### PIP (Windows, Mac, and Linux)
📦 A python package named `lightnovel-crawler` is available at [pypi](https://pypi.org/project/lightnovel-crawler).
> Make sure you have installed **Python v3.8** or higher and have **pip** enabled. Visit these links to install python with pip in [Windows](https://stackoverflow.com/a/44437176/1583052), [Linux](https://stackoverflow.com/a/51799221/1583052) and [MacOS](https://itsevans.com/install-pip-osx/). Feel free to ask on the Discord server if you are stuck.
To install this app or to update installed one via `pip`, just run:
```bash
$ pip install -U lightnovel-crawler
```In some cases you have to use `python3 -m pip` or `pip3` or `python -m pip`. And you do not need `--user` option, if you are running from root.
Next, open your terminal and enter:
```
$ lncrawl
```> To view extra logs, use: `lncrawl -lll`
If you want to get the cutting-edge (sometimes unstable) from the `dev` branch, you can get it by:
### PIP (Directly from GitHub)
The `master` branch contains the latest stable code. If you can not wait for it to be released in the PyPi, you can get it like this:
```
$ pip install -U git+https://github.com/dipu-bd/lightnovel-crawler.git#egg=lightnovel-crawler
```The `dev` branch contains cutting-edge, sometimes unstable changes. To install it:
```
$ pip install -U https://github.com/dipu-bd/lightnovel-crawler/tarball/refs/heads/dev#egg=lightnovel-crawler
```### Docker
Docker is a convenient way to run it anywhere.
- First clone the project.
```
$ git clone https://github.com/dipu-bd/lightnovel-crawler
```- Build docker:
```
$ cd lightnovel-crawler
$ docker build -t lncrawl -f ./scripts/Dockerfile .
```- Run commands using docker:
```
$ mkdir ~/Lightnovels
$ docker run -v ~/Lightnovels:/home/appuser/app/Lightnovels -it lncrawl
```> You can setup _alias_ to the above command in your terminal's profile to run using single a single-word command.
### Termux (Android)
> Please read before proceeding:
>
> - It is not guaranteed that the app will run smoothly in all devices.
> - It may take a long time to install depending on your mobile processor.
> - It is recommended to use the bots on either Discord or Telegram if you are on mobile.📱 Using Termux, you can run this app in your android phones too. Follow this instructions:
- Install [Termux](https://play.google.com/store/apps/details?id=com.termux) from playstore.
- Open the app and run these commands one by one:
- `pkg upgrade`
- `pkg install python libxml2 libxslt libjpeg-turbo rust python-lxml python-grpcio`
- `pip install -U pip wheel setuptools`
- `pip install lightnovel-crawler`
- `termux-setup-storage`
- `cd ~/storage/downloads`
- `lncrawl`
- You can navigate up using Vol UP + W and down using Vol UP + S.When there is a new update available, you can install it just by running `pip install -U lightnovel-crawler`. You will not have to run all the above commands again.
**PyDroid**
You can also use PyDroid in Android phones. Check this discussion for a custom script to run the app: https://github.com/dipu-bd/lightnovel-crawler/discussions/1137
### Chatbots
#### Discord
Join our server: https://discord.gg/7A5Hktx
Or, visit this link to install discord bot to your own server:
https://discordapp.com/oauth2/authorize?client_id=537526751170002946&permissions=51264&scope=bot#### Telegram
Visit this link to get started with the telegram bot:
https://t.me/epub_smelter_botSend `!help` to open the bot help message.
### Heroku Deployment
Simply fill out the environment variables and you get a running instance.
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
## Running from source
- First clone the repository:
```bash
$ git clone https://github.com/dipu-bd/lightnovel-crawler
```- Open command prompt inside of the project folder and install requirements:
```bash
$ pip install -r requirements.txt
```- Run the program (use python v3.8 or higher):
```bash
$ python lncrawl
```## Running the Bots
There are two chatbots available at this moment: Telegram and Discord. To run your own bot server, follow these instructions:
- Clone this repository
```bash
$ git clone https://github.com/dipu-bd/lightnovel-crawler
```- Install calibre for pdf, mobi etc. formats.
- https://calibre-ebook.com/download
- Install requirements
```bash
$ pip3 install -r requirements.txt
```- Copy `.env.example` file to `.env` file. Edit this file and give your API credentials here.
- To run the discord bot:
```bash
$ python3 lncrawl --bot discord --shard-id 0 --shard-count 1
```- To run the telegram bot
```bash
$ python3 lncrawl --bot telegram
```_There is a `start.sh` script to run a bot in ubuntu servers. It will basically execute the `python3 lncrawl` and send the task to run in background. I use it to run my discord bot in the server._
## General Usage
### Available options
```bash
$ lncrawl -h
================================================================================
╭╮╱╱╱╱╱╱╭╮╱╭╮╱╱╱╱╱╱╱╱╱╱╱╱╭╮╱╭━━━╮╱╱╱╱╱╱╱╱╱╭╮
┃┃╱╱╱╱╱╱┃┃╭╯╰╮╱╱╱╱╱╱╱╱╱╱╱┃┃╱┃╭━╮┃╱╱╱╱╱╱╱╱╱┃┃
┃┃╱╱╭┳━━┫╰┻╮╭╋━╮╭━━┳╮╭┳━━┫┃╱┃┃╱╰╋━┳━━┳╮╭╮╭┫┃╭━━┳━╮
┃┃╱╭╋┫╭╮┃╭╮┃┃┃╭╮┫╭╮┃╰╯┃┃━┫┃╱┃┃╱╭┫╭┫╭╮┃╰╯╰╯┃┃┃┃━┫╭╯
┃╰━╯┃┃╰╯┃┃┃┃╰┫┃┃┃╰╯┣╮╭┫┃━┫╰╮┃╰━╯┃┃┃╭╮┣╮╭╮╭┫╰┫┃━┫┃
╰━━━┻┻━╮┣╯╰┻━┻╯╰┻━━╯╰╯╰━━┻━╯╰━━━┻╯╰╯╰╯╰╯╰╯╰━┻━━┻╯
╱╱╱╱╱╭━╯┃ v3.7.5
╱╱╱╱╱╰━━╯ 🔗 https://github.com/dipu-bd/lightnovel-crawler
--------------------------------------------------------------------------------
usage: lncrawl [options...]
lightnovel-crawler [options...]options:
-h, --help show this help message and exit-v, --version show program's version number and exit
-l Set log levels. (-l = warn, -ll = info, -lll = debug).
--log-file [FILE] To store application logs to a file.
--list-sources Display a list of available sources.
--crawler [FILES ...]
Load additional crawler files.
-s URL, --source URL Profile page url of the novel.
-q STR, --query STR Novel query followed by list of source sites.
-x [REGEX], --sources [REGEX]
Filter out the sources to search for novels.
--login USER PASSWD User name/email address and password for login.
--format E [E ...] Define which formats to output. Default: all.
--add-source-url Add source url at the end of each chapter.
--single Put everything in a single book.
--multi Build separate books by volumes.
-o PATH, --output PATH
Path where the downloads to be stored.
--filename NAME Set the output file name
--filename-only Skip appending chapter range with file name
-f, --force Force replace any existing folder.
-i, --ignore Ignore any existing folder (do not replace).
--all Download all chapters.
--first [COUNT] Download first few chapters (default: 10).
--last [COUNT] Download last few chapters (default: 10).
--page START [STOP. ...]
The start and final chapter urls.
--range FROM TO., --index FROM TO., --chapter FROM TO.
The start and final chapter indexes.
--volumes [N ...] The list of volume numbers to download.
--chapters [URL ...] A list of specific chapter urls.
--proxy-file FILE Proxies as SCHEME://HOST:PORT@USER:PASSWORD format in
each line. All except HOST are optional
--auto-proxy Use some free proxies from https://free-proxy-
list.net/
--bot {console,telegram,discord,lookup}
Select a bot. Default: console.
--shard-id [SHARD_ID]
Discord bot shard id (default: 0)
--shard-count [SHARD_COUNT]
Discord bot shard counts (default: 1)
--selenium-grid URL Selenium Grid URL for Chrome Webdriver
--suppress Suppress all input prompts and use defaults.
--ignore-images Ignore images in chapters when downloading.
--close-directly Do not prompt to close at the end for windows
platforms.
--resume [NAME/URL] Resume download of a novel containing in
/home/runner/work/lightnovel-crawler/lightnovel-
crawler/Lightnovels
ENV [chatbots only] Pass query string at the end of all
options. It will be use instead of .env file. Sample:
"BOT=discord&DISCORD_TOKEN=***&LOG_LEVEL=DEBUG"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~--------------------------------------------------------------------------------
🔗 https://github.com/dipu-bd/lightnovel-crawler/issues
================================================================================
```### Example Usage
Open your console and type `lncrawl --version` first to check if you have installed it properly.
Here are some example usage of the app:- To start an interactive session: `lncrawl`
- To download using an url: `lncrawl -s https://boxnovel.com/novel/reincarnation-of-the-strongest-sword-god/`
- To search novels: `lncrawl -q "Strongest Sword God"`
- To search novels from selected sources: `lncrawl -q "Strongest Sword God" --sources`- To download all chapters: `lncrawl --all`
- To download first 25 chapters: `lncrawl --first 25`
- To download all between two chapters: `lncrawl --range 10 30`
- To download all between two chapter links: `lncrawl -s https://novelfull.com/release-that-witch.html --chapters https://novelfull.com/release-that-witch/chapter-6-training-part-i.html https://novelfull.com/release-that-witch/chapter-8-months-of-the-demons-part-1.html`
- To download a specific volumes: `lncrawl --volumes 2 3`- To define output path: `lncrawl -o "D:\Lightnovels\reincarnation-of-the-strongest-sword-god"`
- To delete the output folder if exists: `lncrawl -f`
- To ignore the output folder if exists: `lncrawl -i`
- To resume download where is has been left previously: `lncrawl -i`
- To specify output formats: `lncrawl --format epub pdf mobi`- To display list of supported sources: `lncrawl --list-sources`
- If you provide an option in the argument, it will skip it in the interactive session.
If you want to disable all interactive prompts, pass `--suppress` at the end.- You can stack up options like this: `lncrawl -s https://boxnovel.com/novel/reincarnation-of-the-strongest-sword-god/ -o "D:\Lightnovels\reincarnation-of-the-strongest-sword-god" --last 50 -i --format pdf --suppress`
### Additional Help
Visit the [discussions](https://github.com/dipu-bd/lightnovel-crawler/discussions) page for more information. You can also post your query there too.
### Login to [www.wuxiaworld.com](https://www.wuxiaworld.com/)
Follow this guide to know how to login: https://github.com/dipu-bd/lightnovel-crawler/discussions/1360
## Development
You are very welcome to contribute in this project. You can:
- create new issues pointing out the bugs.
- solve existing issues.
- add your own sources.
- add new output formats.
- create new bots.### Adding new source
- Use `lncrawl --bot lookup` first to auto-generate your crawler from an existing template.
- Check inside the [`sources/_examples`](https://github.com/dipu-bd/lightnovel-crawler/blob/master/sources/_examples). Read all the comments of all the files. And pick the one you like.
- You can find plenty examples in the `sources` folder. Try to check the latest ones
- Put your source file inside the language folder.
The `en` folder has too many files, therefore it is grouped using the first letter of the domain name.
- Before making commit format files using `blake` formatter, and use `scripts/lint.sh` or `scripts/lint.bat` to check linting issues.### Adding new Bot
- Create a new bot file using [`bots/_sample.py`](https://github.com/dipu-bd/lightnovel-crawler/blob/master/lncrawl/bots/_sample.py) as template.
- Import bot to [`bots/__init__.py`](https://github.com/dipu-bd/lightnovel-crawler/blob/master/lncrawl/bots/__init__.py) file.## Supported sources
> Request new one by [creating a new issue](https://github.com/dipu-bd/lightnovel-crawler/issues/new/choose).
We are supporting 430 sources and 364 crawlers.
### `~` Unknown
Source URL
Version
Contributors🤖🔍
http://es.mtlnovels.com/
28
🤖🔍
http://fr.mtlnovels.com/
28
🤖🔍
http://id.mtlnovels.com/
28
🤖🔍
http://www.mtlnovel.com/
28
🤖🔍
http://www.mtlnovels.com/
28
🔍
https://18.foxaholic.com/
80
🤖🔍
https://es.mtlnovel.com/
28
🤖🔍
https://es.mtlnovels.com/
28
🤖🔍
https://fr.mtlnovel.com/
28
🤖🔍
https://fr.mtlnovels.com/
28
🔍
https://global.foxaholic.com/
80
🤖🔍
https://id.mtlnovel.com/
28
🤖🔍
https://id.mtlnovels.com/
28
🤖🔍
https://ncode.syosetu.com/
19
🔍
https://www.foxaholic.com/
80
🤖🔍
https://www.mtlnovel.com/
28
🤖🔍
https://www.mtlnovels.com/
28
🔍
https://www.novelupdates.com/
2### `ar` Arabic
Source URL
Version
Contributors### `en` English
Source URL
Version
Contributors🔍
http://readlightnovel.online/
17
🔍
http://readonlinenovels.com/
67
http://www.fujitranslation.com/
62
🤖🔍
http://www.novelhall.com/
64
🤖🔍
https://1stkissnovel.love/
82
🤖🔍
https://1stkissnovel.org/
82
https://88tangeatdrinkread.wordpress.com/
72
https://ancientheartloss.com/
74
https://ancientheartloss.wordpress.com/
74
🔍🔑
https://api.babelnovel.com/
30
🔍
https://asadatranslations.com/
68
🤖
https://automtl.wordpress.com/
68
https://bakapervert.wordpress.com/
73
🔍🖼️
https://bato.to/
9
🔍🖼️
https://batocc.com/
9
🔍🖼️
https://battwo.com/
9
🔍🖼️
https://beautymanga.com/
6
🔍
https://bestlightnovel.com/
25
🖼️
https://chapmanganato.com/
61
🔑
https://chrysanthemumgarden.com/
18
🔍
https://ckandawrites.online/
2🔍🖼️
https://coffeemanga.io/
17
🔍🖼️
https://comiko.net/
9
https://creativenovels.com/
32
🤖🔍
https://daotranslate.com/
20
🤖🔍
https://daotranslate.us/
20
https://demontranslations.com/
67
https://dmtranslationscn.com/
62
🤖
https://dobelyuwai.wordpress.com/
76
🔍🖼️
https://dto.to/
9
https://exiledrebelsscanlations.com/
68
🔍
https://fanstranslations.com/
14
🔍
https://fenrirtranslations.com/
2🔍
https://freefullnovel.com/
78
🔍
https://freewebnovel.com/
29
https://fujitranslation.com/
62
🔍
https://home.novel-gate.com/
22
🔍
https://hotnovelfull.com/
77
🔍🖼️
https://hto.to/
9
https://hui3r.wordpress.com/
63
🔍🖼️
https://imperfectcomic.org/
5
https://inadequatetranslations.wordpress.com/
71
https://infinitenoveltranslations.net/
67
🔍🖼️
https://isekaiscan.com/
76
https://justatranslatortranslations.com/
66
🔍🖼️
https://king-manga.com/
74
https://lazybirdtranslations.wordpress.com/
66
https://lazygirltranslations.com/
12
https://lemontreetranslations.wordpress.com/
70
🔍
https://lightnovelbastion.com/
10
🔍
https://lightnovelheaven.com/
66
🔍
https://lightnovelreader.me/
17
🔍
https://lightnovelsonl.com/
20
https://lightnovelstranslations.com/
12
🔍
https://luminarynovels.com/
3🔍
https://m.readlightnovel.cc/
13
🔍🖼️
https://mangachill.love/
12
🔍🖼️
https://mangarockteam.com/
74
🔍🖼️
https://mangarosie.love/
77
🔍🖼️
https://manhuaplus.online/
17
🔍🖼️
https://manhwachill.com/
11
🔍🖼️
https://mto.to/
9
🔍🖼️
https://myreadingmanga.fit/
6
🔍
https://mysticalmerries.com/
68
🔍
https://novelfullplus.com/
11
🔍
https://novelonlinefree.com/
23
🔍
https://novelonlinefull.com/
19
🔍
https://novelsemperor.com/
12
🔍
https://novelsonline.net/
74
🤖🔍
https://noveltranslate.com/
12
https://nyx-translation.com/
2
https://nyxtranslation.home.blog/
2
https://raeitranslations.com/
2
https://readlightnovel.today/
76
🔍
https://readlightnovels.net/
32
🔍
https://readlitenovel.com/
17
🖼️
https://readmanganato.com/
61
🔍
https://readnovelfull.com/
73
🔍
https://readonlinenovels.com/
67
🔍
https://readwebnovels.net/
68
https://reincarnationpalace.com/
64
https://rpgnoob.wordpress.com/
72
https://secondlifetranslations.com/
5
https://shalvationtranslations.wordpress.com/
68
https://shanghaifantasy.com/
2
https://sleepytranslations.com/
14
https://steambunlightnovel.com/
14
🔍
https://systemtranslation.com/
11
🔍
https://tigertranslations.org/
4🔍
https://toc.qidianunderground.org/
11
🔍
https://tocqidianunderground.blogspot.com/
11
https://tomotranslations.com/
11
https://totallytranslations.com/
6
https://travistranslations.com/
4
https://vistranslations.wordpress.com/
72
https://webnovelonline.com/
12
🔍
https://webnovelonline.net/
69
https://whatsawhizzerwebnovels.com/
1🔍
https://whitemoonlightnovels.com/
2
🔍
https://wondernovels.com/
13
🔍🖼️
https://wto.to/
9
🔍
https://www.allnovel.org/
48
https://www.asianhobbyist.com/
15
🔍
https://www.asianovel.net/
3
https://www.blackbox-tl.com/
4
https://www.chickengege.org/
4
https://www.divinedaolibrary.com/
3🔍
https://www.fanfiction.net/
15🔍
https://www.fictionpress.com/
16
https://www.flying-lines.com/
11
https://www.freelightnovel.com/
11
https://www.fringecapybara.com/
66
🤖
https://www.koreanmtl.online/
12🔍
https://www.lightnovelmeta.com/
4
🔍
https://www.lightnovelpub.com/
26
🔍
https://www.lightnovelreader.me/
17
🔍
https://www.lightnovelworld.com/
1🔍
https://www.lnreader.org/
17
🤖🔍
https://www.machine-translation.org/
14
🔍🖼️
https://www.mangaread.org/
76
🔍🖼️
https://www.mangaweebs.in/
75
https://www.miraslation.net/
63
🤖🔍🔑
https://www.mtlnation.com/
13
🤖🔍
https://www.mtlreader.com/
4🔍
https://www.neosekaitranslations.com/
75
🔍
https://www.novelall.com/
61
🖼️
https://www.novelcool.com/
33
🤖🔍
https://www.novelhall.com/
64
🔍
https://www.novelhunters.com/
69
🔍
https://www.novelmultiverse.com/
17
🔍
https://www.novelpassion.com/
8
🔍
https://www.novelpub.com/
18
🔍
https://www.novelupdates.cc/
14
https://www.oppatranslations.com/
65
🔍
https://www.pandamanga.xyz/
9
🔍
https://www.readlightnovel.cc/
13
https://www.readlightnovel.me/
76
https://www.readlightnovel.today/
76
🔍
https://www.royalroad.com/
85
🔍
https://www.scribblehub.com/
40
🤖🔍
https://www.sonicmtl.com/
2🔍🖼️
https://www.topmanhua.com/
13
🔍
https://www.volarenovels.com/
63
🔍
https://www.webnovel.com/
90
🔍
https://www.webnovelpub.com/
2🔍
https://www.webnovelpub.pro/
2🔍🖼️
https://www.webtoons.com/
3🤖🔍
https://www.wuxiabox.com/
8
https://www.wuxialeague.com/
8🤖🔍
https://www.wuxiamtl.com/
3
🔍
https://www.wuxianovelhub.com/
3
🔍
https://www.wuxiaspot.com/
1🔍🔑
https://www.wuxiaworld.com/
106
🔍
https://zetrotranslation.com/
81
### `es` Spanish; Castilian
Source URL
Version
Contributors
https://cclawtranslations.home.blog/
71
https://domentranslations.wordpress.com/
71
🔍🔑
https://novelasligeras.net/
3### `fr` French
Source URL
Version
Contributors### `id` Indonesian
Source URL
Version
Contributors
http://zhi-end.blogspot.co.id/
63
http://zhi-end.blogspot.com/
63
https://darktranslation.com/
68
https://grensia.blogspot.com/
5
https://webnovelindonesia.com/
7🔍
https://www.webnovelover.com/
67
https://www.worldnovel.online/
81
### `pt` Portuguese
Source URL
Version
Contributors🔍
https://centralnovel.com/
13
### `ru` Russian
Source URL
Version
Contributors🔍🖼️
https://bestmanga.club/
75
### `vi` Vietnamese
Source URL
Version
Contributors### `zh` Chinese
Source URL
Version
Contributors🔍
https://www.69xinshu.com/
22
https://www.daocaorenshuwu.com/
58
## Rejected sources
Source URL
Rejection Causehttp://boxnovel.org/
No longer operationalhttp://fullnovel.live/
This site can not be reachedhttp://gravitytales.com/
Domain is expiredhttp://hs2ppe.co.uk/
No longer provides lightnovelshttp://wspadancewichita.com/
Site closed and moved to https://readnovelfull.com/http://www.hanyunovels.site/
Site is downhttps://4scanlation.com/
Domain expiredhttps://888novel.com/
Gets IP banned for using crawlerhttps://anythingnovel.com/
The domain is for salehttps://arangscans.com/
This site can not be reachedhttps://bestoflightnovels.com/
This site can not be reachedhttps://boxnovel.online/
This site can not be reachedhttps://boxnovel.org/
No longer operationalhttps://clicknovel.net/
The domain has expiredhttps://dsrealmtranslations.com/
Domain expiredhttps://fsapk.com/
No longer provides lightnovelshttps://indomtl.com/
Not crawler friendlyhttps://instadoses.com/
This site can not be reachedhttps://kiss-novel.com/
Site is downhttps://light-novel.online/
The domain has expiredhttps://lightnovel.tv/
This site can not be reachedhttps://lightnovelkiss.com/
This site can not be reachedhttps://lightnovelshub.com/
No longer provides lightnovelshttps://mtled-novels.com/
Domain is expiredhttps://myoniyonitranslations.com/
This site can not be reachedhttps://newsite.kolnovel.com/
Site is downhttps://novelcrush.com/
Site is downhttps://novelplanet.com/
Site is closedhttps://novelraw.blogspot.com/
Site closed downhttps://novelsrock.com/
Web server is downhttps://omgnovels.com/
Site is downhttps://overabook.com/
Site is downhttps://pery.info/
Site is downhttps://ranobelib.me/
Access deniedhttps://read.asianovel.com/
Connection timed outhttps://readnovelz.net/
Redirects to webnovelonline.nethttps://tunovelaligera.com/
Broken. Chapters does not loadhttps://viewnovel.net/
Site is downhttps://wordexcerpt.org/
This site can not be reachedhttps://writerupdates.com/
Site is downhttps://wuxia.click/
Access deniedhttps://wuxiaworld.io/
Cloudflare Error 522, can not connect to hosthttps://wuxiaworld.live/
The domain has expiredhttps://wuxiaworld.site/
Access deniedhttps://www.centinni.com/
Site is downhttps://www.novelspread.com/
Site is downhttps://www.noveluniverse.com/
Site is downhttps://www.novelv.com/
Site is downhttps://www.rebirth.online/
Redrects to https://foxteller.com/https://www.shinsori.com/
This site can not be reachedhttps://www.translateindo.com/
Site is downhttps://www.wuxiaworld.co/
This site can not be reached## Supported output formats
- JSON
- EPUB
- TEXT
- WEB
- DOCX
- MOBI
- RTF
- TXT
- AZW3
- FB2
- LIT
- LRF
- OEB
- PDB
- RB
- SNB
- TCR## Sponsors