William P 084b7ed979
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 4m43s
optimize codebase
main.go:
- Eliminated ~160 lines of duplicate code: Extracted 3 new helper functions at the bottom of the file:
buildVideoMenuOptions([]VideoOption) — builds the Discord select menu options for video formats
buildAudioMenuOptions([]AudioOption) — same for audio
fetchAndShowFormats(s, i, url) — fetches formats, sorts them, builds menus, stores state, and edits the interaction; previously duplicated identically in both the download and download video command handlers
- Fixed time.Sleep ordering bug: The startAsyncDownload goroutine was launched before InteractionRespond with a 100ms sleep to compensate. Now the download is launched after InteractionRespond returns — no sleep needed. Removed "time" import.
- Used helpers in video_select handler: The two inline menu-building loops in that handler now call buildAudioMenuOptions / buildVideoMenuOptions

misc.go:
- Moved regexp.MustCompile(...) to a package-level var urlPattern — previously it recompiled the regex on every call to extractURLFromString
- Simplified the function body to a single return line
2026-03-09 11:10:33 -04:00
2026-03-09 11:10:33 -04:00
2025-07-11 20:22:56 -04:00
2026-01-21 15:40:40 -05:00
2026-03-05 18:55:23 -05:00
2026-03-06 20:32:37 -05:00
2025-07-11 20:24:10 -04:00
Description
very rough yt-dlp bot for discord
MIT 394 KiB
v1.0.5 Latest
2026-04-10 12:15:20 +00:00
Languages
Go 83.5%
Dockerfile 11.6%
Nix 4.9%