From 4a48287075fab4cc59dea86a4e9ed208f67ec4bb Mon Sep 17 00:00:00 2001 From: JChris246 Date: Fri, 26 Jun 2020 20:27:34 -0400 Subject: [PATCH] Updated regex to accommodate new video_id with 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 0f7be6a7d..dd0ea4ca3 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\d+) + videos/(?P[^/]*)-(?P[\da-z]+) ) ''' % _DOMAINS _TESTS = [{