Files
crawlab/constants/spider.py
Yeqing Zhang 4f2a29bd42 added models
2019-02-12 13:08:04 +08:00

5 lines
68 B
Python

class SpiderType:
SCRAPY = 1
PYSPIDER = 2
PUPPETEER = 3