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.
[C-SPAN] Download "User-Created Clip" #17403
Comments
|
youtube-dl parses the "programid" from the source video from which the clip was created. Within the page souce of the clip page is a hls url which contains just the clip contents. For your example it is: Some logic would be needed in order to add the clip hls url to the source qualities. Usually the programid sources are preferred. |
I have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
C-Span gives the user ability to create "User-Created Clips" which allows user to create shorter clips from the original content.
At the moment
youtube-dldoes not seem to support them, i.e. even when one tries to download user created clip by supplying its URL, original content gets downloaded instead.For example, this URL:
https://www.c-span.org/video/?c4482230/bernanke-subprime
links to a a short (< 2min) clip. But when one attempts to download it, two big (> 1.5h each) videos gets downloaded (debug output above).
My question is: is it currently possible to somehow download those clips, and if it's not, would it be possible to add such feature?
PS.
I realize it may well be duplicate of #622 but it may be not (depending on how C-Span handles those clips).