I got message that the youtube-dl have to be updated when I try to download a playlist from youtube when I try to update I have this error message:
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"
, because both Windows cmd.exe and Linux shells interpret the ampersand&
as a special character. – f.ardelian Jan 27 '15 at 10:28