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
Verbose log
Description
Some Kaltura-hosted GDC Vault videos don't properly download (example: https://gdcvault.com/play/1024340; can provide more URLs if helpful). This is not all Kaltura-hosted GDC Vault videos; https://gdcvault.com/play/1024344 works just fine.
I did some preliminary investigating of this myself. Both of these videos play in the web browser, and their embed tags are identical aside from a few IDs. If I take the URL that youtube-dl attempts to download, and put it in the browser, it doesn't work with 1024340 (403 forbidden, "an error occurred while processing your request") but does work with 1024344. I'm not sure what makes 1024340 different. The actual web browser playback seems to use an entirely different system, downloading a series of segment(number)_0_av.ts files, but this starts moving out of my extremely limited knowledge.
Some GDC Vault videos require a login to play, but the links I've provided do not.
Various GDC-Vault-related issues on Github recommend using --force-generic-extractor, but unfortunately this doesn't result in any change.
I've tested this on the current master git commit without any change.
Choosing a specific format does work - at least on this video, it's just the highest-quality one that breaks. It's possible this is really #3721 but I thought I'd report it in case there's something more immediate that can be done.