mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-21 21:26:19 +01:00
Update monoschinos2/monoschinos2.js
This commit is contained in:
parent
daf6f07ae6
commit
1d00c2c288
1 changed files with 3 additions and 3 deletions
|
|
@ -77,10 +77,10 @@ async function extractEpisodes(url) {
|
||||||
const formData = `acc=episodes&i=${i}&u=${u}&p=${page}`;
|
const formData = `acc=episodes&i=${i}&u=${u}&p=${page}`;
|
||||||
console.log("Form Data: " + formData);
|
console.log("Form Data: " + formData);
|
||||||
const headers = {
|
const headers = {
|
||||||
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
|
|
||||||
"X-Requested-With": "XMLHttpRequest",
|
"X-Requested-With": "XMLHttpRequest",
|
||||||
"Origin": "https://wwv.monoschinos2.net",
|
"Referer": "https://wvv.monoschinos2.net/",
|
||||||
"Referer": url
|
"Host": "wvv.monoschinos2.net",
|
||||||
|
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
|
||||||
};
|
};
|
||||||
const response = await fetchv2("https://wwv.monoschinos2.net/ajax_pagination", headers, "POST", formData);
|
const response = await fetchv2("https://wwv.monoschinos2.net/ajax_pagination", headers, "POST", formData);
|
||||||
const pageHtml = await response.text();
|
const pageHtml = await response.text();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue