mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:33:26 +00:00
feat(providers): Fix typos
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
import { Embed, Sourcerer } from '@/providers/base';
|
import { Embed, Sourcerer } from '@/providers/base';
|
||||||
import { upcloudScraper } from '@/providers/embeds/upcloud';
|
import { upcloudScraper } from '@/providers/embeds/upcloud';
|
||||||
import { flixhqScraper } from '@/providers/sources/flixhq/index';
|
import { flixhqScraper } from '@/providers/sources/flixhq/index';
|
||||||
import { remotreamScraper } from '@/providers/sources/remotestream/index';
|
import { remotestreamScraper } from '@/providers/sources/remotestream/index';
|
||||||
|
|
||||||
export function gatherAllSources(): Array<Sourcerer> {
|
export function gatherAllSources(): Array<Sourcerer> {
|
||||||
// all sources are gathered here
|
// all sources are gathered here
|
||||||
return [flixhqScraper, remotreamScraper];
|
return [flixhqScraper, remotestreamScraper];
|
||||||
}
|
}
|
||||||
|
|
||||||
export function gatherAllEmbeds(): Array<Embed> {
|
export function gatherAllEmbeds(): Array<Embed> {
|
||||||
|
@@ -5,7 +5,7 @@ import { NotFoundError } from '@/utils/errors';
|
|||||||
import { remotestreamBase } from './common';
|
import { remotestreamBase } from './common';
|
||||||
|
|
||||||
// TODO tv shows are available in flixHQ, just no scraper yet
|
// TODO tv shows are available in flixHQ, just no scraper yet
|
||||||
export const remotreamScraper = makeSourcerer({
|
export const remotestreamScraper = makeSourcerer({
|
||||||
id: 'remotestream',
|
id: 'remotestream',
|
||||||
name: 'Remote Stream',
|
name: 'Remote Stream',
|
||||||
rank: 55,
|
rank: 55,
|
||||||
|
Reference in New Issue
Block a user