Files
crawlab/constants/spider.py
2019-02-16 22:56:58 +08:00

11 lines
128 B
Python

class SpiderType:
SCRAPY = 1
PYSPIDER = 2
WEBMAGIC = 3
class LangType:
PYTHON = 1
NODEJS = 2
JAVA = 3