There was an error while loading. Please reload this page.
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.
-f, --format FORMAT
video format code. The special name "best" will pick the best quality.
-c, --continue force resume of partially downloaded files
-c, --continue
force resume of partially downloaded files
-i, --ignore-errors continue on download errors, for example to skip unavailable videos in a channel
-i, --ignore-errors
continue on download errors, for example to skip unavailable videos in a channel
-t, --title use title in file name (default)
-t, --title
use title in file name (default)
-w, --no-overwrites do not overwrite files
-w, --no-overwrites
do not overwrite files
-v, --verbose print various debugging information
-v, --verbose
print various debugging information