12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- default:
- base_url: http://8.217.192.46:8889
- request_timeout: 30
- max_retries: 3
- headers:
- {"Content-Type": "application/json"}
- benshanzhufurecommend:
- platform: benshanzhufu
- mode: recommend
- path: /crawler/ben_shan_zhu_fu/recommend
- method: post
- request_body:
- cursor: "{{next_cursor}}"
- loop_times: 200
- loop_interval: 5
- feishu_sheetid: "aTSJH4"
- response_parse:
- data: "$.data"
- next_cursor: "$.data.next_cursor"
- data_path: "$.data.data"
- fields:
- video_id: "$.nid"
- video_title: "$.title"
- play_cnt: 0
- publish_time_stamp: "$.update_time"
- out_user_id: "$.nid"
- cover_url: "$.video_cover"
- like_cnt: 0
- video_url: "$.video_url"
- out_video_id: "$.nid"
- yuannifuqimanmanrecommend:
- platform: yuannifuqimanman
- mode: recommend
- path: /crawler/yuan_ni_fu_qi_man_man/recommend
- method: post
- request_body:
- cursor: "{{next_cursor}}"
- loop_times: 200
- loop_interval: 5
- feishu_sheetid: "golXy9"
- response_parse:
- data: "$.data"
- next_cursor: "$.data.next_cursor"
- data_path: "$.data.data"
- fields:
- video_id: "$.nid"
- video_title: "$.title"
- out_user_id: "$.nid"
- cover_url: "$.video_cover"
- video_url: "$.video_url"
- out_video_id: "$.nid"
|