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
Description
Recently niconico introduced support for HLS videos and now some of the new licensed videos are provided only in HLS format.
Examples:
Since yt-dl is currently not supporting downloading HLS videos of niconico, these URLs fail to download video infos and emit the following errors.
For technical details, HLS-only videos have metadata with
api_data['video']['dmcInfo']['session_api']['protocols'] == ['hls'], not['http', 'hls'].