kadimon

Results 4 issues of kadimon

Hi! How use this proxy rotator and scrapy-splash together? This settings don't work: ``` DOWNLOADER_MIDDLEWARES = { 'rotating_proxies.middlewares.RotatingProxyMiddleware': 610, 'rotating_proxies.middlewares.BanDetectionMiddleware': 620, 'scrapy.contrib.downloadermiddleware.useragent.UserAgentMiddleware': None, 'random_useragent.RandomUserAgentMiddleware': 400, 'scrapy_splash.SplashCookiesMiddleware': 723, 'scrapy_splash.SplashMiddleware': 725, 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware':...

Hello! Can you show me an example of a policy that will re-try to visit the page?

Hello! I tried to match podcasts using dejavu. Perhaps someone has already solved a similar problem and knows the best parameters for this, or is not suitable for content that...

fixed a bug when updating the user without updating the password

investigate