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