Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/xhunmon/PythonIsTools into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
xhunmon committed Mar 19, 2022
2 parents 5591e55 + a6e2b35 commit a475601
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 001-Downloader/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 资源下载器
本项目主要通过网络上开源的项目聚合成了一个跨平台的下载工具,可批量下载抖音、快手视音频资源。下载地址:

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

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

效果如图:

Expand Down
4 changes: 2 additions & 2 deletions 001-Downloader/doc/win-sh/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ block_cipher = None


a = Analysis(['main.py','type_enum.py','ui.py','utils.py','downloader.py','douyin\\dy_download.py'],
pathex=['D:\\develop\\Python\\project\\pyofafish\\crawling'],
pathex=['.'],
binaries=[],
datas=[('res\\logo.ico', 'images'),('config.ini', '.')],
hiddenimports=[],
Expand Down Expand Up @@ -41,4 +41,4 @@ exe = EXE(pyz,
app = BUNDLE(exe,
name='Downloader.exe',
icon='res\\logo.ico',
bundle_identifier=None)
bundle_identifier=None)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# 实践项目

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

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

Expand Down

0 comments on commit a475601

Please sign in to comment.