1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- 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: 50
- loop_interval:
- min: 30
- max: 60
- 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: 100
- loop_interval:
- min: 30
- max: 60
- 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"
|