Skip to content

fix(core): display and export media dictionary in console, json, and csv outputs - #517

Merged
kaifcodec merged 2 commits into
mainfrom
fix/media-export-display
Aug 6, 2026
Merged

fix(core): display and export media dictionary in console, json, and csv outputs#517
kaifcodec merged 2 commits into
mainfrom
fix/media-export-display

Conversation

@kaifcodec

Copy link
Copy Markdown
Owner
  • Context: PR feat(export): add PDF report generator and --format pdf option #471 introduced the media dictionary for PDF generation, but result.py was never updated to display it or export it.
  • Changes: Updated get_console_output to merge extra and media for terminal tree printing.
  • Export Fixes: Updated as_dict and to_csv to properly include the media dictionary in JSON and CSV outputs.
  • Result: Modules using media (like github.py) will now successfully show avatar URLs in the terminal UI and save them to output files.
@kaifcodec
kaifcodec merged commit 4b758a1 into main Aug 6, 2026
5 checks passed
@kaifcodec kaifcodec added the bug fix Fixed a bug in existing files label Aug 6, 2026
@kaifcodec
kaifcodec deleted the fix/media-export-display branch August 14, 2026 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug fix Fixed a bug in existing files

1 participant