51053 Commits

Author SHA1 Message Date
Mingye Wang
43ae7c6a54
bypy/macos: use ULMO
ULMO, available in 10.15+, uses LZMA compression, which is both stronger and faster than the deprecated bzip2 (UDBZ).
2024-08-13 10:58:35 +08:00
Kovid Goyal
c376d2e25d
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-08-12 10:05:43 +05:30
unkn0w7n
5a28507414 ... 2024-08-12 09:57:34 +05:30
unkn0w7n
62173e30f1 Nat Geo
add options for hi-res images
2024-08-12 09:55:29 +05:30
Kovid Goyal
3d092909d6
Merge branch 'fix_tolino_mimetype' of https://github.com/beedaddy/calibre 2024-08-12 09:25:09 +05:30
Martin Brodbeck
2682901d78 Handle more tolino specific cases. 2024-08-11 18:38:36 +02:00
Martin Brodbeck
e75ea57e41 Check for tolino device. 2024-08-11 18:37:22 +02:00
Kovid Goyal
34f7b9eaf4
Fix #2076515 [calibredb list command ignores fields option](https://bugs.launchpad.net/calibre/+bug/2076515) 2024-08-11 20:18:29 +05:30
Martin Brodbeck
2ac0d0fcf0 Books from the Tolino Cloud are EPUBs (not KEPUBs).
Add MimeType 'application/epub+zip' so that these books are also being listed.
2024-08-11 15:55:36 +02:00
Kovid Goyal
408193c895
Get print() working in fetch worker 2024-08-09 19:33:55 +05:30
Kovid Goyal
339ec662d4
Implement changing user-agent and setting cookies 2024-08-09 19:27:22 +05:30
Kovid Goyal
1c5c36b1d7
Add tests for redirection and request objects 2024-08-09 13:12:32 +05:30
Kovid Goyal
d7404bcf1b
More tests including for timeouts 2024-08-09 12:53:53 +05:30
Kovid Goyal
d437f1b644
Add a basic test for the fetch backend 2024-08-09 10:44:02 +05:30
Kovid Goyal
4f077f1934
Write a fake browser object to help integrate the new webengine based fetcher into the recipe system 2024-08-09 08:59:34 +05:30
Kovid Goyal
40d217d7e7
More work on new fetch engine 2024-08-08 20:47:07 +05:30
Kovid Goyal
6f307021a0
More work on the new fetch backend 2024-08-08 15:02:17 +05:30
Kovid Goyal
d1589e00f3
Email delivery: When sending emails to Kindle's dont convert filenames to English letters as Amazon appears to have finally fixed their email servers to handle non-English filenames.
Fixes #2378 (use ebook title (name) as the email attachment name)
2024-08-08 12:46:06 +05:30
Kovid Goyal
e62f7427b4
Move scraper test into its own module 2024-08-08 10:46:36 +05:30
Kovid Goyal
68e3787076
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-08-06 09:23:33 +05:30
unkn0w7n
28d5bbc616 ... 2024-08-06 09:17:17 +05:30
unkn0w7n
a954ae08af Update wsj.recipe 2024-08-06 09:10:23 +05:30
Kovid Goyal
5031269baf
Start work on using browser network stack for recipes 2024-08-06 08:56:41 +05:30
Kovid Goyal
bf7c76f79e
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-08-05 11:07:20 +05:30
unkn0w7n
beabc65761 Revert "Update wsj.recipe"
This reverts commit 068f310aa3afb39ea245b8a178cd855271e942de.
2024-08-05 10:57:12 +05:30
Kovid Goyal
641386dca1
Use a newer toolchain to build Linux binaries
Qt 6.7.2 fails to build with gcc 9/glibc 2.31
2024-08-05 10:48:09 +05:30
Kovid Goyal
5ec3263da2
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-08-05 09:58:35 +05:30
unkn0w7n
f87e766855 Update WaPo 2024-08-05 09:20:18 +05:30
unkn0wn
b41f5ac9c5
Merge branch 'kovidgoyal:master' into master 2024-08-04 23:31:49 +05:30
Kovid Goyal
8b156276fb
Merge branch 'fix-mediapart' of https://github.com/LAntoine/calibre 2024-08-04 17:19:49 +05:30
LAntoine
2e24c895bd Fix Mediapart recipe
Google news feed was not working again, so I remved it and added a custom feed parser to keep the different sections of the journal even though only one RSS feed is available.
2024-08-04 12:00:51 +02:00
Kovid Goyal
0ce8e9af3c
Cleanup previous PR 2024-08-04 14:42:46 +05:30
Kovid Goyal
74d685ffa4
Merge branch 'opf' of https://github.com/lidavidm/calibre 2024-08-04 14:42:39 +05:30
Kovid Goyal
64cb4b3fc6
Bump Qt to version 6.7.2
Also fix some pep8 warnings in recipes
2024-08-04 14:26:28 +05:30
David Li
f1827e40d1 Feedback 2024-08-04 17:29:02 +09:00
Kovid Goyal
e18430c2fe
pep8 2024-08-04 10:14:38 +05:30
Kovid Goyal
0a6e387483
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-08-04 10:12:25 +05:30
unkn0w7n
ffc7bbc708 Update indian_express.recipe
fix cover
2024-08-04 09:22:37 +05:30
unkn0w7n
99d53aa6fc remove the_athletic 2024-08-04 09:22:18 +05:30
unkn0w7n
b49eed0582 ... 2024-08-04 09:21:30 +05:30
unkn0w7n
104614612f Update Bloomberg 2024-08-04 09:21:12 +05:30
Kovid Goyal
9bda4443ba
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-08-04 09:06:48 +05:30
unkn0w7n
068f310aa3 Update wsj.recipe 2024-08-04 09:03:41 +05:30
Kovid Goyal
185f7b746f
Merge branch 'fix/recipes-nautilus-choose-better-cover-img' of https://github.com/wbradley93/calibre 2024-08-04 09:02:00 +05:30
Wes Bradley
a54429af0e
fix: choose a Nautilus cover image without the weird border 2024-08-03 18:49:33 -05:00
Kovid Goyal
283dff5177
Merge branch 'typos2' of https://github.com/luzpaz/calibre 2024-08-03 06:58:25 +05:30
luzpaz
e666ac3144
Fix various typos in codebase
Foiund via `codespell -q 3 -S "./Changelog.*,./resources/dictionaries" -L alo,ans,bu,fo,lokale,lokales,nd,pard,ro,tha,te,ths,ue,vai `
2024-08-02 13:12:09 -04:00
Kovid Goyal
f198b029e7
When adding books that do not have title sort metadata auto-generate it based on the book's language 2024-08-02 21:36:47 +05:30
Kovid Goyal
d597d59b25
Ensure field metadata is initialised before constructing downloaded books list 2024-08-02 21:01:03 +05:30
Kovid Goyal
8fa1980710
Another try at #2073972 2024-08-02 20:56:55 +05:30