alessionossa / Scuolabook-Downloader-2

Download Scuolabook ebook.

Home Page:https://github.com/MrUke/Scuolabook-downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

script throw FileNotFoundError while trying to download the first page of the book

MiChiamerebbiLuca opened this issue · comments

it happens with all books, not just this one.

[Selected book]                                                                                                                                                                                                                                                                                                                                                             Title: 'b'Il nuovo Millennium 3''
Author: b'Gianni Gentile, Luigi Ronga, Anna Rossi'
Publisher: b'La Scuola'
ISBN: b'9788835043966'
Pages: 1126

Downloading page 1/1126...Traceback (most recent call last):
  File "c:\Users\lucaa\Desktop\New folder\scuol.py", line 58, in <module>
    f = open(cache + filename + ".jpg", "wb")
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/8aa7bdeb1ca90fce28d7e2a82951721b.jpg'

thank you!

Please try the refactored version of the script that has just been merged

works fine, thank you!