From ec184937c4018c958feeaea9f78113f05ac55753 Mon Sep 17 00:00:00 2001 From: DarkFighterLuke Date: Sat, 26 Feb 2022 15:28:55 +0100 Subject: [PATCH] Rename views to view_count --- youtube_dl/extractor/sxyprn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/sxyprn.py b/youtube_dl/extractor/sxyprn.py index 5112f9e4d..1fd4ea90c 100644 --- a/youtube_dl/extractor/sxyprn.py +++ b/youtube_dl/extractor/sxyprn.py @@ -26,7 +26,7 @@ class SxyPrnIE(InfoExtractor): 'uploader_id': 'SmokeCrumb', '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'}], - 'views': int, + 'view_count': int, }, 'params': { 'skip_download': True, @@ -87,5 +87,5 @@ class SxyPrnIE(InfoExtractor): 'uploader_id': uploader, 'uploader_url': uploader_url, 'actors': actors, - 'views': views, + 'view_count': views, }