Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Question
1.) I've find out why streamlocks returns 403, when I sent a GET request it works. But, more request to manifest.mpd will result in 403 error. And, the issue is ytdl send an head request and get request which cause error 403.
Does someone know how to make YTDL to not send HEAD request so that it will send get request only?
2.) (bonus)
I am using youtube-dl from homebrew, and I am not sure after cloning youtube-dl to modify it and play with it... My goal is to download videos from streamlock (MPD) for archiving so I can watch it later.
Thanks in advance