Commit Graph

37146 Commits

Author SHA1 Message Date
Kovid Goyal 65eafd1f7c Update Wired Magazine 2018-12-05 09:43:03 +05:30
Kovid Goyal 184bd089c1 ... 2018-12-04 17:43:32 +05:30
Kovid Goyal 988a383714 ... 2018-12-02 13:44:44 +05:30
Kovid Goyal ff059b3066 Edit book: Insert hyperlink: Allow specifying a template to control the markup that is inserted for the hyperlink. Fixes #1804250 [[enhancement] editor, insert hyperlink add <sup> option](https://bugs.launchpad.net/calibre/+bug/1804250) 2018-12-02 13:38:30 +05:30
Kovid Goyal c327410f69 ... 2018-12-02 13:00:50 +05:30
Kovid Goyal 22d5e11cac Sports Illustrated by Kovid Goyal 2018-12-02 12:58:14 +05:30
Kovid Goyal 507901b0e9 Remove non-working recipe 2018-12-02 12:22:09 +05:30
Kovid Goyal bbcfac91f0 Merge branch 'master' of https://github.com/davidfor/calibre 2018-12-02 07:18:23 +05:30
David d344124481 Fix error when no author on Kobo device
And I meant to bump the driver version before.
2018-12-01 22:43:30 +11:00
Kovid Goyal 5c8f4a10a1 E-book viewer: Fix a regression that broke viewing of HTMLZ files
Fixes #1691976 [ebook-viewer cannot open htmlz-files](https://bugs.launchpad.net/calibre/+bug/1691976)
2018-12-01 13:27:10 +05:30
Kovid Goyal 4a5dcef805 Add a retry for WSJ articles 2018-11-28 20:17:38 +05:30
Kovid Goyal ccc4a17060 Fix missing headlines on some wsj articles 2018-11-28 20:13:54 +05:30
Kovid Goyal 82ab74d5a7 Update Wall Street Journal for print edition page changes 2018-11-27 21:00:01 +05:30
Kovid Goyal 1d15835d07 Rubikon.de by schuster 2018-11-25 17:47:37 +05:30
Kovid Goyal fb380aaaff Update Newsweek 2018-11-22 10:43:53 +05:30
Kovid Goyal 2a26bb7be4 ... 2018-11-21 20:02:07 +05:30
Kovid Goyal 01c47148e9 ... 2018-11-20 09:17:46 +05:30
Kovid Goyal 53447245c4 Move sorting into individual handlers for popup completion requests 2018-11-19 19:48:15 +05:30
Kovid Goyal d8dc884498 Edit book: Fix suggestions in completion popup not being sorted. Fixes #1803985 [[enhancement] editor, make auto fill a href more "natural" order](https://bugs.launchpad.net/calibre/+bug/1803985) 2018-11-19 19:42:40 +05:30
Kovid Goyal 795d7f54ff Update Telepolis 2018-11-19 09:58:04 +05:30
Kovid Goyal 928a72ebc0 Merge branch 'patch-1' of https://github.com/BeckyDTP/calibre 2018-11-17 08:46:28 +05:30
Becky 37c15fd911 A capital letter in hint. 2018-11-16 11:54:37 +01:00
Kovid Goyal 97f9373a99 Economist: handle printedition page redirecting to previous issue instead of current one 2018-11-16 12:24:41 +05:30
Kovid Goyal 1026635639 Metadata download: Add an option (in Preferences->Metadata download) to
keep multiple results from individual metadata sources, useful if yu
prefer to pick the best result by hand and use only one or two metadata
sources. Fixes #1802293 [download metadata only keeps one book per source](https://bugs.launchpad.net/calibre/+bug/1802293)
2018-11-16 09:40:02 +05:30
Kovid Goyal c2895cfbc0 Use lopen() in the container class 2018-11-16 08:46:32 +05:30
Kovid Goyal c055ec3a15 Windows: Fix restarting calibre with system tray icon enabled causing duplicate defunct icons in the tray. Fixes #1803034 [Windows 7 - Icon duplicated in notification area](https://bugs.launchpad.net/calibre/+bug/1803034) 2018-11-16 08:33:26 +05:30
Kovid Goyal 37f584f90a Kobo driver: Add an option to directly update metadata in the Kobo
device database, instead of waiting for the Kobo to update the database
after disconnecting. (Preferences->Plugins->Cusotmize the Kobo device plugin)

