Mihail

Results 6 comments of Mihail

> Well if you are using cookies then you don't need to pass a token since that's automatic. > > So basically, just setup a dummy driver that does nothing....

@celsowhite Thanks for help!

> Pretty sure this is not a problem with Colly but with the terminal. Most terminals do not support cyrillic output. If you put everything in a database everything should...

Solved the problem, by adding a check meta[http-equiv='Content-Type'] in body, in the absence of a "charset" but with "text/html" in the header. I don't know if this is the correct...

In my opinion, the correct behavior is to close all open ones when opening a new one. This is also the standard behavior in most interfaces. managed to solve it...