How to Solve NameError: name 'Playlist' is not defined -- pytube
Solution: Import the 'Playlist' module
To Solve the error, add the following line to the top of your code.
from pytube import Playlist
For more information:
Python pytube Playlist