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.
youtube-dl 'http://www.c-span.org/video/standalone/?323622-1/lawrence-lessig-campaign-finance' fails #6792
Comments
|
I just discovered how to get it working. I'd given youtube-dl an argument that points to the video rather than the webpage that contains the video plus all of C-Span's additional content (header, footer, description, etc.) Apparently youtube-dl searches for a particular node in the HTML tree to find the link to the video. Since the page at the URL I initially gave it (http://www.c-span.org/video/standalone/?323622-1/lawrence-lessig-campaign-finance) doesn't contain that HTML, it couldn't find the link to the video. When I instead ran |
I'm trying to use youtube-dl, version 2015.09.03 under OS X 10.8.5 to download a video from CSpan, but instead of downloading the video, youtube-dl produces an error. CSpan is listed as one of the sites supported by youtube-dl (http://rg3.github.io/youtube-dl contains a link labeled "more sites" which points to http://rg3.github.io/youtube-dl/supportedsites.html. That page lists CSpan.) Here are the details:
I just downloaded and installed youtube-dl by doing the following:
I navigated to http://rg3.github.io/youtube-dl/download.html to download youtube-dl. That page says:
I ran those commands. I then verified that the latest version of youtube-dl is installed:
I then ran youtube-dl as follows:
It complained:
I reran youtube-dl with the --verbose flag. Below are the commands I ran and the output from those commands.