~Bug on Prod Testing: Upon attempting a download, it took over 10+ minutes to download (got to 79 MB) before Discord webhook errors started coming up
Fixed after removing RecodeVideo() for now
~~Bug on Prod Testing: Upon attempting a download, it took over 10+ minutes to download (got to ~79 MB) before Discord webhook errors started coming up~~
Fixed after removing `RecodeVideo()` for now
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
rewrite in Go, use libraries such as
https://github.com/lrstanley/go-ytdlp
https://github.com/bwmarrin/discordgo
WIP: refactor and release v1to refactor to Go and release v1After a quick test-in-prodresolved~
Bug on Prod Testing: Upon attempting a download, it took over 10+ minutes to download (got to79 MB) before Discord webhook errors started coming upFixed after removing
RecodeVideo()for now