File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1313from .express import ExpressParser
1414from .i_news import INewsParser
1515from .metro import MetroParser
16+ from .nature import NatureParser
1617from .the_bbc import TheBBCParser
1718from .the_guardian import TheGuardianParser
1819from .the_independent import TheIndependentParser
@@ -145,6 +146,17 @@ class UK(metaclass=PublisherGroup):
145146 ],
146147 )
147148
149+ Nature = Publisher (
150+ name = "Nature" ,
151+ domain = "https://www.nature.com/" ,
152+ parser = NatureParser ,
153+ sources = [
154+ RSSFeed ("https://www.nature.com/nature.rss" ),
155+ NewsMap ("https://www.nature.com/latest-news/sitemap.xml" ),
156+ Sitemap ("https://www.nature.com/sitemap.xml" ),
157+ ],
158+ )
159+
148160 Express = Publisher (
149161 name = "Daily Express" ,
150162 domain = "https://www.express.co.uk/" ,
You can’t perform that action at this time.
0 commit comments