Mark Baas
Mark Baas
As a solution for the issue #702 I propose we open a webview so the user can login manually.
Extends ch_generate choices As I wanted to use this for the nl NL locale I also had to add nl support to jobs.
The url /cmp/Supermercados-Dia%25 is incorrectly unquoted into /cmp/Supermercados-Dia% Problem happens in `def _unquotepath(path): for reserved in ('2f', '2F', '3f', '3F'): path = path.replace('%' + reserved, '%25' + reserved.upper()) return urllib.unquote(path)`
As Scrapy is using lxml as xml parser. However, as lxml is an xml parser, characters as , etc are invalid, and then by lxml stripped away. Nevertheless, many website...
In the settings I've enabled "Always enable the nVidia card before disabling" option to "No" in order to not get the 'no such device error'. However after suspending the laptop,...