Files
python/python爬虫/scrapy-redis-0.9.1/example-project/example/spiders/__init__.py
T

9 lines
248 B
Python
Raw Normal View History

2025-08-05 09:19:34 +08:00
# This package will contain the spiders of your Scrapy project
#
# To create the first spider for your project use this command:
#
# scrapy genspider myspider myspider-domain.com
#
# For more info see:
# http://doc.scrapy.org/topics/spiders.html