-
Notifications
You must be signed in to change notification settings - Fork 1
Description
When the script needs to create the "covers" folder, it shows an error message and terminates. If I create the folder instead, it works normally.
Error:
bishop@fringe:~$ python3 main.py Input series/update:261776 ノーサイド(Jコミックテラス×ナンバーナイン) Total page number 3 Processing https://bookwalker.jp/series/261776/page1/ Processing https://bookwalker.jp/series/261776/page2/ Processing https://bookwalker.jp/series/261776/page3/ Traceback (most recent call last): File "/home/bishop/main.py", line 123, in <module> main() File "/home/bishop/main.py", line 119, in main download_by_series(series) File "/home/bishop/main.py", line 100, in download_by_series os.mkdir(folder) FileNotFoundError: [Errno 2] No such file or directory: './covers/261776 ノーサイド(Jコミックテラス×ナンバーナイン)'