摘要:
import time from pytube import YouTube import requests # 需要自行创建三个文件夹 video audio cover def getId(str): vid = str.split("=")[-1] print(vid) return vid 阅读全文
摘要:
#coding=utf-8 import time import os from selenium import webdriver browser=webdriver.Chrome() file_path = 'file:///' + os.path.abspath('frame.html') b 阅读全文