not working
"installed" via tarball, on fedora 36, getting the following:
./gettit -u 'https://www.reddit.com/r/dataisbeautiful/comments/x0fg48/ocheat_wave_the_heartbeat_and_breath_of_the_earth/' -o earth.mp4
[+] Initializing...
[+] Fetching url of the source video file...
[+] Downloading source video file... 2022/08/29 20:11:32 Head "": unsupported protocol scheme ""
Same here, but built from source.
I didnt expect people to still be using this haha! I'll try to reproduce the bug and fix it. Sorry for being VERY late i didn't pay much attention to this project
Fixed! It turns out the requests were getting blocked by reddit. Not a problem with user agents or headers or anything, this behavior is only found for the net/http golang client (i tested with curl, python requests, and reqbin). I ended up applying a workaround i found at https://www.reddit.com/r/redditdev/comments/uncu00/go_golang_clients_getting_403_blocked_responses/ and it now works! I will pay more attention to that project from now on.
P.S since the fix is for a very major bug i applied it to the latest release.