当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 1 Fork 1

dycimage/image
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
userId_and_defid.py 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
dycimage 提交于 2022-08-17 04:46 . update userId_and_defid.py.
# -*- coding: utf-8 -*-
"""
Created on Fri Mar 18 12:58:02 2022
@author: MeiYouDYC
userId_and_defid.py
"""
from py.book import *
from py.download import *
from py.directory import *
from py.chulimulu import *
from py.creatPDF import *
# from os import getcwd,chdir,path
from py.ml import *
if __name__ == '__main__':
print('书籍主页类似于(打开链接查看一下):https://book.sciencereading.cn/shop/book/Booksimple/show.do?id=BB4EB124D2A72B4DBE053020B0A0A860E000')
print('!!!注意链接最后不要含有 #')
url=input('请输入科学文库书籍主页:').strip()
bookId=url[63:]
# bookdefid=(input('请输入defid'))
book1=book(bookId, '')
parent=path.abspath(path.join(path.dirname("__file__"),path.pardir))
chdir(parent)
pwd=getcwd();
print(pwd)
# page=(input('请输入页数'))
# download.download(book.idNum, book.id, book.page)
bookDir=pwd+'\\'+book1.name+'\\'
#使用idNum 去下载每一页的png文件
#此时的目录在以bookname命名的文件夹下
Download(book1.idNum, book1.name, book1.page)
#将下载的图片合成一个pdf
creatPdf(book1.name)
#使用用户的cookie和book id 下载book的目录
# dire=directory('',bookId,book.name)
dire=ml(book1.idNum,book1.name)
#将下载的目录格式化 并且打入目录
muluchuli(bookDir, book1.name,dire.ml)
sleep(20)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dycimage/image.git
[email protected]:dycimage/image.git
dycimage
image
image
master

搜索帮助