From e77d6ab108bb5a29899f3b72007cdbecb4fcf733 Mon Sep 17 00:00:00 2001 From: schnusch Date: Mon, 31 May 2021 18:24:57 +0200 Subject: [PATCH] [doodstream] add .cx TLD --- youtube_dl/extractor/doodstream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/doodstream.py b/youtube_dl/extractor/doodstream.py index 7337d87c5..0d5b3260a 100644 --- a/youtube_dl/extractor/doodstream.py +++ b/youtube_dl/extractor/doodstream.py @@ -30,7 +30,7 @@ def doodExe(crp, crs): class DoodStreamIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)?(?:doodstream\.com|dood\.(?:so|to|watch))/[de]/(?P[^/?#]+)' + _VALID_URL = r'https?://(?:www\.)?(?:doodstream\.com|dood\.(?:cx|so|to|watch))/[de]/(?P[^/?#]+)' _TESTS = [{ 'url': 'https://dood.to/d/wpyp2mgwi2kb', 'md5': '2aaf633bcd5fefb64b27344f55022bf9',