From 8273e329469a4f4b5db967bad97c691e295c94d9 Mon Sep 17 00:00:00 2001 From: afterdelight <39585663+afterdelight@users.noreply.github.com> Date: Sun, 20 Nov 2022 21:41:06 +0700 Subject: [PATCH] add xhamster user tests link --- 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 ef3b096ec..e17947fc6 100644 --- a/youtube_dl/extractor/xhamster.py +++ b/youtube_dl/extractor/xhamster.py @@ -436,6 +436,9 @@ class XHamsterUserIE(InfoExtractor): }, { 'url': 'https://xhday.com/users/mobhunter', 'only_matching': True, + }, { + 'url': 'https://xhvid.com/users/pelushe21', + 'only_matching': True, }] def _entries(self, user_id):