python 爬虫 爬取快手视频 批量解析 建议收藏

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Time    : 2020/12/8 20:30
# @Author  : huni
# @File    : 快手祖业批量爬取.py
# @Software: PyCharm
import requests
import json
import os
import re

if __name__ == '__main__':
    headers_s = {
   
     
        'Host': 

你可能感兴趣的:(爬虫,python,json,post,gwt,statistics)