Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 06-25-2024, 07:22 PM   #1
TTimeTraveller
Member
TTimeTraveller began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Mar 2023
Device: Kobo Clara HD 1
TLS - Times Literary Supplement

Hello! Does anyone have the recipe for the TLS? Or even the RSS feed would be nice. Thank you!
TTimeTraveller is offline   Reply With Quote
Old 06-26-2024, 09:58 AM   #2
unkn0wn
Evangelist
unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.
 
Posts: 478
Karma: 82692
Join Date: May 2021
Device: kindle
https://github.com/kovidgoyal/calibr...a59a37e5b241ce
unkn0wn is offline   Reply With Quote
Old 06-26-2024, 03:02 PM   #3
TTimeTraveller
Member
TTimeTraveller began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Mar 2023
Device: Kobo Clara HD 1
Thank you so much!
TTimeTraveller is offline   Reply With Quote
Old 06-26-2024, 03:18 PM   #4
TTimeTraveller
Member
TTimeTraveller began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Mar 2023
Device: Kobo Clara HD 1
Quote:
Originally Posted by unkn0wn View Post
Sorry, quick question, is there a way to download older issues with this? Or just the current issue?
TTimeTraveller is offline   Reply With Quote
Old 06-26-2024, 05:06 PM   #5
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,333
Karma: 74007256
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
Quote:
Originally Posted by TTimeTraveller View Post
Sorry, quick question, is there a way to download older issues with this? Or just the current issue?
I think you could just edit the recipe; change
Code:
        issue = 'https://www.the-tls.co.uk/issues/current-issue/'
to
Code:
        issue = 'https://www.the-tls.co.uk/issues/june-21-2024/'
PeterT is offline   Reply With Quote
Old 06-27-2024, 09:51 AM   #6
nano5
Connoisseur
nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.
 
Posts: 99
Karma: 2136220
Join Date: May 2019
Device: Kindle
fantastic
nano5 is offline   Reply With Quote
Old 06-27-2024, 11:37 PM   #7
nano5
Connoisseur
nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.
 
Posts: 99
Karma: 2136220
Join Date: May 2019
Device: Kindle
Quote:
Originally Posted by unkn0wn View Post
Have tried a couple of past issues, e.g. march-25-2016, or december-23-30-2016, some of the articles fails to fetch,

Quote:
32% Article download failed: Writing restraint
Could not fetch link https://www.the-tls.co.uk/wp-json/tl...-article/86481
Failed to download article: Murder who wrote? from https://www.the-tls.co.uk/literature...rder-who-wrote
such failed articles can be opened and viewed in browser though.
also, the successfully fetched articles are all good.
nano5 is offline   Reply With Quote
Old 06-27-2024, 11:42 PM   #8
nano5
Connoisseur
nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.
 
Posts: 99
Karma: 2136220
Join Date: May 2019
Device: Kindle
also, past issue like june-10-2016 will return error,

Quote:
Traceback (most recent call last):
File "runpy.py", line 198, in _run_module_as_main
File "runpy.py", line 88, in _run_code
File "site.py", line 42, in <module>
File "site.py", line 38, in main
File "calibre/ebooks/conversion/cli.py", line 422, in main
File "calibre/ebooks/conversion/plumber.py", line 1127, in run
File "calibre/customize/conversion.py", line 245, in __call__
File "calibre/ebooks/conversion/plugins/recipe_input.py", line 138, in convert
File "calibre/web/feeds/news.py", line 1069, in download
File "calibre/web/feeds/news.py", line 1248, in build_index
File "<string>", line 70, in parse_index
File "<string>", line 22, in get_cont
TypeError: 'bool' object is not subscriptable
nano5 is offline   Reply With Quote
Old Yesterday, 01:12 AM   #9
unkn0wn
Evangelist
unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.unkn0wn can do the Funky Gibbon.
 
Posts: 478
Karma: 82692
Join Date: May 2021
Device: kindle
https://github.com/kovidgoyal/calibr...a59a37e5b241ce
unkn0wn is offline   Reply With Quote
Old Yesterday, 06:30 AM   #10
nano5
Connoisseur
nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.
 
Posts: 99
Karma: 2136220
Join Date: May 2019
Device: Kindle
Great! Thanks
nano5 is offline   Reply With Quote
Old Yesterday, 09:23 PM   #11
nano5
Connoisseur
nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.
 
Posts: 99
Karma: 2136220
Join Date: May 2019
Device: Kindle
so far the only past issue that returns error is "september-2-2016", which likely an id mess-up at the original tls website
nano5 is offline   Reply With Quote
Old Today, 04:46 AM   #12
nano5
Connoisseur
nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.nano5 ought to be getting tired of karma fortunes by now.
 
Posts: 99
Karma: 2136220
Join Date: May 2019
Device: Kindle
thanks, works great now!
nano5 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
E-reader for TLS Jujuman Which one should I buy? 5 05-26-2020 01:18 PM
Recipe for The TLS nano5 Recipes 4 01-04-2020 08:59 PM
Literary The MR Literary Supplement sun surfer Book Clubs 12 07-07-2018 05:26 PM
Times Literary Supplement peg32 Recipes 0 11-02-2011 08:48 PM
Twilight Times Books: literary, SF/F, mystery and more twilighttimes Self-Promotions by Authors and Publishers 8 06-08-2011 02:02 PM


All times are GMT -4. The time now is 05:36 PM.


MobileRead.com is a privately owned, operated and funded community.