Nová vordinace season
This commit is contained in:
parent
fb352dbe91
commit
9b5e607458
@ -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));
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user