Sorrow446 / Nugs-Downloader

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

Invalid URL when downloading purchased video livestream #25

Closed ideasculptor closed 11 months ago

ideasculptor commented 11 months ago

URL matches the example from the README in structure - copied from browser URL when streaming. Binary is locally built on mac m1 max. I haven't dug in to try to find more detail about the error yet. I'm guessing that they've changed how they place the video on the page when going to that URL and the downloader is no longer scraping it correctly. Will provide more info if/when I get a chance to dig in with a debugger. Show is the final Dead & Co show from SF. Tomorrow is my last day of access, I believe, so time is of the essence. OBS recording a chromecast of the show is a sub-par way to get the same.

ideasculptor commented 11 months ago

Never mind. zsh was being fancy and escaped all of the '=' and '?' chars in the URL with backslashes despite the fact that I had the URL in quotes. Removing the unnecessary backslashes fixed the problem. Might want to make mention of that in the readme, though it could be a problem only for the kind of people (developers, mostly, I'd think) who have oh-my-zsh installed in their zsh