Files
uptodownbot/internal/handler/download.go
db123 0c27822871
All checks were successful
CI / build (push) Successful in 51s
fix: 'best' format on audio-only sites (SoundCloud) now shows audio containers
- When content is audio-only (IsAudioOnlyContent), 'best' format is marked as
  IsAudioOnly so determineMediaType returns MediaTypeAudio
- Previously 'best' was hardcoded with HasVideo:true, causing video containers
  (mp4/mkv) to be shown instead of audio containers (mp3/m4a/opus)
2026-06-25 16:06:57 +03:30

18 KiB