Raja Tomar

Results 55 comments of Raja Tomar

Hey @davidwgrossman I appreciate you making the pywebcopy single threaded. Originally the pywebcopy was made to run on single thread but large graphics websites would force you to think of...

@darawaleep The `concurrent` library is not available in the python 2 version. Hence it can't be the solution for the multithreading issue that we are facing currently.

I don't seriously think it is possible in my capacity. If anyone has suggestions then I can sure implement it.

Did you set the `project_folder` to an absolute path and not a relative one i.e. starting with a slash.

> pywebcopy.SESSION > Becomes unusable in the new version This code that you wrote is for previous versions. Read the new documentation before reaching conclusions.

To set the cookies use the webpage.session object. You can even fill forms using Page object.

I think the cache control is no longer working. Caching could be disabled through manual setup.

This is a python 3.10 problem, so it can only be fixed by rewriting the portions of the code.

You have to change the inheritance of error classes from multiple bases to just a single base class as the error says.