Debido al mensaje de error de youtube-dl al querer realizar una descarga de una playlist, he tenido que actualizarlo de la siguiente forma.
Este era el mensaje de error:
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.
test@test:~/Vídeos$ youtube-dl -U
It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.
Para realizar la instalación como root:
apt-get install python-setuptools
easy_install pip
pip install --upgrade youtube-dl
test@test:~# file /usr/bin/youtube-dl
/usr/bin/youtube-dl: Python script, ASCII text executable
Y con esto es todo.
Ahora a descargar la playlist, exportar los vídeos a la tablet y verlos por el camino.