diff --git a/src/controllers/UtilsController.ts b/src/controllers/UtilsController.ts index fcea77d..c7d3808 100644 --- a/src/controllers/UtilsController.ts +++ b/src/controllers/UtilsController.ts @@ -140,11 +140,6 @@ export default class UtilsController { const news: News[] = []; const pagesRss: rssPage[] = [ { url: urls.BASE_KUDASAI, author: 'Kudasai', content: 'content_encoded' }, - { - url: urls.BASE_PALOMITRON, - author: 'Palomitron', - content: 'description', - }, { url: urls.BASE_RAMENPARADOS, author: 'Ramen para dos', diff --git a/src/utils/urls.ts b/src/utils/urls.ts index 2322d22..99c6bcc 100644 --- a/src/utils/urls.ts +++ b/src/utils/urls.ts @@ -9,7 +9,6 @@ export default { BASE_IVOOX: 'https://www.ivoox.com/podcast-anitakume_fg_f1660716_filtro_1.xml', BASE_KUDASAI: 'https://somoskudasai.com/feed/', - BASE_PALOMITRON: 'https://elpalomitron.com/category/animemanga/feed/', BASE_RAMENPARADOS: 'https://ramenparados.com/category/noticias/anime/feed/', BASE_CRUNCHYROLL: 'https://www.crunchyroll.com/newsrss?lang=esES', JKANIME_SEARCH: 'https://jkanime.net/buscar/',