Hi everyone,
Any idea how to adapt Kovid Goyal's NYT recipe (https://github.com/kovidgoyal/calibr...nytimes.recipe) to fetch https://www.nytimes.com/es/ for which the NYT unfortunately doesn't offer neither an RSS feed nor NYT section, in other words, simply adding
to Kovid Goyal's NYT recipe's oject
, namely
obviously doesn't fetch the news from https://www.nytimes.com/es/ because line 297 of Kovid Goyal's NYT recipe reads
hence, expects either a NYT RSS feed or NYT section, whereas the news in spanish from the NYT are not located as
but as
Btw, NYT does offer to deliver their news in spanish if users suscribe to "El Times" by entering an email. The new task would be to convert NYt's spanish news delivered by email with calibre. Would that be easier?
Thanks in advance for your feedback.
Any idea how to adapt Kovid Goyal's NYT recipe (https://github.com/kovidgoyal/calibr...nytimes.recipe) to fetch https://www.nytimes.com/es/ for which the NYT unfortunately doesn't offer neither an RSS feed nor NYT section, in other words, simply adding
Code:
[('Spanish', 'es')]Code:
web_sectionsCode:
web_sections = [('Spanish', 'es')]Code:
url = 'https://www.nytimes.com/section/' + slugCode:
https://www.nytimes.com/section/esCode:
https://www.nytimes.com/esThanks in advance for your feedback.









