mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
fixed tugaflix url
This commit is contained in:
parent
5bed6217ca
commit
e83d90afc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }[] = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue