From ff13f279ce96d9301312b8c422a9280ca976d024 Mon Sep 17 00:00:00 2001 From: JChris246 Date: Sun, 28 Jun 2020 09:52:23 -0400 Subject: [PATCH] Minor change to regex to include capital letters --- youtube_dl/extractor/xhamster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/xhamster.py b/youtube_dl/extractor/xhamster.py index 330a0ffe3..3fcf1dd87 100644 --- a/youtube_dl/extractor/xhamster.py +++ b/youtube_dl/extractor/xhamster.py @@ -26,7 +26,7 @@ class XHamsterIE(InfoExtractor): (?:.+?\.)?%s/ (?: movies/(?P\d+)/(?P[^/]*)\.html| - videos/(?P[^/]*)-(?P[\da-z]+) + videos/(?P[^/]*)-(?P[\dA-z]+) ) ''' % _DOMAINS _TESTS = [{