ComicCrawler icon indicating copy to clipboard operation
ComicCrawler copied to clipboard

An image crawler written in Python.

Results 35 ComicCrawler issues
Sort by recently updated
recently updated
newest added

https://github.com/eight04/ComicCrawler/blob/7ad079af4c8190837afa505cffe3b98cdce888e0/comiccrawler/io.py#L59-L60 https://docs.python.org/3/library/os.html#os.rename I think we should change the procedure to: 1. Rename the old file. 2. Write new file. 3. Delete the old file. So it doesn't depend on `os.replace`.

URL: https://exhentai.org/g/323260/f04af39a6a/ Setting: ``` originalfilename = True ``` Page 246 would overwrite page 11: * https://exhentai.org/s/db1e11a4b4/323260-11 * https://exhentai.org/s/dbe63a5717/323260-246

``` #! python3 from tkinter import * from tkinter.ttk import * from comiccrawler.gui import select_episodes from comiccrawler.core import Mission, Episode # create fake mission episodes = [Episode("some title #{}".format(i)) for...

eight老哥您好 现在e绅士推出了tor网络版的站,请问可否支持tor版的绅士站? 谢谢

蠻多網站會抓取這家,不過都有壓縮 直接從colamanga.com下載會比較清晰 不知道是否能支援這家網站?

cloudflare

目前dmzj需要登陆后才能获得漫画内容了,希望作者可以修复,感谢。

一段时间没有留意,不知道腾讯何时改成这样的。有些漫画只能在手机APP或者电脑端阅读,即使已经购买了章节依然不能网页在线阅读,导致comiccrawler抓取的时候无法下载到图片。 例如我要下载的这个漫画(传武) https://ac.qq.com/Comic/comicInfo/id/624570 请问大佬有无解决办法?谢谢!

最近在下載看漫畫時,會出現錯誤訊息如下,要換IP才能繼續下載 requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='tw.manhuagui.com', port=443): Max retries exceeded with url: /comic/4739/550790.html (Caused by ConnectTimeoutError(, 'Connection to tw.manhuagui.com timed out. (connect timeout=22)'))

If there is a bad file type error, Comic Crawler goes into a 416 error loop: 1. Download file into foo.part. 2. Sniff file extension. 3. Bad file type error....

打入comiccrawler gui後,出現下列訊息 C:\Users\user>comiccrawler gui Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\user\AppData\Local\Programs\Python\Python312\Scripts\comiccrawler.exe\__main__.py", line 7, in File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\comiccrawler\cli.py", line 57,...