Sorrow446 / Nugs-Downloader

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

Livestream Download is failing #31

Closed github487578 closed 8 months ago

github487578 commented 9 months ago

Noticed they changed their video streaming in the last few days and they are now embedded.

When i try to use a link similar to this https://play.nugs.net/livestream/34116/exclusive the downloaded fails with an invalid URL.

Tried every combo i could think of:

davidfries commented 9 months ago

I'm still able to download a playlist if I parse out the parameters of the new URL and paste into the old. This sadly doesn't work for videos like the below example.

.\nugs_dl_x64.exe "https://play.nugs.net/#/videos/artist/1245/Goose/container/33838"

Item 1 of 1: Item failed. no video available

Edit: This actually does work for a different stream, so the most recent video just isn't up yet maybe.

Sorrow446 commented 8 months ago

Because you're running from an outdated binary.

G:\go\nugs_>go run main.go structs.go https://play.nugs.net/livestream/34116/exclusive

 _____                ____                _           _
|   | |_ _ ___ ___   |    \ ___ _ _ _ ___| |___ ___ _| |___ ___
| | | | | | . |_ -|  |  |  | . | | | |   | | . | .'| . | -_|  _|
|_|___|___|_  |___|  |____/|___|_____|_|_|_|___|__,|___|___|_|
          |___|

Signed in successfully - One month

Item 1 of 1:
17508 Kbps, 4K (3840x2160)
Segment 4 of 1941.

Install Go, then do go run main.go structs.go <args>... or go build main.go structs.go.