How do I fix this -
yt = YouTube(url)
for i in stream_data[key].split(',')
KeyError: 'url_encoded_fmt_stream_map'
The 'key' is from the pytube module and so is everything else apart from the first line yt = YouTube(url)
This is a know problem with the module but I cannot find any solutions, only complaints. I need to know how to fix the issue on a Windows PC.