From 15aefeaa9a581fd406d07043d103cd8362d4b9e8 Mon Sep 17 00:00:00 2001 From: Gabor Miklos Date: Tue, 5 Dec 2017 18:25:28 +0200 Subject: [PATCH] Changed mobile site test to 'only_matching' --- youtube_dl/extractor/xhamster.py | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/youtube_dl/extractor/xhamster.py b/youtube_dl/extractor/xhamster.py index 0f3bb4856..68652a22f 100644 --- a/youtube_dl/extractor/xhamster.py +++ b/youtube_dl/extractor/xhamster.py @@ -78,23 +78,7 @@ class XHamsterIE(InfoExtractor): }, { # mobile site 'url': 'https://m.xhamster.com/videos/cute-teen-jacqueline-solo-masturbation-8559111', - 'info_dict': { - 'id': '8559111', - 'display_id': 'cute-teen-jacqueline-solo-masturbation', - 'ext': 'mp4', - 'title': 'Cute Teen Jacqueline Solo Masturbation', - 'timestamp': 1510899603, - 'description': str, - 'upload_date': '20171117', - 'uploader': '10tz4d0114r5', - 'duration': 395, - 'age_limit': 18, - 'categories': ['Teen Dreams Channel', 'Amateur', 'Fingering', 'HD Videos', 'Masturbation', 'Small Tits', - 'Teens', 'Cute Teen', 'Solo', 'Solo Masturbation'] - }, - 'params': { - 'skip_download': True, - }, + 'only_matching': True, }, { 'url': 'https://xhamster.com/movies/2272726/amber_slayed_by_the_knight.html', 'only_matching': True,