SkillAgentSearch skills...

EhFavDL

Download e-hentai/exhentai.org favorites, supporting Komga/LANraragi. Create .cbz And ComicInfo.xml

Install / Use

/learn @eezd/EhFavDL
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

EhFavDL

PYTHON Release Code size Repo size Last commit License

E-Hentai / Exhentai 下载收藏夹,基于 Python3.11 编写,支持 LANraragi 和 Komga。

中文/English

文档/Docs English

正在使用 v1.3.4 的请尽快更新到 v1.3.5, watch 模式存在一个重大疏漏, 导致无法实时同步本地画廊

📌 TODO

  • [x] 支持 Sqlite 存储
  • [x] 支持 .cbz 存储
  • [x] 支持更新已下载的画廊
  • [x] 通过Web下载(支持重新下载)
  • [x] 支持中文Tag(需设置config.yaml---tags_translation)
  • [x] 生成 ComicInfo.xml (支持 Komga/LANraragi)
  • [x] 支持 LANraragi Api 自动更新META数据
  • [x] 根据 IP quota 重新计算等待时间, 显示剩余 IP quota

🔨 安装

  1. 安装环境
pip install -r requirements.txt
  1. 填写 config.yaml
# 缺少 sk 和 hath_perks 会导致无法获取正确的 IP 配额
# Missing sk and hath_perks will result in the inability to obtain the correct IP quota.
cookies:
  ipb_member_id: 1234567
  ipb_pass_hash: 123456789abcdefg
  igneous: d2fbv51sa
  sk: asdjnasdjk
  hath_perks: m1.m2...

User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

proxy:
  enable: True
  url: http://127.0.0.1:7890

dbs_name: ./data.db

data_path: E:\Hso\exhentaiDL\data

# e-hentai.org / exhentai.org
website: exhentai.org

# Only DownloadWebGallery
connect_limit: 3

# 是否启用标签翻译
# Would you like to enable tag translation
# False / True
tags_translation: False

# ComicInfo 是否优先使用日语标题
# ComicInfo: Whether to prefer the Japanese title
# False / True
prefer_japanese_title: True

# LANraragi
lan_url: http://127.0.0.1:22299
# Setting >>> Security >>> API Key
lan_api_psw: jskada

# python main.py -w1 / w2
watch_fav_ids: 0,1,2,3,4,5,6,7,8,9

# False / True
watch_lan_status: False
  1. Run
python main.py

# or

python main.py -w
# or
python main.py -w1
# or
python main.py -w2
# or
python main.py -w3
  • 最佳用法: 现在可以使用 eh 的收藏夹来分类画廊了 >=1.1.2

lan-fav

Special Thanks

Related Skills

View on GitHub
GitHub Stars29
CategoryCustomer
Updated12d ago
Forks2

Languages

Python

Security Score

90/100

Audited on Mar 25, 2026

No findings