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

5 lines
68 B
Python

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