Convert file names to URL-safe format - #7
Conversation
- Convert URLs to filesystem-safe filenames by replacing special characters - Preserve file extensions from URLs, add .html if no extension present - Add override notification when downloading to existing file - Update all tests and snapshots to match new filename format This makes downloaded files more discoverable and readable compared to the previous hash-based naming scheme.
PR Review: Convert file names to URL-safe formatSummaryThis PR changes the filename generation from hash-based to URL-based naming, making downloaded files more human-readable. Overall, this is a valuable improvement that enhances usability. Code Quality & Best Practices✅ Strengths
|
|
@claude main has changed, please check what changed and either merge or maybe it would be easier to re implement this over the latest code |
|
Claude finished @hibukki's task —— View job Re-implementing URL-based filenames on latest main
|

This makes downloaded files more discoverable and readable compared to the previous hash-based naming scheme.