1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-11 06:27:14 +08:00

Update slutload.py

This commit is contained in:
Sergey M 2017-12-31 01:40:33 +07:00 committed by GitHub
parent f8d9f1cd07
commit 99d24d02ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):