xenova / chat-downloader

A simple tool used to retrieve chat messages from livestreams, videos, clips and past broadcasts. No authentication needed!
https://chat-downloader.readthedocs.io/
MIT License
902 stars 127 forks source link

fix youtube cookie consent check (#238) #239

Open 9001 opened 7 months ago

9001 commented 7 months ago

this should fix #238 which appears to be occuring for most european(?) users who share youtube cookies between yt-dlp and chat-downloader.

I've made the assumption that socs.value was the correct way to retrieve the value in some past version of python, so I'm casting it to a string in an attempt to support both versions :+1: