123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- default:
- base_url: http://8.217.192.46:8889
- request_timeout: 30
- 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: 50
- 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"
|