Copymanga-downloader

Latest version: v3.5.4

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

3.5.4

此版本修复了token无法保存的问题,请重新进行设置刷新token

终于!之后更新版本会同步更新到pypi,如果您的机器上有python3.10+,您可以直接运行`pip install copymanga-downloader`来一键安装以及运行`pip install --upgrade copymanga-downloader`一键更新

使用CBZ功能用户必看!

当前cbz生成的方式已经从`{save_dir}/{pinyin.get_pinyin(manga_name)}/{manga_name}{title}.cbz`更改为`{save_dir}/{path_word}/{manga_name}{title}.cbz`

而且cbz中的xml文件也从


<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance">
<Title>{pinyin.get_pinyin(title)}</Title>
<Series>{pinyin.get_pinyin(manga_name)}</Series>
<Number>{pinyin.get_pinyin(index)}</Number>
</ComicInfo>



<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Title>{title}</Title>
<Series>{manga_name}</Series>
<Number>{index}</Number>
</ComicInfo>"


也就是说之前是使用的第三方库来生成拼音填充这些字段,而现在除了文件保存路径使用了copymanga自带的拼音标注,其他的字段都是使用中文存储

这可能会导致一部漫画的路径与元信息不同,但是为了防止Pinyin库的一堆bug,所以还是决定使用这种方法,还请大家理解


