Skip to content

Commit a475601

Browse files
committed
Merge branch 'main' of https://github.com/xhunmon/PythonIsTools into main
2 parents 5591e55 + a6e2b35 commit a475601

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

001-Downloader/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# 资源下载器
22
本项目主要通过网络上开源的项目聚合成了一个跨平台的下载工具,可批量下载抖音、快手视音频资源。下载地址:
33

4-
MacOS:[Downloader1.0.3-mac](https://github.com/xhunmon/PythonIsTools/releases/download/v1.0.3/Downloader1.0.3.app.zip) 下载后解压后使用
4+
MacOS:[Downloader1.0.3.app](https://github.com/xhunmon/PythonIsTools/releases/download/v1.0.3/Downloader1.0.3.app.zip) 下载后解压后使用
55

6-
Window:[downloader1.0.1-window.exe](https://github.com/xhunmon/PythonIsTools/releases/download/v1.0.1/downloader1.0.1-window.exe) (已停用,待更新)
6+
Window:[Downloader1.0.3.exe](https://github.com/xhunmon/PythonIsTools/releases/download/v1.0.3/Downloader1.0.3.exe.zip) 下载后解压后使用
77

88
效果如图:
99

001-Downloader/doc/win-sh/main.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ block_cipher = None
55

66

77
a = Analysis(['main.py','type_enum.py','ui.py','utils.py','downloader.py','douyin\\dy_download.py'],
8-
pathex=['D:\\develop\\Python\\project\\pyofafish\\crawling'],
8+
pathex=['.'],
99
binaries=[],
1010
datas=[('res\\logo.ico', 'images'),('config.ini', '.')],
1111
hiddenimports=[],
@@ -41,4 +41,4 @@ exe = EXE(pyz,
4141
app = BUNDLE(exe,
4242
name='Downloader.exe',
4343
icon='res\\logo.ico',
44-
bundle_identifier=None)
44+
bundle_identifier=None)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# 实践项目
66

7-
- [001-Downloader:抖音、快手、YouTube音视频下载器](./001-Downloader) ——已完成
7+
- [001-Downloader:抖音、快手音视频下载器](./001-Downloader) ——已完成
88

99
- [002-v2ray代理池:爬取vmess、ss、trojan协议节点,进行校验,自更新](./002-V2rayPool) ——已完成
1010

0 commit comments

Comments
 (0)