>>692
yt-dlp(2022.4.8.0使用)
yt-dlpをyoutube-dlにリネーム
set /p inURL="URL:"
youtube-dl -f "best[height<=720]" "inURL" -o "D:\D ドラマ\%%(series)s %%(title)s.%%(ext)s" --no-check-certificate --no-mtime
こんな感じでどうですか?