RyanShen3/dsh-toutiao-reader ↗★ 0
dsh-toutiao-reader
浏览今日头条文章的实战经验打包成 DSH 插件:webfetch 工具(三级策略:直连 → Edge 常驻无头浏览器 CDP → dump-dom 兜底,自动识别头条反爬质询页)+ toutiao-reader 技能(URL 形态、质询处理、常驻浏览器管理、沙箱与代理经验)。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RyanShen3/dsh-toutiao-reader说明文档
阅读完整 README ↗Configuration
Use the id-override mode in the profile's cordis.patch.yml (id only — never re-insert):
- id: dsh-toutiao-reader
config:
workspace: D:/DSH_Workspace # base for relative outfile paths
cdpPort: 9333 # CDP debugging port
browserPath: "" # Edge/Chrome override; empty = auto-detect
maxChars: 12000 # default text cap
domainCachePath: "" # domain cache path; empty = %TEMP%/webfetch-domains.json