rlaphoenix

Results 146 comments of rlaphoenix
trafficstars

Did you try on the newly released `v3.0.0` as it has fixes that your checkout may not have pulled. Can I ask which type of download were you doing? (i.e.,...

> I downloaded the type of DASH While my PC is not the fastest download-wise, it does seem to act like it's single-threaded. What about HLS? Do you experience the...

I am having trouble noticing why this issue is happening. Something seems to be pulling/waiting for main thread but I cannot see what. The HLS code if anything should be...

How is your download speeds on v3.2.0? Do you notice any changes or improvements?

> > How is your download speeds on v3.2.0? Do you notice any changes or improvements? > > My download speed is about a few MB per second, I don’t...

> In the previous version, the speed seems to have 50MB-60MB per second You are comparing against the same service/file? Some people have seen improvements in v3.2.0, but some have...

Ok, so it seems like it has something to do with the `download` function in `core.downloaders.requests` yielding download status updates. If we comment out all the `yield` operations, then we...

@592767809 Can you try as of [this commit](https://github.com/devine-dl/devine/commit/994ab152a40f9c53881bc9bf2280156a7193825c) and see if you get an improved download speed? I would also like to know what it averages speed-wise for you, and...

This is an issue more or less with the Python stdlib as explained in: https://github.com/psf/requests/issues/5822 Therefore, there isn't realistically much that I can do about this unless I abstract the...

Would ideally need to be solved by the pycaption project: https://github.com/pbs/pycaption/issues/331