ComicSpider icon indicating copy to clipboard operation
ComicSpider copied to clipboard

兼容macOS吗,用Mac运行会报错。

Open zwluoqi opened this issue 5 years ago • 0 comments

Traceback (most recent call last): File "download_f.py", line 26, in download_from_file(path,p) File "download_f.py", line 15, in download_from_file comic.download_all_chapters_s(p) File "/Users/zhouwei/Documents/GitHub/ComicSpider/comic.py", line 231, in download_all_chapters_s [self.download_chapter(key=title,p=p) for title in self.chapters.keys()] File "/Users/zhouwei/Documents/GitHub/ComicSpider/comic.py", line 231, in [self.download_chapter(key=title,p=p) for title in self.chapters.keys()] File "/Users/zhouwei/Documents/GitHub/ComicSpider/comic.py", line 222, in download_chapter self.pages+=self.chapters[key].get_pages() File "/Users/zhouwei/Documents/GitHub/ComicSpider/comic.py", line 62, in get_pages driver.quit()

zwluoqi avatar Nov 06 '19 07:11 zwluoqi