mirror of
https://github.com/p-stream/providers.git
synced 2026-05-19 03:12:06 +00:00
Capital name
This commit is contained in:
parent
3e3bd5d719
commit
a03fe2825a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue