fixed tugaflix url

This commit is contained in:
mokanichokani 2025-06-09 13:41:47 +05:30
parent 5bed6217ca
commit e83d90afc0

View file

@ -1,6 +1,6 @@
import { load } from 'cheerio';
export const baseUrl = 'https://tugaflix.best/';
export const baseUrl = 'https://tugaflix.love/';
export function parseSearch(page: string): { title: string; year?: number; url: string }[] {
const results: { title: string; year?: number; url: string }[] = [];