mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:33:26 +00:00
Capital name
This commit is contained in:
@@ -3,7 +3,7 @@ import { makeEmbed } from '@/providers/base';
|
|||||||
|
|
||||||
export const streamtapeScraper = makeEmbed({
|
export const streamtapeScraper = makeEmbed({
|
||||||
id: 'streamtape',
|
id: 'streamtape',
|
||||||
name: 'streamtape',
|
name: 'Streamtape',
|
||||||
rank: 160,
|
rank: 160,
|
||||||
async scrape(ctx) {
|
async scrape(ctx) {
|
||||||
const embed = await ctx.proxiedFetcher<string>(ctx.url);
|
const embed = await ctx.proxiedFetcher<string>(ctx.url);
|
||||||
|
Reference in New Issue
Block a user