mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
init
This commit is contained in:
14
providers/hiAnime/index.ts
Normal file
14
providers/hiAnime/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import {hiGetInfo} from './hiGetInfo';
|
||||
import {hiCatalog, hiGenresList} from './hiCatalog';
|
||||
import {hiGetStream} from './HiGetSteam';
|
||||
import {hiGetPosts, hiGetPostsSearch} from './hiGetPosts';
|
||||
import {ProviderType} from '../types';
|
||||
|
||||
export const HiAnime: ProviderType = {
|
||||
catalog: hiCatalog,
|
||||
genres: hiGenresList,
|
||||
GetMetaData: hiGetInfo,
|
||||
GetHomePosts: hiGetPosts,
|
||||
GetStream: hiGetStream,
|
||||
GetSearchPosts: hiGetPostsSearch,
|
||||
};
|
||||
Reference in New Issue
Block a user