From d8cc3626f28b83c12ea105315960481f1ae90b0c Mon Sep 17 00:00:00 2001 From: capitanwesler Date: Sun, 11 Apr 2021 16:31:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Deleting=20palomitron=20from=20u?= =?UTF-8?q?rls=20from=20the=20news?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/UtilsController.ts | 5 ----- src/utils/urls.ts | 1 - 2 files changed, 6 deletions(-) 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/',