cloudflare-stream-downloader icon indicating copy to clipboard operation
cloudflare-stream-downloader copied to clipboard

Windows: Error converting input to integer: strconv.Atoi: parsing "1\r": invalid syntax

Open ner00 opened this issue 1 year ago • 1 comments
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

ner00 avatar Feb 08 '24 23:02 ner00

on main.go 526 line should be replaced by

userOption, err = strconv.Atoi(strings.TrimSpace(input[:len(input)-1]))

Stephanzion avatar Feb 09 '24 11:02 Stephanzion

Thanks!

Schachte avatar Sep 06 '24 19:09 Schachte