mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
prepare for list fields extraction
This commit is contained in:
@@ -599,7 +599,8 @@ class SpiderApi(BaseApi):
|
||||
if len(_child_text_tags) > _max_num:
|
||||
_max_tag = tag
|
||||
_max_num = len(_child_text_tags)
|
||||
return _max_tag
|
||||
|
||||
# TODO: extract list fields
|
||||
|
||||
|
||||
class SpiderImportApi(Resource):
|
||||
|
||||
Reference in New Issue
Block a user