62 Commits

Author SHA1 Message Date
ricterz
023c8969eb add global retry for search, download, fetch favorites 2025-02-09 20:02:52 +08:00
ricterzheng
fc69f94505 add --no-filename-padding options to fix #381 2025-01-29 22:59:28 +08:00
sgqy
d90fd871ef fix: failure chain 2025-01-26 22:38:50 +09:00
Bill Sideris
04bd88a1f7
fix: python-httpx 0.28 2025-01-23 21:16:07 +02:00
ricterz
803957ba88 fix #349 2025-01-11 08:33:59 +08:00
ricterz
54af682848 fix #369 2025-01-11 07:50:41 +08:00
ricterz
3cae13e76f fix #363 2024-12-18 23:37:00 +08:00
ricterz
eae42c8eb5 fix #356 2024-12-11 23:57:01 +08:00
ricterz
b841747761 fix #356 2024-12-11 23:47:48 +08:00
Ricter Zheng
edb571c9dd fix #358 2024-12-04 11:00:50 +08:00
normalizedwater546
e3410f5a9a fix: add headers, proxy to async_request 2024-11-23 13:11:25 +00:00
normalizedwater546
feb7f45533 fix: semaphore bound to different event loop 2024-11-23 12:19:36 +00:00
normalizedwater546
49e5a3094a fix: recent asyncio change resulting in sequential downloads
This was due to AsyncIO completely ignoring the thread (size) argument, and not updating sleep to be non-blocking.
2024-11-23 11:17:09 +00:00
Hellagur4225
c90c486fb4 Add a fix fatch for downloader 2024-11-19 01:13:16 +08:00
Hellagur4225
14c6db9cc3 Use coroutine in url download and improve the extensibility of class Downloader 2024-11-16 15:57:59 +08:00
ricterz
cbf9448ed9 improve #342 2024-09-22 13:35:07 +08:00
normalizedwater546
5a29eaf775 fix: add file_type check to downloader
If you wanted to generate both .cbz and .pdf, the .pdf will be skipped if .cbz was generated first.
2024-09-22 01:38:54 +00:00
normalizedwater546
497eb6fe50 fix: remove warning for folder already exists in downloader
Nothing is wrong with the folder already existing -- silently ignore and move on. Might still have other files inside that haven't been downloaded yet.
2024-09-22 01:00:06 +00:00
normalizedwater546
12364e980c fix process continuing despite cbz download request skipped 2024-09-22 00:43:10 +00:00
ricterz
dec3f44542 add some debug hack 2024-09-21 00:21:01 +08:00
ricterz
4ed4523782 fix #341 2024-09-20 23:27:37 +08:00
Ricter Z
4179947f16 add %ag %g formatter #269 2023-02-20 12:55:18 +08:00
Ricter Z
a8566482aa change log color and update images 2023-02-05 23:44:15 +08:00
Ricter Z
2adf8ccc9d reformat files #266 2023-02-05 23:13:47 +08:00
Ricter Z
61945a6e97 fix for issue #236 2022-05-02 17:01:30 +08:00
RicterZ
d9d2a6fb91 fix bug of proxy while downloading doujinshi 2021-06-02 23:20:56 +08:00
Johnny Wei
e181e0b9dd Switching 'logger.warn' to 'logger.warning' 2021-02-10 22:45:22 -08:00
RicterZ
f78d8750f3 remove __future__ 2021-01-11 11:03:45 +08:00
Ricter Z
b3f25875d0 fix bug on mac #126 2020-10-02 01:32:18 +08:00
RicterZ
23774d9526 fix bugs 2019-08-01 21:06:40 +08:00
RicterZ
8dc7a1f40b singleton pool 2019-08-01 18:52:30 +08:00
RicterZ
349e21193b remove print 2019-07-31 19:04:25 +08:00
RicterZ
7e826c5255 use multiprocess instead of threadpool #78 2019-07-31 01:22:54 +08:00
RicterZ
5df58780d9 add delay #55 2019-05-18 21:51:38 +08:00
root
0df51c83e5 change output filename 2018-12-30 14:06:15 +08:00
Ricter Z
7e56d9b901 fix #33 2018-10-24 22:06:49 +08:00
Ricter Z
8cbb334d36 fix #31 2018-10-24 21:56:21 +08:00
tbinavsl
c0143548d1 reverted partially by mistake the max_page commit; also added retries on other features 2018-09-09 22:24:34 +02:00
tbinavsl
af26482b6d Max retries + misc. language fixes 2018-09-09 21:33:50 +02:00
Ricter Z
967e0b4ff5 fix #18 #19 use nhentai api 2018-04-19 17:21:43 +08:00
Ricter Z
a56d3ca18c fix bug #13 2018-03-16 23:23:25 +08:00
Ricter Z
c1975897d2 save downloaded doujinshi as doujinshi name #13 2018-03-16 23:16:26 +08:00
Ricter Z
a47359f411 tiny bug 2017-07-06 15:41:33 +08:00
Ricter Z
d1ed9b6980 add html doujinshi viewer 2017-06-18 14:19:07 +08:00
Ricter Z
42a09e2c1e fix timeout 2017-03-17 20:19:40 +08:00
Ricter Z
9549c5f5a2 fix bug 2016-11-23 22:35:56 +08:00
Ricter Z
5592b30be4 do not download 404 2016-11-23 22:11:47 +08:00
Ricter Z
8f3bdc73bf unicode literals 2016-10-19 11:07:48 +08:00
Dhruvan Ganesh
9fe43dc219 project is now Py3 and Py2 compatible 2016-08-10 16:11:52 +05:30
Dhruvan Ganesh
0f89ff4d63 implemented Py2 & Py3 compatible Singleton 2016-08-10 16:11:10 +05:30