[pornhd] requested changes
This commit is contained in:
parent
f79a862236
commit
e37c58f0b0
@ -86,7 +86,7 @@ class PornHdIE(InfoExtractor):
|
|||||||
'thumbnail', fatal=False, group='url')
|
'thumbnail', fatal=False, group='url')
|
||||||
|
|
||||||
like_count = int_or_none(self._search_regex(
|
like_count = int_or_none(self._search_regex(
|
||||||
r'class="save-count">(\d+)<', webpage, 'like_count', fatal=False))
|
r'save-count[\'"]>(\d+)', webpage, 'like count', fatal=False))
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
@ -95,7 +95,7 @@ class PornHdIE(InfoExtractor):
|
|||||||
'description': description,
|
'description': description,
|
||||||
'thumbnail': thumbnail,
|
'thumbnail': thumbnail,
|
||||||
'view_count': view_count,
|
'view_count': view_count,
|
||||||
|
'like_count': like_count,
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
'age_limit': 18,
|
'age_limit': 18,
|
||||||
'like_count': like_count,
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user