Merge branch 'master' of https://github.com/davidfor/calibre
2018-11-14 21:10:05 +05:30
David 265b2a506b Update metadata in Kobo database
Added options to decide to update metadata, for the Subtitle and whether
to update purchased books. The update will use a metadata plugboard if
there is one.
2018-11-14 23:14:18 +11:00
Kovid Goyal 82246b62ea Update Yahoo News 2018-11-13 10:14:42 +05:30
Kovid Goyal 5a7275b976 Update Associated Press 2018-11-13 09:54:00 +05:30
Kovid Goyal 9f24576ab3 Update Mother Jones 2018-11-13 09:29:21 +05:30
Kovid Goyal bab04cf920 Forgot to remove leading slash in one other place 2018-11-12 09:09:34 +05:30
Kovid Goyal 4893d6f792 Le Peuple Breton by Lionel Plais
Merge branch 'master' of https://github.com/ILPlais/calibre
2018-11-11 10:31:07 +05:30
Lionel PLAIS 4a5d4e4e34 Le Peuple Breton recipe
Recipe for the French newspaper Le Peuple Breton.
2018-11-10 22:15:54 +01:00
Kovid Goyal a42a49adf6 Mandidner by pofa 2018-11-10 11:03:12 +05:30
Kovid Goyal b09766f26c ... 2018-11-09 09:34:23 +05:30
Kovid Goyal 22eb77f518 Fix incorrect assignment of articles to sections in NYT recipe 2018-11-08 15:52:49 +05:30
Kovid Goyal c19cbe3d4a version 3.34.0 v3.34.0 2018-11-08 10:07:03 +05:30
Kovid Goyal 79a0a7ab58 pep8 2018-11-08 10:02:30 +05:30
Kovid Goyal dc636725fa EPUB Input: Handle invalid EPUB files that have their NCX documents in the spine. Fixes #1796497 [AttributeError: 'NoneType' object has no attribute 'get'](https://bugs.launchpad.net/calibre/+bug/1796497) 2018-11-08 09:52:30 +05:30
Kovid Goyal a616a092b2 Kindle driver: Add support for new 2018 Kindle Paperwhite
Fixes #1802088 [Kindle Paperwhite 2018 is not detected (new kindle)](https://bugs.launchpad.net/calibre/+bug/1802088)
2018-11-07 20:49:35 +05:30
Kovid Goyal 76924d0146 Update Business Standard 2018-11-06 11:53:27 +05:30
Kovid Goyal 42dcabc8dd Merge branch 'master' of https://github.com/t3d/calibre 2018-11-06 10:15:24 +05:30
Kovid Goyal b8fec63df6 fix typo 2018-11-05 21:07:21 +05:30
Kovid Goyal 7de8c6da71 Merge branch 'patch-2' of https://github.com/pjpaulpj/calibre 2018-11-05 20:59:59 +05:30
PJ Paul 58a51c94ef Updated Arts and Letters Daily
Made following changes:
1. Articles older than oldest articles parameter are ignored.
2. Articles are now grouped as per their section headers.
2018-11-05 17:29:20 +03:00
Kovid Goyal bd1db700fe Arts and Letters Daily by pjpaulpj
Merge branch 'patch-1' of https://github.com/pjpaulpj/calibre
2018-11-05 16:26:31 +05:30
PJ Paul 91f30f51aa Recipe for Arts and Letters Daily
A recipe to pull the contents of the facing page of Arts and Letters Daily https://www.aldaily.com/
2018-11-05 13:48:40 +03:00
Kovid Goyal e2a0807079 Use JSON rather than HTML data from the NYT today's paper page as it is more complete 2018-11-05 12:48:02 +05:30
Kovid Goyal 6ce808c499 Allow saving index html easily 2018-11-05 12:43:20 +05:30