From 8c205580649393283d87d74f6b04a7b0a0c1b0e9 Mon Sep 17 00:00:00 2001 From: JChris246 Date: Sun, 28 Jun 2020 09:34:19 -0400 Subject: [PATCH] Added test for new url format --- 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 dd0ea4ca3..330a0ffe3 100644 --- a/youtube_dl/extractor/xhamster.py +++ b/youtube_dl/extractor/xhamster.py @@ -105,6 +105,9 @@ class XHamsterIE(InfoExtractor): }, { 'url': 'http://xhamster.com/movies/2221348/britney_spears_sexy_booty.html?hd', 'only_matching': True, + }, { + 'url': 'http://de.xhamster.com/videos/skinny-girl-fucks-herself-hard-in-the-forest-xhnBJZx', + 'only_matching': True, }] def _real_extract(self, url):