Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
/ WorldScreen Public archive

Download Worldscreen magazine using python

License

Notifications You must be signed in to change notification settings

moriwang/WorldScreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

环球银幕杂志下载

2021-06 官方发布停更公告,本项目不再维护。

使用 python 自动获取当期杂志页数,下载,合并PDF。

针对可能出现压缩包无法解压的情况,增加了一次自动重试。

效果

image

使用方法

首先需要取得格式如 'XX/XXX/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' 的下载路径。

由于版权原因,本仓库不予提供,如有兴趣,可下载 iPad 版「环球银幕HD」App 自行研究取得。 经测试,iPadOS 13.3 已无法运行。

config.py 中填入下载路径后, 运行 main.py 即可取得该期杂志。

技术分析

杂志的预览图压缩包提供了实现了自动取得页码与真实下载链接的基础。

使用 requests 模拟 App 客户端 Header,并简单实现了一个多线程下载器。

解压后将文件进行不同策略的处理后,使用 PyPDF2 合并。

License

See the LICENSE file for license rights and limitations (MIT).

About

Download Worldscreen magazine using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages