Results 22 comments of Tilman Blumenbach

@StefanLobbenmeier, you might also find this script useful as an inspiration (feel free to treat it as licensed under the UNLICENSE as well): [dump-firefox-cookies.py](https://gist.github.com/Tblue/8c6ee7c29b683dcf3e5dad2ff1edc338)

I think the issue here is that HIDIVE uses session cookies, and those don't seem to be persisted to the Firefox `cookies.sqlite` file. Hence, `yt-dlp` won't be able to see...

Dumping all cookies for `hidive.com` (and subdomains), and using the resulting cookie jar (`--cookies` option) still works for me. The important thing is to also include session cookies in the...

@BraveSail: > How did you dump cookies? I wrote my own script because I don't trust the Firefox extensions that are available (call me paranoid): https://gist.github.com/Tblue/8c6ee7c29b683dcf3e5dad2ff1edc338 Usage: 1. Visit `hidive.com`,...

A glance suggests they use ReCaptcha _and_ AWS WAF's "Intelligent threat integration": https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html

Honestly, I don't think it's worthwhile trying to circumvent ReCaptcha and/or AWS WAF security features. Even if you manage to do it (and it would certainly be interesting), it'll just...

> Could you please split the language_preference change to a separate PR from the subtitle fix? Sure. Changes removed from this PR, please check again. I'll open a new PR...

Happy holidays! Can you please attach: - A property file that can be used to reproduce this issue, and - the property file that is being produced? Thanks!

Also, which Python version are you using?