Extrahieren Sie den Videotitel aus der YouTube -Playlist

# using youtube-dl cli
youtube-dl --skip-download -e "<YOUTUBE_PLAYLIST_URL>" > playlist.txt
XeN0N