refactor(baoyu-url-to-markdown): replace custom pipeline with baoyu-fetch CLI

This commit is contained in:
Jim Liu 宝玉
2026-03-27 14:11:05 -05:00
parent d0764c2739
commit 2ff139112f
70 changed files with 7913 additions and 4369 deletions
@@ -3,12 +3,6 @@
"private": true,
"type": "module",
"dependencies": {
"@mozilla/readability": "^0.6.0",
"baoyu-chrome-cdp": "file:./vendor/baoyu-chrome-cdp",
"defuddle": "^0.14.0",
"jsdom": "^24.1.3",
"linkedom": "^0.18.12",
"turndown": "^7.2.2",
"turndown-plugin-gfm": "^1.0.2"
"baoyu-fetch": "file:./vendor/baoyu-fetch"
}
}