🛡 [VirusTotal GitHub Action](https://github.com/crazy-max/ghaction-virustotal) analysis:
* [`Windows-copymanga-downloader.exe`](https://www.virustotal.com/gui/file-analysis/ZjZiM2NlZGZlYjRiZTc5OWZlYTMyYTE3YWE5NzI4ZGQ6MTc0MjcxMTI1Mg==/detection)

3.5.3

此版本添加了设置API请求的UA头设置,请重新设置后在配置文件中自定义UA(暂不打算提供便捷修改方法)

终于!之后更新版本会同步更新到pypi,如果您的机器上有python3.10+,您可以直接运行`pip install copymanga-downloader`来一键安装以及运行`pip install --upgrade copymanga-downloader`一键更新

使用CBZ功能用户必看!

当前cbz生成的方式已经从`{save_dir}/{pinyin.get_pinyin(manga_name)}/{manga_name}{title}.cbz`更改为`{save_dir}/{path_word}/{manga_name}{title}.cbz`

而且cbz中的xml文件也从


<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance">
<Title>{pinyin.get_pinyin(title)}</Title>
<Series>{pinyin.get_pinyin(manga_name)}</Series>
<Number>{pinyin.get_pinyin(index)}</Number>
</ComicInfo>



<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Title>{title}</Title>
<Series>{manga_name}</Series>
<Number>{index}</Number>
</ComicInfo>"


也就是说之前是使用的第三方库来生成拼音填充这些字段,而现在除了文件保存路径使用了copymanga自带的拼音标注,其他的字段都是使用中文存储

这可能会导致一部漫画的路径与元信息不同,但是为了防止Pinyin库的一堆bug,所以还是决定使用这种方法,还请大家理解

What's Changed
* Update main.py by RookiesTwo in https://github.com/misaka10843/copymanga-downloader/pull/108
* 修复bug以及添加UA设置 by misaka10843 in https://github.com/misaka10843/copymanga-downloader/pull/109

New Contributors
* RookiesTwo made their first contribution in https://github.com/misaka10843/copymanga-downloader/pull/108

**Full Changelog**: https://github.com/misaka10843/copymanga-downloader/compare/v3.5.2...v3.5.3

🛡 [VirusTotal GitHub Action](https://github.com/crazy-max/ghaction-virustotal) analysis:
* [`Windows-copymanga-downloader.exe`](https://www.virustotal.com/gui/file-analysis/NTQxMzViNDdjNjI0ZGE1ZjUzYzIzYTk4MWUxYjY5ZjA6MTczMjQ0ODk0OQ==/detection)

3.5.2

注意!

此版本修复了配置文件将username存为token导致无法登录的问题,请在发现无法登录时重新设置一次或者删除配置文件触发重新配置

感谢各位的理解!

关于Windows Defender报毒以及其他杀毒软件报毒均为误报,您可以查看[virustotal](https://www.virustotal.com/gui/file/78d83fdf4d4073d2864adb67728b6c46f25ad1ea1618568bb4a79b78acb23b16/detection)来获取详细信息

![image](https://github.com/user-attachments/assets/bfef17ba-6bfa-4f79-a39e-2a8aafaece4f)


使用CBZ功能用户必看!

当前cbz生成的方式已经从`{save_dir}/{pinyin.get_pinyin(manga_name)}/{manga_name}{title}.cbz`更改为`{save_dir}/{path_word}/{manga_name}{title}.cbz`

而且cbz中的xml文件也从


<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance">
<Title>{pinyin.get_pinyin(title)}</Title>
<Series>{pinyin.get_pinyin(manga_name)}</Series>
<Number>{pinyin.get_pinyin(index)}</Number>
</ComicInfo>



<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Title>{title}</Title>
<Series>{manga_name}</Series>
<Number>{index}</Number>
</ComicInfo>"


也就是说之前是使用的第三方库来生成拼音填充这些字段,而现在除了文件保存路径使用了copymanga自带的拼音标注,其他的字段都是使用中文存储

这可能会导致一部漫画的路径与元信息不同,但是为了防止Pinyin库的一堆bug,所以还是决定使用这种方法,还请大家理解

What's Changed
* remove unused requirement by URenko in https://github.com/misaka10843/copymanga-downloader/pull/95
* Update and rename setup.py to pyproject.toml by hyrulelinks in https://github.com/misaka10843/copymanga-downloader/pull/96
* Update setuptools requirement from ~=69.0.2 to ~=72.1.0 by dependabot in https://github.com/misaka10843/copymanga-downloader/pull/97
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/misaka10843/copymanga-downloader/pull/84
* 修复重新设置登录问题以及优化args by misaka10843 in https://github.com/misaka10843/copymanga-downloader/pull/102

New Contributors
* URenko made their first contribution in https://github.com/misaka10843/copymanga-downloader/pull/95

**Full Changelog**: https://github.com/misaka10843/copymanga-downloader/compare/v3.5.1...v3.5.2

🛡 [VirusTotal GitHub Action](https://github.com/crazy-max/ghaction-virustotal) analysis:
* [`Windows-copymanga-downloader.exe`](https://www.virustotal.com/gui/file-analysis/N2UzYWIyMGFkMTU0YjJhNTFjZWM4OWJhNDFjMTI4Zjg6MTcyODQzNDk2MA==/detection)

3.5.1

使用CBZ功能用户必看!

当前cbz生成的方式已经从`{save_dir}/{pinyin.get_pinyin(manga_name)}/{manga_name}{title}.cbz`更改为`{save_dir}/{path_word}/{manga_name}{title}.cbz`

而且cbz中的xml文件也从


<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance">
<Title>{pinyin.get_pinyin(title)}</Title>
<Series>{pinyin.get_pinyin(manga_name)}</Series>
<Number>{pinyin.get_pinyin(index)}</Number>
</ComicInfo>



<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Title>{title}</Title>
<Series>{manga_name}</Series>
<Number>{index}</Number>
</ComicInfo>"


也就是说之前是使用的第三方库来生成拼音填充这些字段,而现在除了文件保存路径使用了copymanga自带的拼音标注,其他的字段都是使用中文存储

这可能会导致一部漫画的路径与元信息不同,但是为了防止Pinyin库的一堆bug,所以还是决定使用这种方法,还请大家理解


What's Changed
* Update setup.py by hyrulelinks in https://github.com/misaka10843/copymanga-downloader/pull/94

New Contributors
* hyrulelinks made their first contribution in https://github.com/misaka10843/copymanga-downloader/pull/94

**Full Changelog**: https://github.com/misaka10843/copymanga-downloader/compare/v3.5...v3.5.1

🛡 [VirusTotal GitHub Action](https://github.com/crazy-max/ghaction-virustotal) analysis:
* [`copymanga-downloader.exe`](https://www.virustotal.com/gui/file-analysis/Nzc0YzhhZDBmMzQxOGQwOTZmOTU5Zjk2NmJhOTFiZjQ6MTcxMzU3OTI0MQ==/detection)

3.5

使用CBZ功能用户必看!

当前cbz生成的方式已经从`{save_dir}/{pinyin.get_pinyin(manga_name)}/{manga_name}{title}.cbz`更改为`{save_dir}/{path_word}/{manga_name}{title}.cbz`

而且cbz中的xml文件也从


<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance">
<Title>{pinyin.get_pinyin(title)}</Title>
<Series>{pinyin.get_pinyin(manga_name)}</Series>
<Number>{pinyin.get_pinyin(index)}</Number>
</ComicInfo>



<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Title>{title}</Title>
<Series>{manga_name}</Series>
<Number>{index}</Number>
</ComicInfo>"


也就是说之前是使用的第三方库来生成拼音填充这些字段,而现在除了文件保存路径使用了copymanga自带的拼音标注,其他的字段都是使用中文存储

这可能会导致一部漫画的路径与元信息不同,但是为了防止Pinyin库的一堆bug,所以还是决定使用这种方法,还请大家理解

更新功能列表
- 将main.py拆分成多个小文件来更好的维护
- 优化cbz功能以及修复cbz功能使用时的部分报错
- 在下载图片时出现错误将停止5秒之后重试一次
- 在请求API时出现错误将停止5秒之后重试一次
- 添加下载进度条
- 修复范围下载时结束话并不会下载的问题

相关截图

![屏幕截图 2024-01-28 223450](https://github.com/misaka10843/copymanga-downloader/assets/69132853/d9e1239d-3a6f-46b1-91a8-2b090cb661b6)



What's Changed
* 拆分文件,防止文件过长无法正常维护以及修复功能 by misaka10843 in https://github.com/misaka10843/copymanga-downloader/pull/89


**Full Changelog**: https://github.com/misaka10843/copymanga-downloader/compare/v3.4...v3.5

3.4

注意!

此版本添加了新的设置,请最好在打开程序后先修改设置,防止出现报错!

更新功能列表
* 添加账号密码登陆和转换为epub并推送到kindle的功能

如何配置kindle推送📚

详细请看[copymanga-downloader自动推送到kindle的使用教程](https://www.pursuecode.cn/archives/1705162565893)

请注意,在实现转换为epub时使用了第三方库[KCC](https://github.com/ciromattia/kcc/),您需要自行在[kcc/releases](https://github.com/ciromattia/kcc/releases)下载对应平台的执行程序

(windows平台需要下载`kcc_c2e_{版本号}.exe`)

然后根据上方的使用教程进行配置

What's Changed
* Bump requests from 2.30.0 to 2.31.0 by dependabot in https://github.com/misaka10843/copymanga-downloader/pull/68
* Update setuptools requirement from ~=67.7.2 to ~=67.8.0 by dependabot in https://github.com/misaka10843/copymanga-downloader/pull/70
* Update setuptools requirement from ~=67.8.0 to ~=68.0.0 by dependabot in https://github.com/misaka10843/copymanga-downloader/pull/72
* 修复cbz的一点点小问题和优化添加自动更新的代码 by cangkuai in https://github.com/misaka10843/copymanga-downloader/pull/67
* Update setuptools requirement from ~=68.0.0 to ~=69.0.2 by dependabot in https://github.com/misaka10843/copymanga-downloader/pull/80
* 添加账号密码登陆和转换为epub并推送到kindle的功能 by TwoOnefour in https://github.com/misaka10843/copymanga-downloader/pull/87

New Contributors
* TwoOnefour made their first contribution in https://github.com/misaka10843/copymanga-downloader/pull/87

**Full Changelog**: https://github.com/misaka10843/copymanga-downloader/compare/v3.3...v3.4

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.