Added test for new url format

This commit is contained in:
JChris246 2020-06-28 09:34:19 -04:00
parent 4a48287075
commit 8c20558064

View File

@ -105,6 +105,9 @@ class XHamsterIE(InfoExtractor):
}, { }, {
'url': 'http://xhamster.com/movies/2221348/britney_spears_sexy_booty.html?hd', 'url': 'http://xhamster.com/movies/2221348/britney_spears_sexy_booty.html?hd',
'only_matching': True, '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): def _real_extract(self, url):