mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
added models
This commit is contained in:
4
constants/spider.py
Normal file
4
constants/spider.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class SpiderType:
|
||||
SCRAPY = 1
|
||||
PYSPIDER = 2
|
||||
PUPPETEER = 3
|
||||
Reference in New Issue
Block a user