Corey Fonseca
Corey Fonseca
@skekre98 I _think_ you're probably seeing the same issue as #14 . You are indeed missing an error check! video.Download() returns an error, so make sure you're checking for an...
I'm also experiencing this issue on videos that do not include a dash. For example, `WfCZd26xt3c` and `ZgSFN-Fvs1I` are both valid IDs, but both fail with the same error: `Head...
@victorfernandesraton I believe you can handle this by including the full path in the filename. For example, if you use this: `err := vid.Download(0, "C:/Users/jsmith/Downloads/song.mp3", options)` then you'll find a...
Hmm... I tried both of your recommendations, but I still can't seem to get it to work. I tried using a .png, tried renaming it, and tried a few different...
Excellent @CodeBarbarian , thanks! No rush on this at all - it's a pretty low priority for me. I came across the same article a few days ago but haven't...
Awesome. I'll give it a try this weekend and see how it works out. What do you think would be the better solution long-term in regards to someone using WebListener...
@lithdew I believe the issue is that we are querying `https://www.youtube.com/search_ajax?`, but the required headers have not been set. The following headers must be sent in the request: `x-youtube-client-name: 56`...