1. 16
  1.  

  2. 1

    It will be like you were there.

    pip install youtube_dl
    youtube-dl -f best https://www.youtube.com/playlist?list=PL9Jh2HsAWHxLco7V1SjU9hUzP53CBZOYO
    
    1. 1

      Up until this happens:

      ...
      [download] Downloading video #3 of 16
      [youtube] HHkKPdOi-ZU: Downloading webpage
      [youtube] HHkKPdOi-ZU: Downloading video info webpage
      ERROR: HHkKPdOi-ZU: YouTube said: This video is unavailable.
      
      1. 1

        I think they republished some videos and didn’t change the playlist, same thing happened to me, you can add --ignore-errors to skip unavailable files, it also won’t re-download completed files, so the script is safe to run while they are adding videos to the playlist.