mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-12 22:09:48 +08:00
e99ce744cd
- Browser strategy: headless first with automatic retry in visible Chrome on failure - New --browser auto|headless|headed flag with --headless/--headed shortcuts - Content cleaner module for HTML preprocessing (remove ads, base64 images, scripts) - Media localizer now handles base64 data URIs alongside remote URLs - Capture finalUrl from browser to track redirects for output path - Agent quality gate documentation for post-capture validation - Upgrade defuddle ^0.12.0 → ^0.14.0 - Add unit tests for content-cleaner, html-to-markdown, legacy-converter, media-localizer
15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"name": "baoyu-url-to-markdown-scripts",
|
|
"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"
|
|
}
|
|
}
|