Capital name

This commit is contained in:
2024-03-28 00:11:03 -05:00
parent 3e3bd5d719
commit a03fe2825a

View File

@@ -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);