Here simple script for downloading YT-Playlist
Beryl's Member-Only playlist is https://www.youtube.com/playlist?list=UUMORvlWa5ofRPWnpfeRXtOVdQ

Dont forget change -cookies-from-browser line. Put there your browser name

@ECHO OFF
@setlocal enableextensions
@pushd %~dp0

SET /P URL="[Enter video URL] "
ECHO.

yt-dlp -o "%%(channel)s/%%(playlist_title)s/[%%(upload_date)s]_%%(title)s(%%(id)s)/[%%(upload_date)s]%%(title)s(%%(id)s).%%(ext)s" "%URL%" -f bv+ba/b --merge-output-format mp4 --add-metadata --no-embed-subs --all-subs --sub-format ass --write-subs --sub-langs live_chat --write-description --write-annotations --convert-thumbnails png --write-thumbnail --embed-thumbnail -i --cookies-from-browser chrome/firefox/another browser
pause
exit
Edit Report
Pub: 10 Jun 2023 07:23 UTC
Views: 219