videotomp3transcriptor/src
debian.StillHammer eb69e8b063 Add public download endpoint without authentication
Features:
- New GET /public/download/:filename endpoint for public file access
- No authentication required for downloading processed files
- Directory traversal protection with path.basename()
- Proper Content-Disposition headers for browser downloads

Documentation:
- Updated docs/API.md with public endpoint section
- Added to table of contents
- Usage examples and security notes

Use cases:
- Share download links via email/chat/social media
- Embed in web applications without auth
- Direct browser downloads
- Public file sharing

Security:
- Path sanitization prevents directory traversal attacks
- Only files in OUTPUT_DIR are accessible
- Returns proper 404 for non-existent files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 11:32:23 +00:00
..
services Add YouTube cookies management system with enhanced error messages 2025-12-08 10:42:53 +00:00
cli.js Initial commit: Video to MP3 Transcriptor 2025-11-24 11:40:23 +08:00
server.js Add public download endpoint without authentication 2025-12-08 11:32:23 +00:00