资源简介
可以通过一个抖音作品分享地址一键下载无水印分享视频,代码不复杂很容易看懂
代码片段和文件信息
import requests
import json
import emoji
requests.packages.urllib3.disable_warnings()
HEADERS3 = {‘accept-encoding‘: ‘gzip deflate br‘‘accept-language‘: ‘zh-CNzh;q=0.9‘‘pragma‘: ‘no-cache‘‘cache-control‘: ‘no-cache‘‘upgrade-insecure-requests‘: ‘1‘‘user-agent‘: “Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 XL Build/OPD1.170816.004) AppleWebKit/537.36 (KHTML like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36“}
def getRealPlayAddress(url):
res = requests.get(url headers=HEADERS3 allow_redirects=False)
if res.status_code == 302:
long_url = res.headers[‘Location‘]
return long_url
return None
def praseDouyinLong_v4(url):
try:
url = getRealPlayAddress(url)
webResponse = requests.get(url headers=HEADERS3verify=False).text
dytk = webResponse.split(‘dytk: “‘)[1].split(‘“ });‘)[0]
item_id = url.split(‘/‘)[5]
webResponse = requests.get(‘https://www.iesdouyin.com/web/api/v2/aweme/iteminf
相关资源
- 洛阳理工学院健康打卡系统自动上报
- python实现自动操作windows应用
- 自动绘制优美图案.py
- python自动抠图(基于cv2)
- 计算机视觉 opencv 数数.ipynb
- 自动截屏工具(python源码)
- python 批量修改文件后缀
- python摄像头自动识别工业用反色二维
- 模拟自动滑块验证码.py(基于chromed
- Python-直播答题助手自动检测出题搜索
- windows鼠标自动点击py脚本
- abaqus 网格自动划分插件 python语言
- 电力窃漏电用户自动识别 源码
- python3根据模板图片批量自动制作个性
- Python-使用DeepFakes实现YouTube视频自动换
- 测试工程师相关学习视频(包含pyth
- 一些python自动化代码
- Python编程快速上手 让繁琐工作自动化
- selenium webdriver (python)第三版.pdf
- Qt5 Python GUI Programming Cookbook 无水印原
- Deep Time Series Forecasting with Python 无水印
- Problem Solving in Data Structures and Algorit
- Python PyGame and Raspberry Pi Game Developmen
- Learn More Python 3 the Hard Way 原版无水印
- Python Web Development with Django 无水印pd
- Python Programming on Win32 无水印pdf
- Image Processing and Acquisition using Python 无
- Fundamentals of Python Data Structures 无水印
- Derivatives Analytics with Python 无水印pdf
- Data Structures and Algorithms in Python 无水印
评论
共有 条评论