mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +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({
|
||||
id: 'streamtape',
|
||||
name: 'streamtape',
|
||||
name: 'Streamtape',
|
||||
rank: 160,
|
||||
async scrape(ctx) {
|
||||
const embed = await ctx.proxiedFetcher<string>(ctx.url);
|
||||
|
|
|
|||
Loading…
Reference in a new issue