Youtube-Dl

錯誤:無法下載影片

  • March 9, 2014

我一直在使用youtube-dl從 YouTube 下載影片,但突然停止工作:

youtube-dl "http://www.youtube.com/watch?v=wglrcytdE9Y&feature=related"

[youtube] Setting language
[youtube] wglrcytdE9Y: Downloading video webpage
[youtube] wglrcytdE9Y: Downloading video info webpage
[youtube] wglrcytdE9Y: Extracting video information

ERROR: unable to download video

youtube-dl --version
2012.02.27

我在每個影片中都得到了這個,即使是以前有效的影片。youtube-dl嘗試從中下載的 URL返回 403 錯誤,因此我懷疑 Youtube 內部更改了一些破壞腳本的內容(不是第一次)。

今天有相當多的 youtube-dl 開發活動,並且github中的最新版本可以工作,所以你可能應該把它拉下來。可以使用標誌youtube-dl自動執行此操作:-U

$ youtube-dl -U
Updating to latest version...
Updated youtube-dl. Restart youtube-dl to use the new version.

引用自:https://unix.stackexchange.com/questions/49308