업데이트하려고 할 때 YouTube에서 재생 목록을 다운로드하려고 할 때 youtube-dl을 업데이트해야한다는 메시지가 표시됩니다.이 오류 메시지가 표시됩니다.
elshahen@elshahen-LAB:~$ youtube-dl -cit https://www.youtube.com/playlist?list=PLGwhw5SI2xoYKHyzQDj1y2I8vURgm8yd2
[youtube:playlist] PLGwhw5SI2xoYKHyzQDj1y2I8vURgm8yd2: Downloading page #1
WARNING: [youtube:playlist] PLGwhw5SI2xoYKHyzQDj1y2I8vURgm8yd2: Playlist page is missing OpenGraph title, falling back ...
ERROR: Unable to extract title; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
youtube-dl -x "https://www.youtube.com/watch?v=abcd&list=efgh"
Windows cmd.exe와 Linux 셸이 앰퍼샌드 &
를 특수 문자로 해석하기 때문에 URL을 따옴표로 묶어야 합니다.