Nová vordinace season

This commit is contained in:
Histmy 2024-01-15 09:24:07 +01:00
parent fb352dbe91
commit 9b5e607458
Signed by: Histmy
GPG Key ID: AC2E43C463D8F329

View File

@ -5,7 +5,7 @@ import { log } from "../utils/utils";
let client: CClient; let client: CClient;
async function ziskatNazev() { async function ziskatNazev() {
const stranka = await fetch("https://voyo.nova.cz/api/v1/show/content?showId=1&type=episodes&season=5836&count=24&offset=0&url=%2Fserialy%2F1-ordinace-v-ruzove-zahrade-2") const stranka = await fetch("https://voyo.nova.cz/api/v1/show/content?showId=1&type=episodes&season=6266&count=1&offset=0&url=%2Fserialy%2F1-ordinace-v-ruzove-zahrade-2")
.then(r => r.text()) .then(r => r.text())
.catch(e => log("chyba pri accessovani VOYO stránky", e)); .catch(e => log("chyba pri accessovani VOYO stránky", e));