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.
Hi All,
I guess this is more a feature request than a bug report. It appears that a few months ago, Kickstarter started allowing project creators to upload videos in 720p, however youtube-dl currently doesn't support this.
If I run it and attempt to download a video, I only get the 640x360 res mp4. Sample debug output is below.
Example project: https://www.kickstarter.com/projects/mccaskellgames/last-one-standing-the-battle-royale-board-game
I've had a quick poke around for this specific project, and found:
https://ksr-video.imgix.net/projects/3288729/video-873158-hls_playlist.m3u8
Inside this playlist are two more, one for the lower res video, and one for 720p.
It would be great if someone could update the extractor to support these higher resolution videos!