45256 Commits

Author SHA1 Message Date
Kovid Goyal
fd1c2142ff
pycryptodome patch should not be needed anymore 2022-07-01 19:10:53 +05:30
Kovid Goyal
0ef5e879f5
dukpy is not needed anymore 2022-07-01 18:58:52 +05:30
Kovid Goyal
50c95494b5
Fix #1980492 [Reports' links error](https://bugs.launchpad.net/calibre/+bug/1980492) 2022-07-01 18:49:15 +05:30
Kovid Goyal
65c55a6d44
pep8 2022-06-30 21:36:14 +05:30
Kovid Goyal
248fbd3192
Merge branch 'master' of https://github.com/itsirc/calibre 2022-06-30 21:35:25 +05:30
Kovid Goyal
49a1d469ce
... 2022-06-30 21:33:49 +05:30
Cristi Ghera
f96086a021 Updated NRC, Volkskrant to download the daily editions 2022-06-30 17:29:20 +02:00
Kovid Goyal
c808876807
Switch to GA4 2022-06-30 18:33:46 +05:30
Kovid Goyal
f70e39ca03
Remove affiliate links for Kobo Get books plugin
They dont work anymore and I cant be bothered working with Rakuten to
fix them.
2022-06-30 08:57:06 +05:30
Kovid Goyal
d148645902
Update Eenadu 2022-06-29 20:11:54 +05:30
Kovid Goyal
c52f11532b
... 2022-06-29 19:57:21 +05:30
Kovid Goyal
8498714848
The Hindu BusinessLine Print Edition by unkn0wn 2022-06-29 19:54:34 +05:30
Kovid Goyal
4ee2709924
Update The Week 2022-06-29 19:48:01 +05:30
Kovid Goyal
3a9d2c0270
... 2022-06-28 22:00:39 +05:30
Kovid Goyal
dc1d3dc2ef
Add a FAQ entry about amazon's latest anti-customer move 2022-06-28 21:49:19 +05:30
Kovid Goyal
b04c967f4b
update quantcast tag 2022-06-28 20:57:26 +05:30
Kovid Goyal
0399032731
Fix #1979989 [Updated recipe for Pagina12](https://bugs.launchpad.net/calibre/+bug/1979989) 2022-06-27 20:17:22 +05:30
Kovid Goyal
91e5467782
Merge branch 'master' of https://github.com/cbhaley/calibre 2022-06-23 23:32:46 +05:30
Charles Haley
116a8f8250 Typo in sorting custom series single widget completion lists 2022-06-23 18:58:20 +01:00
Kovid Goyal
ccb6ff9d3e
Forgot the custom series edit widgets in my last commit 2022-06-23 22:50:02 +05:30
Kovid Goyal
98dea95759
Use the correct sort order for completions on the series edit boxes
Now will sort based on the tweak and using the current UI language
2022-06-23 22:31:02 +05:30
Kovid Goyal
fc81cfda7c
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1979544 [stored search gives error about recursive search](https://bugs.launchpad.net/calibre/+bug/1979544)
2022-06-23 06:56:03 +05:30
Charles Haley
cc07ae92fc Bug #1979544: incorrect detection of recursion in a saved search 2022-06-22 21:23:38 +01:00
Kovid Goyal
6e11ed5526
pep8 2022-06-21 07:41:01 +05:30
Kovid Goyal
52ce0ace59
Distrowatch by yodha8
Merge branch 'master' of https://github.com/yodha8/calibre
2022-06-21 07:39:40 +05:30
yodha8
324bb4b81b
Create recipe for DistroWatch Weekly 2022-06-20 12:00:35 -07:00
Kovid Goyal
06daad5c61
Update The Economist 2022-06-20 18:46:55 +05:30
Kovid Goyal
86abf1122c
Merge branch 'master' of https://github.com/yodha8/calibre 2022-06-20 14:53:17 +05:30
yodha8
c0a0765b11
Update lwn_free.recipe
Skips paid articles and cleanly pulls only past week's free articles.
2022-06-20 01:23:03 -07:00
Kovid Goyal
c89442e6a5
Merge branch 'master' of https://github.com/yodha8/calibre 2022-06-20 13:04:15 +05:30
yodha8
fb3c9e0d1f
Update science_news.recipe
Pull articles of latest magazine issue instead of RSS feed.
2022-06-20 00:29:06 -07:00
Kovid Goyal
c9cb5fc703
Merge branch 'patch-3' of https://github.com/felagund/calibre 2022-06-18 05:44:57 +05:30
Kovid Goyal
13db00d50c
Merge branch 'patch-2' of https://github.com/felagund/calibre 2022-06-18 05:42:43 +05:30
Kovid Goyal
43c9dbf314
Merge branch 'patch-1' of https://github.com/felagund/calibre 2022-06-18 05:38:20 +05:30
Kovid Goyal
3d41dde21c
Merge branch 'manual' of https://github.com/felagund/calibre 2022-06-18 05:35:47 +05:30
Tomáš Hnyk
35077c15e0
 Use publication date in title instead of current date
A follow up to this https://github.com/kovidgoyal/calibre/pull/1665 that implements this for the Economist.
2022-06-17 23:38:29 +02:00
Tomáš Hnyk
dc06bf67ed
Use proper date in recipes
As discussed here: #1642 (comment), this makes the title in a recipe use the date when a given publication was issued (if set by a recipe) instead of current time.
2022-06-17 23:34:26 +02:00
Tomáš Hnyk
b2fce54f1f
Document publication_date
I think this should appear here: https://manual.calibre-ebook.com/news_recipe.html
so documenting it.
2022-06-17 23:32:00 +02:00
Tomáš Hnyk
f6d9611a5f
Clarifies which Linux package to use
This adds two things to documentations:

1. Links to installers (I picked the non 64bit version for Windows)
2. Clarifying and emphasazing that one needs to use package used by upstream to use CALIBRE_DEVELOP_FROM, not the package provided by distribution

See also here: https://www.mobileread.com/forums/showthread.php?t=294791
2022-06-17 23:18:02 +02:00
Kovid Goyal
19e50d4fed
EPW Magazine by unkn0wn 2022-06-17 13:00:45 +05:30
Kovid Goyal
88e730a07d
Live Law by unkn0wn 2022-06-17 12:44:37 +05:30
Kovid Goyal
c53cc30b22
version 5.44.0 v5.44.0 2022-06-17 08:05:27 +05:30
Kovid Goyal
9ffcb91813
pep8 2022-06-17 07:56:09 +05:30
Kovid Goyal
1f9c67ce02
Fix #1979011 [Economist recipe not working](https://bugs.launchpad.net/calibre/+bug/1979011) 2022-06-17 07:54:29 +05:30
Kovid Goyal
3d3651ebce
Merge branch 'economist' of https://github.com/xxyzz/calibre 2022-06-17 07:53:43 +05:30
xxyzz
9992c75327
Get articles data from json
The economist website changes the `a` tag class name to random string
2022-06-17 09:49:18 +08:00
Kovid Goyal
ab2e9a50d9
Amazon metadata download: Add an option to prefer the Kindle edition when multiple book types are returned by the search (Preferences->Metadata download->Configure the Amazon plugin). Fixes #1976105 [Add option to only scrape kindle ASIN](https://bugs.launchpad.net/calibre/+bug/1976105) 2022-06-16 13:43:05 +05:30
Kovid Goyal
aa3312d514
Update Harvard Business Review 2022-06-16 13:33:05 +05:30
Kovid Goyal
4abda26e92
Edit book: Live CSS: Fix @namespace rules causing jumping to rule definition to go to the wrong definition. Fixes #1978500 [Private bug](https://bugs.launchpad.net/calibre/+bug/1978500) 2022-06-16 12:49:56 +05:30
Kovid Goyal
211efd35d1
Update Philosophy Now 2022-06-16 11:56:39 +05:30