rmax / scrapy-redis

Redis-based components for Scrapy.
http://scrapy-redis.readthedocs.io
MIT License
5.49k stars 1.59k forks source link

Scrapy 2.6.1 Unsupport function make_requests_from_url to use #250

Closed ihandmine closed 1 year ago

ihandmine commented 2 years ago

I didn't find a way to use it instead, except to rewrite it

careyuyu commented 2 years ago

I had the same problem. I think its beacuse the version of this project on PyPI is too old. Try to get the newest version by git clone and it should solve the problem.

LuckyPigeon commented 2 years ago

@Germey Can you help update the pip version?

zhajingwen commented 1 year ago

object has no attribute 'make_requests_from_url'

LuckyPigeon commented 1 year ago

@zhajingwen make_requests_from_url has been deprecated from scrapy. Please clone from GitHub now, we will push a new version to pypi soon.

LuckyPigeon commented 1 year ago

@ihandmine @careyuyu @zhajingwen We released a new version just now, you can use pip install scrapy-redis to install v0.7.3 now.