mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
Add builder for adding custom sources
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CommonMedia } from '@/main/media';
|
||||
import { CommonMedia } from '@/entrypoint/utils/media';
|
||||
|
||||
export function normalizeTitle(title: string): string {
|
||||
return title
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import { MovieMedia, ShowMedia } from '@/entrypoint/utils/media';
|
||||
import { UseableFetcher } from '@/fetchers/types';
|
||||
import { MovieMedia, ShowMedia } from '@/main/media';
|
||||
|
||||
export type ScrapeContext = {
|
||||
proxiedFetcher: <T>(...params: Parameters<UseableFetcher<T>>) => ReturnType<UseableFetcher<T>>;
|
||||
|
Reference in New Issue
Block a user