Solución:
youtube-dl --help
, contiene:
Video Selection: --playlist-start NUMBER Playlist video to start at (default is 1) --playlist-end NUMBER Playlist video to end at (default is last) --playlist-items ITEM_SPEC Playlist video items to download. Specify indices of the videos in the playlist separated by commas like: "--playlist-items 1,2,5,8" if you want to download videos indexed 1, 2, 5, 8 in the playlist. You can specify range: "--playlist-items 1-3,7,10-13", it will download the videos at index 1, 2, 3, 7, 10, 11, 12 and 13.
Por tanto, la opción --playlist-start NUMBER
debería ayudarlo a iniciar la lista de reproducción en el medio, especificado por NUMBER
.
Tengo un total de 135 videos en mi lista de reproducción. He descargado con éxito 38 de ellos. Entonces usé este comando manualmente.
youtube-dl --playlist-start 39 -u [email protected] -p mypassword https://www.udemy.com/learn-ethical-hacking-from-scratch/learn/v4/content
Está descargando mis 97 videos restantes.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)