obsidian-douban/src/org/wanxp/douban/data/search
YuBai c375512903 fix: restore All search type and initialize login state on startup
- Switch AllPageSearchPageFetcher from m.douban.com/rexxar/api/v2/search
  (returns 403 need_login) to www.douban.com/j/search (works with cookies)
- Update AllFirstPageSearchResultPageParser and OtherAllPageSearchResultPageParser
  to use SearchParserHandler.parseSearchJson() matching the j/search response format,
  replacing the old Rexxar-specific SearchParserHandlerV2 parsing logic
- Add await this.userComponent.login() in onload() so login state is initialized
  on startup, fixing false isLogin()=false causing "need login for next page" errors

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 18:20:58 +08:00
..
parser fix: restore All search type and initialize login state on startup 2026-03-04 18:20:58 +08:00
searcher fix: restore All search type and initialize login state on startup 2026-03-04 18:20:58 +08:00
DoubanSearchFuzzySuggestModal.ts feat: 附件(图片)文件保存本地支持自定义 2025-11-09 22:43:17 +08:00
DoubanSearchModal.ts fix #143 #132 #124 2025-03-11 14:45:14 +08:00
SearchParser.ts Fixed clicking the next page has no effect 2024-07-15 23:04:32 +08:00
SearchParserV2.ts fix search error 2023-12-18 23:28:14 +08:00
SearchV2.ts fix search error 2023-12-18 23:28:14 +08:00