A python application used for downloading YouTube playlists and videos
A python application used for downloading YouTube playlists and videos. 1- Open a terminal window 2- Program arguments: . Download type: * “-p”: for a playlist * “-v”: for a video . Playlist / video URL . In case of downloading a playlist, the next two arguments should be two integers: * The first integer is the index of the first video in the playlist (the videos are 1-indexed) * The second integer is the index of the last video in the playlist (enter -1 […]
Read more