add: www.

This commit is contained in:
ihatespawn 2024-06-02 22:08:19 +02:00
parent 924f97eccb
commit 8a29c0ec7b

View File

@ -2,7 +2,7 @@ import { genericUserAgent } from "../../config.js";
export default async function({ id }) {
const modifiedId = id.split("_")[0]
const requestText = await fetch(`https://videoclip.bg/watch/${id}`, {
const requestText = await fetch(`https://www.videoclip.bg/watch/${id}`, {
method: "GET",
headers: {
"user-agent": genericUserAgent