krichbanana

Results 5 comments of krichbanana

Not that I know of, sadly. In _get_initial_video_info(), I changed "if error_screen:" to also check for the playability status, and it seemed to fix the behavior and hasn't affected my...

While this likely won't solve your issue, know that chat_downloader is currently at version 0.1.10, not 0.1.5. Related to the video, there's two unusual things: one is a trailer, the...

You could try downloading the live chat with a recent yt-dlp (not youtube-dl), it should support upcoming member streams with cookies : `yt-dlp -v --cookies --ignore-no-formats-error --all-subs --skip-download ` It...

you likely want to use yt-dlp, with yt-dlp --write-comments. It supports a fair number of websites, as long as those comments are associated with a page hosting video or audio.

My memory is fuzzy, but if this is an AttributeError, then this is a bug in the "requests" module due to a bugged exception hierarchy and the JSONDecodeError "doc" attribute...