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 }) {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user