cloudflare-stream-downloader
cloudflare-stream-downloader copied to clipboard
Windows: Error converting input to integer: strconv.Atoi: parsing "1\r": invalid syntax
trafficstars
v Download video and segments
📋 Listing all available resolutions for video UID: xxxxxxxxxxxxxxxxxxx
0) 1280x720
1) 1920x1080
2) 852x480
3) 640x360
4) 426x240
5) 🚫 Exit
📼 Select resolution: 1
Error converting input to integer: strconv.Atoi: parsing "1\r": invalid syntax
2024/02/08 23:58:33 there was a problem selecting a download option: strconv.Atoi: parsing "1\r": invalid syntax
on main.go 526 line should be replaced by
userOption, err = strconv.Atoi(strings.TrimSpace(input[:len(input)-1]))
Thanks!