-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add El Pais
#632
Add El Pais
#632
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice as well 🎉 First Spanish publisher
src/fundus/publishers/es/__init__.py
Outdated
domain="https://elpais.com/", | ||
parser=ElPaisParser, | ||
sources=[ | ||
RSSFeed("https://feeds.elpais.com/mrss-s/pages/ep/site/elpais.com/portada"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like you can request sitemaps with this schema https://elpais.com/sitemaps/2015/10/sitemap_0.xml
. Everything greater than 0
seems to result in the same sitemap.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, how did you find that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Often it helps googeling the site + sitemap, in this case www.elpais.com sitemap
No description provided.