🤖 Deleting palomitron from urls from the news

pull/38/head
capitanwesler 4 years ago
parent 133e800b75
commit d8cc3626f2

@ -140,11 +140,6 @@ export default class UtilsController {
const news: News[] = []; const news: News[] = [];
const pagesRss: rssPage[] = [ const pagesRss: rssPage[] = [
{ url: urls.BASE_KUDASAI, author: 'Kudasai', content: 'content_encoded' }, { url: urls.BASE_KUDASAI, author: 'Kudasai', content: 'content_encoded' },
{
url: urls.BASE_PALOMITRON,
author: 'Palomitron',
content: 'description',
},
{ {
url: urls.BASE_RAMENPARADOS, url: urls.BASE_RAMENPARADOS,
author: 'Ramen para dos', author: 'Ramen para dos',

@ -9,7 +9,6 @@ export default {
BASE_IVOOX: BASE_IVOOX:
'https://www.ivoox.com/podcast-anitakume_fg_f1660716_filtro_1.xml', 'https://www.ivoox.com/podcast-anitakume_fg_f1660716_filtro_1.xml',
BASE_KUDASAI: 'https://somoskudasai.com/feed/', BASE_KUDASAI: 'https://somoskudasai.com/feed/',
BASE_PALOMITRON: 'https://elpalomitron.com/category/animemanga/feed/',
BASE_RAMENPARADOS: 'https://ramenparados.com/category/noticias/anime/feed/', BASE_RAMENPARADOS: 'https://ramenparados.com/category/noticias/anime/feed/',
BASE_CRUNCHYROLL: 'https://www.crunchyroll.com/newsrss?lang=esES', BASE_CRUNCHYROLL: 'https://www.crunchyroll.com/newsrss?lang=esES',
JKANIME_SEARCH: 'https://jkanime.net/buscar/', JKANIME_SEARCH: 'https://jkanime.net/buscar/',

Loading…
Cancel
Save