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.
Unable to download from escapist magazine #3557
Comments
ddevault
commented
Aug 20, 2014
|
From what I can tell, this is because _og_search_video_url looks for the meta property "og:video", at line 466: However, no such property exists on the video webpage (anymore? It worked well not too long ago). Instead, there is an og:video:url property: Changing line 466 to the following fixes the issue:
I am pretty sure this is going to break websites which are using the "og:video" property instead of "og:video:url" so there's certainly a better way to fix this that wouldn't end up breaking everything else. |
|
Thank you for the report. This bug has been fixed in youtube-dl 2015.08.21.2. It looks like you have installed youtube-dl with a package manager such as pip or pacman. Use that package manager to update. |
|
Thanks for the speedy fix |