随笔分类 -  Python

摘要:1.先创建dou_url.txt,其实不用创建也行,运行第一遍代码的时候程序会自动创建 2.dou_url.txt里面可以填写多个视频url即可爬取,也可以填url加文字,因为用了正则表达式匹配。。。 3.比如:7.12 oQK:/ 重生回来第一节课,就给老师上了一课%%漫画解说 %%漫画 %%二次 阅读全文
posted @ 2022-09-23 13:06 MiYol 阅读(550) 评论(0) 推荐(0)
摘要:####运行代码的时候要打开微信o # coding=utf8 import pyautogui import pyperclip import time import requests from lxml import etree def get_requests(): headers = { ' 阅读全文
posted @ 2022-09-23 03:40 MiYol 阅读(48) 评论(0) 推荐(0)
摘要:安装nmap https://nmap.org/dist/ ###修改你的nmap.py文件 ###改成下述内容 def __init__( self, nmap_search_path=( "nmap", "/usr/bin/nmap", "/usr/local/bin/nmap", "/sw/b 阅读全文
posted @ 2022-09-22 23:22 MiYol 阅读(53) 评论(0) 推荐(0)