mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:43:25 +00:00
chore: adjust fuction name
This commit is contained in:
@@ -11,7 +11,9 @@ import {
|
||||
targets,
|
||||
} from "@movie-web/providers";
|
||||
|
||||
export async function getVideoUrl(media: ScrapeMedia): Promise<Stream | null> {
|
||||
export async function getVideoStream(
|
||||
media: ScrapeMedia,
|
||||
): Promise<Stream | null> {
|
||||
const providers = makeProviders({
|
||||
fetcher: makeStandardFetcher(fetch),
|
||||
target: targets.NATIVE,
|
||||
|
Reference in New Issue
Block a user