Skip to content

feat(douban): include download file paths#1763

Draft
lenovobenben wants to merge 1 commit into
jackwener:mainfrom
lenovobenben:feat/douban-download-path
Draft

feat(douban): include download file paths#1763
lenovobenben wants to merge 1 commit into
jackwener:mainfrom
lenovobenben:feat/douban-download-path

Conversation

@lenovobenben
Copy link
Copy Markdown
Contributor

Summary

  • include the local file path in each douban download result row
  • add the new path column to the generated manifest
  • update download command coverage to assert returned paths

Why

douban download writes image files locally but only returned status and size metadata. Returning the resolved path makes the command easier to script and lets users pipe downloaded files into follow-up tools without reconstructing filenames.

Validation

  • npx vitest run --project adapter clis/douban/download.test.js
  • npm run build
  • npm run check:typed-error-lint
  • npm run check:silent-column-drop
  • git diff --check
  • node dist/src/main.js douban download 26266893 --limit 1 --output .tmp/douban-download-path-check -f json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant