mirror of
https://github.com/p-stream/providers.git
synced 2026-05-15 04:31:08 +00:00
Merge branch 'pr/7' into production
This commit is contained in:
commit
871fc33be0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import { load } from 'cheerio';
|
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 }[] {
|
export function parseSearch(page: string): { title: string; year?: number; url: string }[] {
|
||||||
const results: { title: string; year?: number; url: string }[] = [];
|
const results: { title: string; year?: number; url: string }[] = [];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue