From bdb40b655e5c65d7e94c083254813dbfa95fb446 Mon Sep 17 00:00:00 2001 From: afterdelight <39585663+afterdelight@users.noreply.github.com> Date: Sun, 20 Nov 2022 16:44:48 +0700 Subject: [PATCH] add tests url --- youtube_dl/extractor/xhamster.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/youtube_dl/extractor/xhamster.py b/youtube_dl/extractor/xhamster.py index 93f43cbc1..ef3b096ec 100644 --- a/youtube_dl/extractor/xhamster.py +++ b/youtube_dl/extractor/xhamster.py @@ -123,6 +123,9 @@ class XHamsterIE(InfoExtractor): }, { 'url': 'https://xhday.com/videos/strapless-threesome-xhh7yVf', 'only_matching': True, + }, { + 'url': 'https://xhvid.com/videos/lk-mm-xhc6wn6', + 'only_matching': True, }] def _real_extract(self, url):