Skip to content

Commit

Permalink
update: unlock section of kaobei by proxies;
Browse files Browse the repository at this point in the history
配置设代理后解锁一些所谓被封的漫画章节
  • Loading branch information
jasoneri committed Oct 15, 2024
1 parent 6e94374 commit d06f743
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion ComicSpider/spiders/kaobei.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ class KaobeiSpider(BaseComicSpider):
"Origin": "https://www.mangacopy.com",
}
domain = domain
custom_settings = {"DOWNLOADER_MIDDLEWARES": {'ComicSpider.middlewares.UAMiddleware': 5},
custom_settings = {"DOWNLOADER_MIDDLEWARES": {'ComicSpider.middlewares.UAMiddleware': 5,
'ComicSpider.middlewares.ComicDlProxyMiddleware': 6},
"REFERER_ENABLED": False}
search_url_head = ''
mappings = {'更新': "byRefresh",
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
## 📢更新

### V1.6 | 2024-10-09
### V1.6 | 2024-10-15

新增脚本集的 `nekohouse.su`
拷贝在配置设了代理后能解锁章节了,例如`黑暗集会`(之前没在意就忽略了)

### V1.6 | 2024-09-30
### V1.6 | 2024-10-09

支持 Māngabz ,使用时会检测当前环境能否访问,包括图源需要全程代理
新增脚本集的 `nekohouse.su`

> [点击查看更新历史](https://github.com/jasoneri/ComicGUISpider/wiki/%E6%9B%B4%E6%96%B0%E8%AE%B0%E5%BD%95-update-record)
Expand Down

0 comments on commit d06f743

Please sign in to comment.