[camélia] màj url du flux rss
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Esenjin 2023-02-11 15:21:08 +01:00
parent e79307a054
commit e643108ef6

View File

@ -156,7 +156,7 @@
// fetch RSS
const getRSS = async function () {
let url = "https://sangigi-fuchsia.fr/category/camelia-studio/annonces-nouvelles/feed/";
let url = "https://tsubakimono.camelia-studio.org/category/camelia-studio/annonces-nouvelles/feed/";
//url ="https://theathletic.com/serie-a/?rss=1";
try {
let response = await fetch("https://api.rss2json.com/v1/api.json?rss_url=" + url,