Till Weisser

Results 1 comments of Till Weisser

You can disable the coloring of the output, this should solve the issue. ``` ydl_opts = { 'no_color': True } with youtube_dl.YoutubeDL(ydl_opts) as ydl: result = ydl.extract_info( 'https://www.bbc.com/persian/media-49522521', download=False )...