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
Verbose log
Description
Hey all,
Youtube-dl used to work excellently with NBC Sports videos, but now I see this AttributeError. It appears a similar issue happened here @13911, and someone else bumped the issue but no new ticket was opened.
Importantly, passing the embed URL directly into youtube-dl works just fine. In this case,
youtube-dl -F 'vplayer.nbcsports.com/p/BxmELC/nbcsports_embed/select/media/iZywTFYJAWJa'works as expected:You can find this embed URL by waiting for the ad to play and clicking on the video bar once it starts playing, but naturally I'd prefer to just pass in the main URL, especially because this functionality existed before.
Thanks!