From 8c43eedb232a208decf02d27501504ba5325e379 Mon Sep 17 00:00:00 2001 From: bytedream Date: Tue, 23 Aug 2022 21:43:24 +0200 Subject: [PATCH] Change doodstream reliability to normal --- src/match/matches.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/match/matches.ts b/src/match/matches.ts index 19c7523..9e811c4 100644 --- a/src/match/matches.ts +++ b/src/match/matches.ts @@ -19,7 +19,7 @@ export abstract class Match { class Doodstream implements Match { name = 'Doodstream' id = 'doodstream' - reliability = Reliability.HIGH + reliability = Reliability.NORMAL domains = [ 'doodstream.com', 'dood.pm',