Thread: Slate download
View Single Post
Old 05-25-2024, 04:40 AM   #5
wiggida
Member
wiggida began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Oct 2020
Device: Kindle Paperwhite
Thank you for taking the time to help
I find that slate doesn't include all articles on their RSS

The old slate code had a series of *.html pages that it loops through (i have copied an extract below) - is it possible to implement this?


The sections which I am particularly interested in downloading are
https://slate.com/advice
https://slate.com/life
But, I would love all the header sections, in a single download (News & Politics, Culture, Technology, Business, Life, Advice)

Thank you again

****************

for sectitle, url in (
('News & Politics', '/articles/news_and_politics.html'),
('Technology', '/articles/technology.html'),
('Business', '/articles/business.html'),
('Arts', '/articles/arts.html'),
('Life', '/articles/life.html'),
('Health & Science', '/articles/health_and_science.html'),
('Sports', '/articles/sports.html'),
('Double X', '/articles/double_x.html'),
wiggida is offline   Reply With Quote