mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-04-14 19:14:51 +09:00
Rename views to view_count
This commit is contained in:
parent
ca65f8a579
commit
ec184937c4
@ -26,7 +26,7 @@ class SxyPrnIE(InfoExtractor):
|
|||||||
'uploader_id': 'SmokeCrumb',
|
'uploader_id': 'SmokeCrumb',
|
||||||
'uploader_url': 'https://sxyprn.com/blog/608a6b540ee7b/0.html',
|
'uploader_url': 'https://sxyprn.com/blog/608a6b540ee7b/0.html',
|
||||||
'actors': [{'given_name': 'Nicole Love', 'url': 'https://sxyprn.com/Nicole-Love.html'}, {'given_name': 'Cindy Shine', 'url': 'https://sxyprn.com/Cindy-Shine.html'}],
|
'actors': [{'given_name': 'Nicole Love', 'url': 'https://sxyprn.com/Nicole-Love.html'}, {'given_name': 'Cindy Shine', 'url': 'https://sxyprn.com/Cindy-Shine.html'}],
|
||||||
'views': int,
|
'view_count': int,
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
@ -87,5 +87,5 @@ class SxyPrnIE(InfoExtractor):
|
|||||||
'uploader_id': uploader,
|
'uploader_id': uploader,
|
||||||
'uploader_url': uploader_url,
|
'uploader_url': uploader_url,
|
||||||
'actors': actors,
|
'actors': actors,
|
||||||
'views': views,
|
'view_count': views,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user