# -*- coding: utf-8 -*- # @Author : ChenZhaoyuchen # @Time : 2024/9/13 15:02 # @File : GetVideoInfo.py import json import re from utils.GetResponse import * from pprint import pprint video_json = { } def GetVideoInfo() -> str: response_video = GetResponse_AV() html_video = response_video.text info_video = re.findall('', html_video)[0] json_data_video = json.loads(info_video) video_url = json_data_video['data']['dash']['video'][0]['baseUrl'] return video_url def GetAudioInfo() -> str: response_audio = GetResponse_AV() html_audio = response_audio.text info_audio = re.findall('', html_audio)[0] json_data_audio = json.loads(info_audio) audio_url = json_data_audio['data']['dash']['audio'][0]['baseUrl'] return audio_url def GetTitile(): response_audio = GetResponse_AV() html = response_audio.text title = re.findall('