create a python program to stream video from m3u8 url to youtube using python-ffmpeg-video-streaming module (do not create function)(do not use subprocess)
import ffmpeg in_file = ffmpeg.input('https://d2zihajmogu5jn.cloudfront.net/bipbop-advanced/bipbop_16x9_variant.m3u8') out_file = ffmpeg.output(in_file, 'https://www.youtube.com/watch?v=NbVc0iZgK_8')