Sorrow446 / Nugs-Downloader

Nugs downloader written in Go.
101 stars 15 forks source link

Downloads not working #41

Closed jbsmoke9 closed 6 months ago

jbsmoke9 commented 7 months ago

No download format seems to be working. Getting error messages such as: Invalid URL Item failed - the api didn't return a video manifest url

Everything was working a couple weeks ago.

Sorrow446 commented 7 months ago

Post the links please unless it's every one. Invalid URL's because you're running outdated binaries.

jbsmoke9 commented 7 months ago

Any link I try isnt working. I downloaded most recent binaries and it still doesn't work. Tried on multiple computers also.

Invalid URL: https://play.nugs.net/watch/livestreams/exclusive/35979

https://play.nugs.net/#/exclusive-livestreams/container/35978 Item failed. the api didn't return a video manifest url

Sorrow446 commented 7 months ago

The latest binaries are outdated is what I'm saying; it's not worth uploading new binaries for every commit I push. You can easily run or build from source.

https://go.dev/doc/install Run: go run main.go structs.go <args>... Build binary: go build main.go structs.go