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.
Giant Bomb premium support #25421
Giant Bomb premium support #25421
Comments
|
I discovered just using --cookies allows these to download fine. I'm going to leave this open as I'd prefer a more elegant login/api solution |
Checklist
Description
Giant Bomb has premium videos on its service. These are currently not supported by the giantbomb extractor.
I considered trying to add this functionality myself but as someone who is relatively new to the codebase I wasn't sure how best to go about this.
The login code I have seen for other extractors I'm not sure would work on Giant Bomb as they use captcha on login.
Giant Bomb has a great API ( https://www.giantbomb.com/api/documentation ) which could be used for this but I believe they only support logging in via API keys rather than the standard username and password which youtube-dl uses.
Or is it possible this could be done using cookies?
If anyone could give me some pointers towards some extractors to look at for hints (or want to pick this up themselves) it would be greatly appreciated.