This commit is contained in:
Kovid Goyal 2024-04-18 20:52:08 +05:30
commit 35841014de
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -87,29 +87,28 @@ class elcorreo(BasicNewsRecipe):
('Opinión', 'https://www.elcorreo.com/rss/atom/?section=opinion'), ('Opinión', 'https://www.elcorreo.com/rss/atom/?section=opinion'),
('Internacional', 'https://www.elcorreo.com/rss/atom/?section=internacional'), ('Internacional', 'https://www.elcorreo.com/rss/atom/?section=internacional'),
('Ciencia', 'https://www.elcorreo.com/rss/atom/?section=ciencia'), ('Ciencia', 'https://www.elcorreo.com/rss/atom/?section=ciencia'),
('Guipuzkoa', 'http://www.elcorreo.com/rss/atom/?section=gipuzkoa'), # ('Guipuzkoa', 'http://www.elcorreo.com/rss/atom/?section=gipuzkoa'),
('Araba', 'http://www.elcorreo.com/rss/atom/?section=araba'), # ('Araba', 'http://www.elcorreo.com/rss/atom/?section=araba'),
('La Rioja', 'http://www.elcorreo.com/rss/atom/?section=larioja'), # ('La Rioja', 'http://www.elcorreo.com/rss/atom/?section=larioja'),
('Miranda', 'http://www.elcorreo.com/rss/atom/?section=miranda'), # ('Miranda', 'http://www.elcorreo.com/rss/atom/?section=miranda'),
('Economía', 'http://www.elcorreo.com/rss/atom/?section=economia'), ('Economía', 'http://www.elcorreo.com/rss/atom/?section=economia'),
('Culturas', 'http://www.elcorreo.com/rss/atom/?section=culturas'), # ('Culturas', 'http://www.elcorreo.com/rss/atom/?section=culturas'),
('Politica', 'http://www.elcorreo.com/rss/atom/?section=politica'), ('Politica', 'http://www.elcorreo.com/rss/atom/?section=politica'),
('De tiendas', 'https://www.elcorreo.com/rss/atom/?section=de-tiendas'), # ('De tiendas', 'https://www.elcorreo.com/rss/atom/?section=de-tiendas'),
('Deportes', 'https://www.elcorreo.com/rss/atom/?section=deportes'), # ('Elecciones', 'https://www.elcorreo.com/rss/atom/?section=elecciones'),
('Elecciones', 'https://www.elcorreo.com/rss/atom/?section=elecciones'), # ('Sociedad', 'https://www.elcorreo.com/rss/atom/?section=sociedad'),
('Sociedad', 'https://www.elcorreo.com/rss/atom/?section=sociedad'), # ('Vivir', 'https://www.elcorreo.com/rss/atom/?section=vivir'),
('Vivir', 'https://www.elcorreo.com/rss/atom/?section=vivir'),
('Tecnología', 'http://www.elcorreo.com/rss/atom/?section=tecnologia'), ('Tecnología', 'http://www.elcorreo.com/rss/atom/?section=tecnologia'),
('Gente - Estilo', 'http://www.elcorreo.com/rss/atom/?section=gente-estilo'), # ('Gente - Estilo', 'http://www.elcorreo.com/rss/atom/?section=gente-estilo'),
('Planes', 'http://www.elcorreo.com/rss/atom/?section=planes'), # ('Planes', 'http://www.elcorreo.com/rss/atom/?section=planes'),
('Athletic', 'http://www.elcorreo.com/rss/atom/?section=athletic'), # ('Athletic', 'http://www.elcorreo.com/rss/atom/?section=athletic'),
('Alavés', 'http://www.elcorreo.com/rss/atom/?section=alaves'), # ('Alavés', 'http://www.elcorreo.com/rss/atom/?section=alaves'),
('Bilbao Basket', 'http://www.elcorreo.com/rss/atom/?section=bilbaobasket'), # ('Bilbao Basket', 'http://www.elcorreo.com/rss/atom/?section=bilbaobasket'),
('Baskonia', 'http://www.elcorreo.com/rss/atom/?section=baskonia'), # ('Baskonia', 'http://www.elcorreo.com/rss/atom/?section=baskonia'),
('Deportes', 'http://www.elcorreo.com/rss/atom/?section=deportes'), ('Deportes', 'http://www.elcorreo.com/rss/atom/?section=deportes'),
('Jaiak', 'http://www.elcorreo.com/rss/atom/?section=jaiak'), # ('Jaiak', 'http://www.elcorreo.com/rss/atom/?section=jaiak'),
('La Blanca', 'http://www.elcorreo.com/rss/atom/?section=la-blanca-vitoria'), # ('La Blanca', 'http://www.elcorreo.com/rss/atom/?section=la-blanca-vitoria'),
('Aste Nagusia', 'http://www.elcorreo.com/rss/atom/?section=aste-nagusia-bilbao'), # ('Aste Nagusia', 'http://www.elcorreo.com/rss/atom/?section=aste-nagusia-bilbao'),
('Semana Santa', 'http://www.elcorreo.com/rss/atom/?section=semana-santa'), # ('Semana Santa', 'http://www.elcorreo.com/rss/atom/?section=semana-santa'),
('Festivales', 'http://www.elcorreo.com/rss/atom/?section=festivales') # ('Festivales', 'http://www.elcorreo.com/rss/atom/?section=festivales')
] ]