Closed pmer closed 3 days ago
The Brightcove URL extractor looks at the <meta>
tag at the top of the page and finds the URL
http://c.brightcove.com/services/viewer/htmlFederated?isVid=1&isUI=1&playerID=2857340256001&autoStart=true&%40videoPlayer=4582511272001
That page is downloaded and its info extracted but it's missing a programmedContent section, which we need.
Fortunately, If we change the videoPlayer parameter in the above URL from 4582511272001
to ref%3A74703190
(where 74703190 is the basename of the URL given on the command line) then we get a valid programmedContent object.
Possible duplicate of https://github.com/rg3/youtube-dl/issues/3139
The link provided is dead 'http://www.11alive.com/videos/news/local/2015/10/27/74703190/' here is an current example link 'https://www.11alive.com/video/news/local/food-bank-in-atlanta-seeing-increase-in-need-how-to-help/85-8c9c321a-f68f-40f5-90b5-a5740997e5d3' youtube-dl failed to download videos from 11alive.com
[debug] youtube-dl version 2021.12.17
[debug] Python version 3.12.2 (CPython) - macOS-14.5-arm64-arm-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[generic] 85-8c9c321a-f68f-40f5-90b5-a5740997e5d3: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 85-8c9c321a-f68f-40f5-90b5-a5740997e5d3: Downloading webpage
[generic] 85-8c9c321a-f68f-40f5-90b5-a5740997e5d3: Extracting information
[debug] Default format spec: best/bestvideo+bestaudio
[debug] Invoking downloader on 'https://www.11alive.com/video/news/local/food-bank-in-atlanta-seeing-increase-in-need-how-to-help/85-8c9c321a-f68f-40f5-90b5-a5740997e5d3'
[download] Destination: Food bank in Atlanta seeing increase in need _ How to help -85-8c9c321a-f68f-40f5-90b5-a5740997e5d3.unknown_video
[download] 100% of 202.82KiB in 00:00
Hi @yinshiyi, since youtube-dl is relatively dead, it might be better for us to move to https://github.com/yt-dlp/yt-dlp now.
This is just a really antique issue that no-one ever closed. If the issue persists, especially with the latest nightly build, any concerned user is invited to open a new issue in the usual way. Thx @yinshiyi for noticing this.