Skip to content

Import a Full playlist from Youtube

YouPHPTube edited this page Oct 18, 2017 · 5 revisions

Created a directory called /playList

mkdir /playList

then get into the dir

cd /playList

execute the youtube-dl command

youtube-dl -f best -citw -v "https://www.youtube.com/watch?v=Your-PlayList"

Go to the encoder, select the Bulk Encode tab on the right side

The URL must be into quotes Explanation

-f, --format FORMAT video format code. The special name "best" will pick the best quality.

-c, --continue force resume of partially downloaded files

-i, --ignore-errors continue on download errors, for example to skip unavailable videos in a channel

-t, --title use title in file name (default)

-w, --no-overwrites do not overwrite files

-v, --verbose print various debugging information

Clone this wiki locally