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.
To download multi-part videos from Bilibili #21686
Comments
|
Hey guys, not sure if I understand correctly. please help. So this fix has already been merged and can be used in youtube-dl latest build right? However, youtube-dl returns the same video for both links: Am I doing something wrong? |
Checklist
Description
When I use youtube-dl to download videos that consists of multi-part videos on bilibili , it only downloads the first video repeatedly.
Just like "https://www.bilibili.com/video/av55175398/?p=2", the "?p=<page_id>" param are just ignored and this tool can only download the video corresponds to "?p=1".
I think we can add a playlist extractor.And make some changes to the function _real_extract in bilibili.py. But I am not sure if it works.