mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-11 09:17:23 +08:00
Update slutload.py
This commit is contained in:
parent
f8d9f1cd07
commit
99d24d02ca
@ -13,23 +13,14 @@ class SlutloadIE(InfoExtractor):
|
|||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'TD73btpBqSxc',
|
'id': 'TD73btpBqSxc',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'age_limit': 18,
|
|
||||||
'title': 'virginie baisee en cam',
|
'title': 'virginie baisee en cam',
|
||||||
|
'age_limit': 18,
|
||||||
'thumbnail': r're:https?://.*?\.jpg'
|
'thumbnail': r're:https?://.*?\.jpg'
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
# mobile site
|
# mobile site
|
||||||
'url': 'http://mobile.slutload.com/video/masturbation-solo/fviFLmc6kzJ/',
|
'url': 'http://mobile.slutload.com/video/masturbation-solo/fviFLmc6kzJ/',
|
||||||
'info_dict': {
|
'only_matching': True,
|
||||||
'id': 'fviFLmc6kzJ',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'age_limit': 18,
|
|
||||||
'title': 'Masturbation Solo',
|
|
||||||
'thumbnail': r're:https?://.*?\.jpg'
|
|
||||||
},
|
|
||||||
'params': {
|
|
||||||
'skip_download': True,
|
|
||||||
},
|
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user