04-24-2024, 12:54 AM | #1 |
Junior Member
Posts: 4
Karma: 10
Join Date: Apr 2024
Device: KPW2
|
Is it possible to fetch older issues of news magazines?
I'm wanting to download issues of The Economist older than the latest issue, in the 'fetch news' section of Calibre. Is this possible without scripting? If it isn't, could someone point me in the direction of good resources for opening up Calibre's functionality with scripting? Thank you.
|
04-24-2024, 02:23 AM | #2 |
creator of calibre
Posts: 44,499
Karma: 24495778
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Modify the recipe to download whatever you like, https://manual.calibre-ebook.com/news.html
|
Advert | |
|
04-24-2024, 06:55 PM | #3 |
Connoisseur
Posts: 51
Karma: 16
Join Date: Feb 2015
Device: Kindle Paperwhite
|
Just edit the recipe on line 15
# For past editions, set date to, for example, '2020-11-28' edition_date = None For example, I used this date and it pulled up this issue. Use Saturday dates. edition_date = '2024-04-13' |
04-25-2024, 12:34 AM | #4 | |
Junior Member
Posts: 4
Karma: 10
Join Date: Apr 2024
Device: KPW2
|
Quote:
I found this api based on the API documentation for recipes shared by the creator of calibre, but unfortunately I don't know anything about programming and I can't read this stuff at all. How can I change the publication date in each recipe? Thanks again! |
|
04-25-2024, 12:39 AM | #5 |
Junior Member
Posts: 4
Karma: 10
Join Date: Apr 2024
Device: KPW2
|
Thank you! I've downloaded an earlier version of The Economist based on your suggestion. But I looked at other recipes and I realized that not every recipe has the ability to change the publication date directly.
I found this api based on the API documentation for recipes shared by the creator of calibre, but unfortunately I don't know anything about programming and I can't read this stuff at all. How can I change the publication date in each recipe? Thanks again! |
Advert | |
|
04-25-2024, 12:55 AM | #6 |
Junior Member
Posts: 4
Karma: 10
Join Date: Apr 2024
Device: KPW2
|
Apologies.I just got confused about the difference between publication date and edition date, and what I want to ask is actually how to change the edition date of each recipe?
|
04-25-2024, 01:05 AM | #7 |
Connoisseur
Posts: 51
Karma: 16
Join Date: Feb 2015
Device: Kindle Paperwhite
|
If you are talking about other recipes besides The Economist, then each website and recipes will be different on how you get past issues (if it is even possible) which I know nothing about.
|
05-11-2024, 03:05 PM | #8 |
Member
Posts: 11
Karma: 10
Join Date: Sep 2023
Location: Mumbai
Device: Kindle Oasis
|
Is it possible to get older issues of Barron's
|
05-11-2024, 11:57 PM | #9 |
Fanatic
Posts: 541
Karma: 82944
Join Date: May 2021
Device: kindle
|
use your link in archive = self.index_to_soup('') and remove the 4 lines below it. cover date desc are not possible.
and sometimes barrons wont respond to other links but you can try. |
05-14-2024, 05:31 AM | #10 |
Member
Posts: 11
Karma: 10
Join Date: Sep 2023
Location: Mumbai
Device: Kindle Oasis
|
Understood, thanks. I tried putting in the link 'https://www.barrons.com/magazine/20240415' but it didn't work
|
07-25-2024, 02:39 AM | #11 |
Zealot
Posts: 122
Karma: 2136220
Join Date: May 2019
Device: Kindle
|
Barron past issue's cover
In the python recipe, is it possible to get past issue's cover link using regex?
e.g. Code:
.*20231218.*(https:\/\/images.barrons.com\/im-\d{8}) |
07-25-2024, 10:27 AM | #12 | |
Member
Posts: 16
Karma: 10
Join Date: Jul 2024
Device: kindle paperwhite 10e
|
Quote:
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to set [fetch news]-[delete downloaded nenws older than * days] with command line | Aoxd3p4 | Library Management | 2 | 12-02-2019 03:04 AM |
Failing to fetch news from hurriyet daily news help | MrK03 | Recipes | 2 | 06-12-2019 01:40 AM |
Automatic news fetch: different news sources to different Kindles? | kcp | Calibre | 4 | 01-24-2015 02:43 PM |
How to send news to News and Magazines section (Kobo Glo) | gianfri | Calibre | 1 | 12-25-2012 09:21 PM |
Fetch News doesn't (fetch news, that is) | DJ Vollkasko | Recipes | 9 | 06-30-2012 03:11 AM |