From 3f33a9e7dce0e4a8688f710d5846e55b71cec990 Mon Sep 17 00:00:00 2001 From: schnusch Date: Sat, 24 Apr 2021 21:43:55 +0200 Subject: [PATCH] [doodstream] add doodstream.com to valid urls and more generic video IDs --- 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 03bc58e56..2d8fb1476 100644 --- a/youtube_dl/extractor/doodstream.py +++ b/youtube_dl/extractor/doodstream.py @@ -10,7 +10,7 @@ from .common import InfoExtractor class DoodStreamIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)?dood\.(?:to|watch|so)/[ed]/(?P[a-z0-9]+)' + _VALID_URL = r'https?://(?:www\.)?(?:doodstream\.com|dood\.(?:so|to|watch))/[de]/(?P[^/?#]+)' _TESTS = [{ 'url': 'https://dood.to/d/wpyp2mgwi2kb', 'md5': '2aaf633bcd5fefb64b27344f55022bf9',