2023年4月4日

selenium拉到底

摘要: from selenium import webdriver from lxml import etree driver = webdriver.Chrome() driver.get(url='https://www.ixigua.com/home/2515337690485792/?source 阅读全文

posted @ 2023-04-04 10:48 耀扬 阅读(29) 评论(0) 推荐(0) 编辑

python把mp4转mp3

摘要: 预先下载 Pip install moviepy from moviepy.editor import * def outputmp3(input_path, output_path): listdir = os.listdir(input_path) # 获得路径所有文件名 mp4namelist 阅读全文

posted @ 2023-04-04 10:38 耀扬 阅读(199) 评论(0) 推荐(0) 编辑

导航