Kepi
Kepi
Looks like I have been right about cause of problem. Looks like totally random errors from API which in current implementation cause download aborting no matter how much progress have...
It might help, but ayway, I believe that pyload should be able to handle such cases. A need to do more debugging but we should probably not cancel dowloading when...
Looks like there was change in CloudFlare DDos protection. I can confirm that there is 503 with above link (and every other multiup link I tried). I suppose that you...
Ah, so it is maybe not so dependable as I thought. For me it is working currently. Can't get to site with curl but when I cscrape first and set...
I see, same problem with your example. Just change url to **domain only** and you should be ok, at least it is working for me. ```python import cfscrape user_agent =...
I'm maybe not clear enough, I'm not relaly great with english :) For pyload's use case we don't need it fixed. Pyload can simply use cfscrape only for basic domain...
Ok, I see the source of confusion. It worked for me yesterday but it isn't working now, not sure why. I was thinking about something like this (python 2.7) ```python...
After couple tests, I found out that there are no timeouts without https. It still may be only in my environment, but can you check please? As workaround it may...
Unfortunately this is still not working. cfscrape looks dead in last months :(
Phew... it appears you are correct :) I tried to find some example witch challenge but nothing from my memory. But check i.e. Anorov/cloudflare-scrape#380 there are examples of cf protected...