Skip to content

Commit

Permalink
Disable hydrax
Browse files Browse the repository at this point in the history
  • Loading branch information
ztpn committed Dec 7, 2024
1 parent 5636bd4 commit 1010fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/embeds/hydrax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const hydraxScraper = makeEmbed({
id: 'hydrax',
name: 'Hydrax',
rank: 250,
disabled: true,
async scrape(ctx) {
// ex-url: https://hihihaha1.xyz/?v=Lgd2uuuTS7
const embed = await ctx.proxiedFetcher<string>(ctx.url);
Expand Down

0 comments on commit 1010fc5

Please sign in to comment.