From 2460657f2a43e4a0c9947d033785ea4748de7177 Mon Sep 17 00:00:00 2001 From: bytedream Date: Tue, 19 Jul 2022 11:06:56 +0200 Subject: [PATCH] Remove doodstream comment --- src/match/matches.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/match/matches.ts b/src/match/matches.ts index 0c881b3..6cfee58 100644 --- a/src/match/matches.ts +++ b/src/match/matches.ts @@ -16,10 +16,6 @@ export abstract class Match { notice?: string } -// DOES NOT WORK. -// The url can be extracted (sometimes??? wtf) without problems but to receive the actual video, custom request -// headers must be set. And because the javascript and browser ecosystem is so fucked up, there is no good way to -// do this with media which can be natively played with the browser, like here. class Doodstream implements Match { name = 'Doodstream' id = 'doodstream'