diff --git a/README.md b/README.md index 57b1e0b..5b011b7 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,14 @@ 7. 进入Obsidian插件中心重新加载当前插件 8. 享受开发吧 +## 交流社群 + + + + + + + ## 免责声明 1. 本程序没有爬取任何书影音等内容,只供技术研究使用。没有侵犯书影音作者版权和豆瓣官方利益。如有任何侵权行为,请联系我删除。 2. 本程序仅供学习交流使用。 diff --git a/doc/README.en.md b/doc/README.en.md index a567ea3..330bb83 100644 --- a/doc/README.en.md +++ b/doc/README.en.md @@ -132,6 +132,11 @@ If you want some features or have any questions about this plugin, create issues 6. Go to your Obsidian plugin center reload this plugin 7. Enjoy your develop +## Community + + + + ## Disclaimer 1. This program does not crawl any content such as books and videos, and is only for technical research purposes. It does not violate the copyright of authors of books and videos or the official interests of Douban. If there is any infringement, please contact me to delete it. 2. This program is for learning and communication only, and cannot be used for commercial purposes. Otherwise, the consequences will be at your own risk. diff --git a/doc/img/obsidian-douban-discord-qr_code.svg b/doc/img/obsidian-douban-discord-qr_code.svg new file mode 100644 index 0000000..1ba7fd2 --- /dev/null +++ b/doc/img/obsidian-douban-discord-qr_code.svg @@ -0,0 +1 @@ +DISCORD \ No newline at end of file diff --git a/doc/img/obsidian-douban-discord.png b/doc/img/obsidian-douban-discord.png new file mode 100644 index 0000000..1889ea2 Binary files /dev/null and b/doc/img/obsidian-douban-discord.png differ diff --git a/doc/img/obsidian-douban-qq-2.png b/doc/img/obsidian-douban-qq-2.png new file mode 100644 index 0000000..1dab4a4 Binary files /dev/null and b/doc/img/obsidian-douban-qq-2.png differ diff --git a/doc/img/obsidian-douban-qq-qr_code.svg b/doc/img/obsidian-douban-qq-qr_code.svg new file mode 100644 index 0000000..d7cf795 --- /dev/null +++ b/doc/img/obsidian-douban-qq-qr_code.svg @@ -0,0 +1 @@ +QQ交流群 \ No newline at end of file diff --git a/src/org/wanxp/douban/data/handler/DoubanAbstractLoadHandler.ts b/src/org/wanxp/douban/data/handler/DoubanAbstractLoadHandler.ts index 6fb3cc8..5979777 100644 --- a/src/org/wanxp/douban/data/handler/DoubanAbstractLoadHandler.ts +++ b/src/org/wanxp/douban/data/handler/DoubanAbstractLoadHandler.ts @@ -486,6 +486,7 @@ export default abstract class DoubanAbstractLoadHandler abstract getHighQuantityImageUrl(fileName:string):string; private async humanCheck(html:any, url:string):Promise { + this.doubanPlugin.settingsManager.debug(html); if (html && html.indexOf("禁止访问") != -1) { const loginModel = new DoubanHumanCheckModel(url); await loginModel.load();