collect.py 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #!/usr/bin/env python
  2. # -*- encoding: utf-8 -*-
  3. '''
  4. @File : collect.py
  5. @Time : 2019/05/26 12:29:25
  6. @Author : Liuyuqi
  7. @Version : 1.0
  8. @Contact : liuyuqi.gov@msn.cn
  9. @License : (C)Copyright 2019
  10. @Desc : None
  11. https://live.kuaishou.com/rest/wd/live/web/collect
  12. Request URL: https://live.kuaishou.com/rest/wd/live/web/collect
  13. Request Method: POST
  14. Status Code: 200 OK
  15. Remote Address: 114.118.4.4:443
  16. Referrer Policy: unsafe-url
  17. Accept: */*
  18. Accept-Encoding: gzip, deflate, br
  19. Accept-Language: zh-CN,zh;q=0.9,en;q=0.8
  20. Connection: keep-alive
  21. Content-Length: 3162
  22. Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryqCWW56sc8L7fQ2qJ
  23. Cookie: did=web_4095924dbbb4d12df7a87725a16104b6; didv=1558790317127; Hm_lvt_86a27b7db2c5c0ae37fee4a8a35033ee=1558790317; kuaishou.live.bfb1s=9b8f70844293bed778aade6e0a8f9942; clientid=3; client_key=65890b29; Hm_lpvt_86a27b7db2c5c0ae37fee4a8a35033ee=1558793089; userId=1365365171; userId=1365365171; kuaishou.live.web_st=ChRrdWFpc2hvdS5saXZlLndlYi5zdBKgAeLqVli2ylW_RqILieJA5M7WER8j-O6HgZ7dU5p1NUGVTdFetnPaPbE2w677IiOnBGMKIGlwFS3ZWgls-nm7MgtEeiYOqLJ7BL-fVgjHGevHk2i6DUW5aD7k8tAJyBzPyiSQcX-0oeTGqQMErN4DQ6hdfyuiGNYoLOOBTVbqLtwgmJlElEMtqr51L0skzodfrvpt65U-1FQ9cJpxJNKVG98aEhqtgBlt9k0TlHg5Y4Goo9D9kyIgNCO7Z8nLU6riZ2yR2yxVxRWy5wzGPpUjAE_gKAPjt9soBTAB; kuaishou.live.web_ph=21f148cee5fd1b69b2b06882a149f9954b54
  24. Host: live.kuaishou.com
  25. kpf: PC_WEB
  26. kpn: GAME_ZONE
  27. Origin: https://live.kuaishou.com
  28. Referer: https://live.kuaishou.com/u/miaowu66
  29. User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36
  30. session_id: spKrN7MpJVGSvrnm
  31. page_id: eGZ7-VqgdI7llXcl_1558844873536
  32. refer_page_id: GdWPtfWNHnUBSHj9_1558844721551
  33. refer_show_id:
  34. refer_url: https://live.kuaishou.com/
  35. page_live_stream_id: 6KxDomQOYyM
  36. url: https://live.kuaishou.com/u/miaowu66
  37. screen: 1366*768
  38. platform: Win32
  39. log_time: 1558844900450
  40. type: player
  41. client_timestamp: 1558844900450
  42. browser_name: Chrome
  43. browser_version: 73.0.3683.86
  44. os_type: Windows
  45. os_version: 10
  46. qos_info: {"kbytes_received":3787,"kernel_version":"1.4.4","session_id":"b2f359d6-e9e8-45a9-86f2-349b5154e0f8","tick_index":3,"play_url":"https://tx-adaptive.pull.yximgs.com/gifshow/6KxDomQOYyM.flv?txSecret=32f1e6718680ab01d7858b0d30aa6a0d&txTime=5ceb6749&stat=7Lm4rJjgbtQIPfFcNid0rYCnMX3bvXsAzFKMznfjlCEpA1dEQV1/d2dkWUkL3ovV&highTraffic=1&oidc=alihb","domain":"tx-adaptive.pull.yximgs.com","play_start_time":1558844874064,"tick_start":1558844894067,"tick_duration":6383,"block_count":1,"buffer_time":4168,"pause_duration":0,"play_duration":2215,"played_video_duration":2215,"a_buf_len":2276,"a_buf_slices":1,"v_buf_len":2272,"v_buf_slices":1,"speed_chg_metric":{"0.9x":6383},"block_count_with_buffer":0,"buffer_during_block":0,"decoded_video_frames":120,"dropped_video_frames":2,"adaptive_multi_rate":0,"play_pos":13228,"v_data_rate":8423,"a_data_rate":117,"error_code":0,"error_message":"","v_bandwidth":0,"buffer_queue_count":0,"v_segment_count":73,"a_segment_count":73,"hidden":0,"first_screen_total_duration":-1,"stream_duration":null,"skip_cnt":0,"skip_duration":0,"demuxed_video_duration":3451,"dropped_packet_duration":0,"v_rec_delay":16329,"v_render_delay":18275,"a_render_delay":18233,"stream_id":"6KxDomQOYyM","server_ip":"","retry_cnt":0,"cpu":0}
  47. '''