mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 19:28:29 +00:00
add: www.
This commit is contained in:
parent
924f97eccb
commit
8a29c0ec7b
@ -2,7 +2,7 @@ import { genericUserAgent } from "../../config.js";
|
|||||||
|
|
||||||
export default async function({ id }) {
|
export default async function({ id }) {
|
||||||
const modifiedId = id.split("_")[0]
|
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",
|
method: "GET",
|
||||||
headers: {
|
headers: {
|
||||||
"user-agent": genericUserAgent
|
"user-agent": genericUserAgent
|
||||||
|
Loading…
Reference in New Issue
Block a user