From 99d24d02cac26f8d582972a4d690fb167ceb54de Mon Sep 17 00:00:00 2001 From: Sergey M Date: Sun, 31 Dec 2017 01:40:33 +0700 Subject: [PATCH] Update slutload.py --- youtube_dl/extractor/slutload.py | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/youtube_dl/extractor/slutload.py b/youtube_dl/extractor/slutload.py index ecf86f7ee..6fc2ff60d 100644 --- a/youtube_dl/extractor/slutload.py +++ b/youtube_dl/extractor/slutload.py @@ -13,23 +13,14 @@ class SlutloadIE(InfoExtractor): 'info_dict': { 'id': 'TD73btpBqSxc', 'ext': 'mp4', - 'age_limit': 18, 'title': 'virginie baisee en cam', + 'age_limit': 18, 'thumbnail': r're:https?://.*?\.jpg' } }, { # mobile site 'url': 'http://mobile.slutload.com/video/masturbation-solo/fviFLmc6kzJ/', - 'info_dict': { - 'id': 'fviFLmc6kzJ', - 'ext': 'mp4', - 'age_limit': 18, - 'title': 'Masturbation Solo', - 'thumbnail': r're:https?://.*?\.jpg' - }, - 'params': { - 'skip_download': True, - }, + 'only_matching': True, }] def _real_extract(self, url):