Skip to content

Commit 4967e65

Browse files
author
mochazi
committed
2021-12-31 添加小鹅通视频-版本依赖🎉
1 parent d4b91b4 commit 4967e65

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# **Python3Webcrawler**
2-
## **[哔哩哔哩作者:-相依-](https://space.bilibili.com/343154012)**  **UPDATE 2021-09-21**
2+
## **[哔哩哔哩作者:-相依-](https://space.bilibili.com/343154012)**  **UPDATE 2021-12-31**
33

44
---
55

@@ -25,6 +25,9 @@
2525
|**mysqlconnector**|**pip install mysql-connector-python**|**8.0.23**|
2626
|**qrcode**|**pip install qrcode**|**7.3**|
2727
|**opencv-python**|**pip install opencv-python**|**4.5.3.56**|
28+
|**m3u8**|**pip install m3u8**|**0.9.0**|
29+
|**mitmproxy**|**pip install mitmproxy**|**5.3.0**|
30+
|**selenium**|**pip install selenium**|**3.141.0**|
2831

2932
---
3033

@@ -36,4 +39,5 @@
3639
* ### **百度图片 [官网地址](https://image.baidu.com)**
3740
* ### **豆瓣读书 [官网地址](https://book.douban.com)**
3841
* ### **有道翻译 [官网地址](http://fanyi.youdao.com)**
39-
* ### **哔哩哔哩 [官网地址](https://bilibili.com)**
42+
* ### **哔哩哔哩 [官网地址](https://bilibili.com)**
43+
* ### **小鹅通 [官网地址](https://www.xiaoe-tech.com/)**

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ urllib3==1.26.3
1919
yarl==1.6.3
2020
qrcode==7.3
2121
opencv-python==4.5.3.56
22+
selenium==3.141.0
23+
m3u8==0.9.0
24+
mitmproxy==5.3.0

0 commit comments

Comments
 (0)