bytedream

Results 76 comments of bytedream

The source if this error appears to be the french audio, without it the download works normally. Sadly there is no way to fix this issue atm, the url which...

> It's work fine without {title} in output file. The episode title is too long and fail the merging. This is a complete different issue, the fix for it will...

Which login method are you using? (credentials, etp-rt cookie)

We had this issue already in the past but were able to bypass it. I also cannot reproduce it atm on my side :/ But I'm (now) aware that this...

You can try again later or tomorrow and let me know if the issue still exists. It _might_ only be a short living cloudflare thing.

The go binary uses other endpoints which (currently) aren't cloudflare protected. But this endpoints are deprecated and doesn't have the functionality of the ones used at v3.

For all users experiencing this issue, could you please provide the country you're doing the request from and make sure that you at least use the `--credentials` auth method? ---...

After a bit testing (with [this](https://github.com/crunchy-labs/cloudflare-bot-protect-check) script/program) it seems that the used custom tls implementation causes most problems. A bit ironic because it was added to prevent cloudflare errors. But...

I've pushed a update which should fix some cloudflare issues. Some locations (via mullvad) are still running into blocks but I haven't found out how to address this correctly. It...

After digging a bit deeper I think the used tls library ([rustls](https://github.com/rustls/rustls)) is too modern for cloudflare. Too modern means it doesn't support legacy/all protocols which cloudflare checks when doing...