downlad into temp folder then move to out folder when done, temp replace with my fork until upstream PR is merged

This commit is contained in:
2026-02-12 23:26:08 -05:00
parent bd643344ef
commit a2a0aabb3a
5 changed files with 28 additions and 7 deletions

View File

@@ -2,6 +2,10 @@ module git.dubyatp.xyz/williamp/yt-dlp-bot
go 1.25.2
//replace github.com/lrstanley/go-ytdlp => /home/williamp/go-ytdlp
replace github.com/lrstanley/go-ytdlp => github.com/dubyatp/go-ytdlp v0.0.0-20260213041320-010f95f0f1d3
require (
github.com/bwmarrin/discordgo v0.29.0
github.com/lrstanley/go-ytdlp v1.2.7