mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
11 lines
128 B
Python
11 lines
128 B
Python
class SpiderType:
|
|
SCRAPY = 1
|
|
PYSPIDER = 2
|
|
WEBMAGIC = 3
|
|
|
|
|
|
class LangType:
|
|
PYTHON = 1
|
|
NODEJS = 2
|
|
JAVA = 3
|