From 696550a7f226dae256353eea922fbd251f865041 Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Fri, 21 Nov 2025 23:56:07 +0100 Subject: [PATCH] Add diagnostics platform to Xbox integration (#156662) --- homeassistant/components/xbox/diagnostics.py | 56 + .../xbox/snapshots/test_diagnostics.ambr | 9853 +++++++++++++++++ tests/components/xbox/test_diagnostics.py | 32 + 3 files changed, 9941 insertions(+) create mode 100644 homeassistant/components/xbox/diagnostics.py create mode 100644 tests/components/xbox/snapshots/test_diagnostics.ambr create mode 100644 tests/components/xbox/test_diagnostics.py diff --git a/homeassistant/components/xbox/diagnostics.py b/homeassistant/components/xbox/diagnostics.py new file mode 100644 index 00000000000..535e6582d34 --- /dev/null +++ b/homeassistant/components/xbox/diagnostics.py @@ -0,0 +1,56 @@ +"""Diagnostics platform for the Xbox integration.""" + +from __future__ import annotations + +from typing import Any + +from homeassistant.components.diagnostics import async_redact_data +from homeassistant.core import HomeAssistant + +from .coordinator import XboxConfigEntry + +TO_REDACT = { + "bio", + "display_name", + "display_pic_raw", + "gamertag", + "linked_accounts", + "location", + "modern_gamertag_suffix", + "modern_gamertag", + "real_name", + "unique_modern_gamertag", + "xuid", +} + + +async def async_get_config_entry_diagnostics( + hass: HomeAssistant, config_entry: XboxConfigEntry +) -> dict[str, Any]: + """Return diagnostics for a config entry.""" + + coordinator = config_entry.runtime_data.status + consoles_coordinator = config_entry.runtime_data.consoles + + presence = [ + async_redact_data(person.model_dump(), TO_REDACT) + for person in coordinator.data.presence.values() + ] + consoles_status = [ + { + "status": console.status.model_dump(), + "app_details": ( + console.app_details.model_dump() if console.app_details else None + ), + } + for console in coordinator.data.consoles.values() + ] + consoles_list = consoles_coordinator.data.model_dump() + title_info = [title.model_dump() for title in coordinator.data.title_info.values()] + + return { + "consoles_status": consoles_status, + "consoles_list": consoles_list, + "presence": presence, + "title_info": title_info, + } diff --git a/tests/components/xbox/snapshots/test_diagnostics.ambr b/tests/components/xbox/snapshots/test_diagnostics.ambr new file mode 100644 index 00000000000..b385923ded8 --- /dev/null +++ b/tests/components/xbox/snapshots/test_diagnostics.ambr @@ -0,0 +1,9853 @@ +# serializer version: 1 +# name: test_diagnostics + dict({ + 'consoles_list': dict({ + 'agent_user_id': None, + 'result': list([ + dict({ + 'console_streaming_enabled': False, + 'console_type': 'XboxOneX', + 'digital_assistant_remote_control_enabled': True, + 'id': 'ABCDEFG', + 'name': 'XONEX', + 'power_state': 'ConnectedStandby', + 'remote_management_enabled': True, + 'storage_devices': list([ + dict({ + 'free_space_bytes': 236267835392.0, + 'is_default': True, + 'storage_device_id': '1', + 'storage_device_name': 'Internal', + 'total_space_bytes': 838592360448.0, + }), + ]), + }), + dict({ + 'console_streaming_enabled': False, + 'console_type': 'XboxOne', + 'digital_assistant_remote_control_enabled': True, + 'id': 'HIJKLMN', + 'name': 'XONE', + 'power_state': 'ConnectedStandby', + 'remote_management_enabled': True, + 'storage_devices': list([ + dict({ + 'free_space_bytes': 147163541504.0, + 'is_default': False, + 'storage_device_id': '2', + 'storage_device_name': 'Internal', + 'total_space_bytes': 391915761664.0, + }), + dict({ + 'free_space_bytes': 3200714067968.0, + 'is_default': True, + 'storage_device_id': '3', + 'storage_device_name': 'External', + 'total_space_bytes': 4000787029504.0, + }), + ]), + }), + ]), + 'status': dict({ + 'error_code': 'OK', + 'error_message': None, + }), + }), + 'consoles_status': list([ + dict({ + 'app_details': dict({ + 'alternate_ids': list([ + dict({ + 'id_type': 'LegacyWindowsStoreProductId', + 'value': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + dict({ + 'id_type': 'LegacyWindowsPhoneProductId', + 'value': 'c3a509cd-61d6-df11-a844-00237de2db9e', + }), + dict({ + 'id_type': 'XboxTitleId', + 'value': '327370029', + }), + dict({ + 'id_type': 'SRAProductId', + 'value': '337f7d51-bc20-4b9b-ad6c-2a2395a42ecb', + }), + ]), + 'display_sku_availabilities': list([ + dict({ + 'availabilities': list([ + dict({ + 'actions': list([ + 'Details', + 'Fulfill', + 'Purchase', + 'Browse', + 'Curate', + 'Redeem', + ]), + 'availability_a_schema': 'Availability;3', + 'availability_b_schema': 'AvailabilityUnifiedApp;3', + 'availability_id': '9NF83GM638LJ', + 'conditions': dict({ + 'client_conditions': dict({ + 'allowed_platforms': list([ + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Desktop', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Mobile', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Xbox', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.8828080', + }), + ]), + }), + 'end_date': '9998-12-30T00:00:00+00:00', + 'resource_set_ids': list([ + '1', + ]), + 'start_date': '1753-01-01T00:00:00+00:00', + }), + 'display_rank': 0, + 'last_modified_date': '2020-10-09T18:02:17.852434+00:00', + 'licensing_data': None, + 'markets': list([ + 'US', + ]), + 'order_management_data': dict({ + 'granted_entitlement_keys': list([ + ]), + 'pi_filter': dict({ + 'exclusion_properties': list([ + ]), + 'inclusion_properties': list([ + ]), + }), + 'price': dict({ + 'currency_code': 'USD', + 'is_pi_required': False, + 'list_price': 0.0, + 'msrp': 0.0, + 'tax_type': 'TaxesNotIncluded', + 'wholesale_currency_code': '', + }), + }), + 'properties': dict({ + 'original_release_date': '2010-10-18T20:04:26.440000+00:00', + }), + 'remediation_required': False, + 'sku_id': '0010', + }), + dict({ + 'actions': list([ + 'License', + 'Browse', + 'Details', + ]), + 'availability_a_schema': 'Availability;3', + 'availability_b_schema': 'AvailabilityUnifiedApp;3', + 'availability_id': '9PVM1DW12FV2', + 'conditions': dict({ + 'client_conditions': dict({ + 'allowed_platforms': list([ + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Desktop', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Mobile', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Xbox', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.8828080', + }), + ]), + }), + 'end_date': '9998-12-30T00:00:00+00:00', + 'resource_set_ids': list([ + '1', + ]), + 'start_date': '1753-01-01T00:00:00+00:00', + }), + 'display_rank': 1, + 'last_modified_date': '2020-10-09T18:02:17.852434+00:00', + 'licensing_data': dict({ + 'satisfying_entitlement_keys': list([ + dict({ + 'entitlement_keys': list([ + 'big:9WZDNCRFJ3TJ:0010', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'wes:App:c3a509cd-61d6-df11-a844-00237de2db9e:Full', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'wes:App:d8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa:Full', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9WZDNCRFJ3TJ:0001', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9WZDNCRFJ3TJ:0002', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'xbx:GameV2:337f7d51-bc20-4b9b-ad6c-2a2395a42ecb:Full', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'xbx:GameV2:337f7d51-bc20-4b9b-ad6c-2a2395a42ecb:Presale', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9VWGNH0VBZR3:0001', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9VWGNH0VBZR3:0003', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + ]), + }), + 'markets': list([ + 'US', + ]), + 'order_management_data': dict({ + 'granted_entitlement_keys': list([ + ]), + 'pi_filter': None, + 'price': dict({ + 'currency_code': 'USD', + 'is_pi_required': False, + 'list_price': 0.0, + 'msrp': 0.0, + 'tax_type': '', + 'wholesale_currency_code': '', + }), + }), + 'properties': dict({ + 'original_release_date': None, + }), + 'remediation_required': False, + 'sku_id': '0010', + }), + dict({ + 'actions': list([ + 'License', + 'Details', + ]), + 'availability_a_schema': 'Availability;3', + 'availability_b_schema': 'AvailabilityUnifiedApp;3', + 'availability_id': '9NFKK7NRXLPL', + 'conditions': dict({ + 'client_conditions': dict({ + 'allowed_platforms': list([ + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Team', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Holographic', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Core', + }), + ]), + }), + 'end_date': '9998-12-30T00:00:00+00:00', + 'resource_set_ids': list([ + '1', + ]), + 'start_date': '1753-01-01T00:00:00+00:00', + }), + 'display_rank': 2, + 'last_modified_date': '2020-10-09T18:02:17.852434+00:00', + 'licensing_data': dict({ + 'satisfying_entitlement_keys': list([ + dict({ + 'entitlement_keys': list([ + 'big:9WZDNCRFJ3TJ:0010', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'wes:App:c3a509cd-61d6-df11-a844-00237de2db9e:Full', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'wes:App:d8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa:Full', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9WZDNCRFJ3TJ:0001', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9WZDNCRFJ3TJ:0002', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'xbx:GameV2:337f7d51-bc20-4b9b-ad6c-2a2395a42ecb:Full', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'xbx:GameV2:337f7d51-bc20-4b9b-ad6c-2a2395a42ecb:Presale', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9VWGNH0VBZR3:0001', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9VWGNH0VBZR3:0003', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + ]), + }), + 'markets': list([ + 'US', + ]), + 'order_management_data': dict({ + 'granted_entitlement_keys': list([ + ]), + 'pi_filter': None, + 'price': dict({ + 'currency_code': 'USD', + 'is_pi_required': False, + 'list_price': 0.0, + 'msrp': 0.0, + 'tax_type': '', + 'wholesale_currency_code': '', + }), + }), + 'properties': dict({ + 'original_release_date': None, + }), + 'remediation_required': False, + 'sku_id': '0010', + }), + ]), + 'sku': dict({ + 'last_modified_date': '2020-10-09T18:02:12.657085+00:00', + 'localized_properties': list([ + dict({ + 'contributors': list([ + ]), + 'delivery_date_overlay': None, + 'display_platform_properties': None, + 'features': list([ + ]), + 'images': list([ + ]), + 'language': 'en-us', + 'legal_text': dict({ + 'additional_license_terms': ''' + By downloading this application you agree to the Netflix Terms of Use and Privacy Policy, located at www.netflix.com. + + Internet access and valid payment method are required. Your Netflix membership is a month-to-month subscription that you can cancel at any time. Go to "Your Account" on the Netflix website for cancellation instructions. No refund or credit for partial monthly subscription periods. The Netflix service is only available in the country where you originally signed up. A device that streams from Netflix (manufactured and sold separately) and broadband Internet connection are required to watch instantly. For complete terms and conditions, please visit http://www.netflix.com/TermsOfUse. + ''', + 'copyright': '© 1997-2018 Netflix, Inc.', + 'copyright_uri': '', + 'privacy_policy': '', + 'privacy_policy_uri': 'https://signup.netflix.com/PrivacyPolicy', + 'tou': ''' + By downloading this application you agree to the Netflix Terms of Use and Privacy Policy, located at www.netflix.com. + + Internet access and valid payment method are required. Your Netflix membership is a month-to-month subscription that you can cancel at any time. Go to "Your Account" on the Netflix website for cancellation instructions. No refund or credit for partial monthly subscription periods. The Netflix service is only available in the country where you originally signed up. A device that streams from Netflix (manufactured and sold separately) and broadband Internet connection are required to watch instantly. For complete terms and conditions, please visit http://www.netflix.com/TermsOfUse. + ''', + 'tou_uri': '', + }), + 'markets': list([ + 'US', + 'DZ', + 'AR', + 'AU', + 'AT', + 'BH', + 'BD', + 'BE', + 'BR', + 'BG', + 'CA', + 'CL', + 'CN', + 'CO', + 'CR', + 'HR', + 'CY', + 'CZ', + 'DK', + 'EG', + 'EE', + 'FI', + 'FR', + 'DE', + 'GR', + 'GT', + 'HK', + 'HU', + 'IS', + 'IN', + 'ID', + 'IQ', + 'IE', + 'IL', + 'IT', + 'JP', + 'JO', + 'KZ', + 'KE', + 'KW', + 'LV', + 'LB', + 'LI', + 'LT', + 'LU', + 'MY', + 'MT', + 'MR', + 'MX', + 'MA', + 'NL', + 'NZ', + 'NG', + 'NO', + 'OM', + 'PK', + 'PE', + 'PH', + 'PL', + 'PT', + 'QA', + 'RO', + 'RU', + 'SA', + 'RS', + 'SG', + 'SK', + 'SI', + 'ZA', + 'KR', + 'ES', + 'SE', + 'CH', + 'TW', + 'TH', + 'TT', + 'TN', + 'TR', + 'UA', + 'AE', + 'GB', + 'VN', + 'YE', + 'LY', + 'LK', + 'UY', + 'VE', + 'AF', + 'AX', + 'AL', + 'AS', + 'AO', + 'AI', + 'AQ', + 'AG', + 'AM', + 'AW', + 'BO', + 'BQ', + 'BA', + 'BW', + 'BV', + 'IO', + 'BN', + 'BF', + 'BI', + 'KH', + 'CM', + 'CV', + 'KY', + 'CF', + 'TD', + 'TL', + 'DJ', + 'DM', + 'DO', + 'EC', + 'SV', + 'GQ', + 'ER', + 'ET', + 'FK', + 'FO', + 'FJ', + 'GF', + 'PF', + 'TF', + 'GA', + 'GM', + 'GE', + 'GH', + 'GI', + 'GL', + 'GD', + 'GP', + 'GU', + 'GG', + 'GN', + 'GW', + 'GY', + 'HT', + 'HM', + 'HN', + 'AZ', + 'BS', + 'BB', + 'BY', + 'BZ', + 'BJ', + 'BM', + 'BT', + 'KM', + 'CG', + 'CD', + 'CK', + 'CX', + 'CC', + 'CI', + 'CW', + 'JM', + 'SJ', + 'JE', + 'KI', + 'KG', + 'LA', + 'LS', + 'LR', + 'MO', + 'MK', + 'MG', + 'MW', + 'IM', + 'MH', + 'MQ', + 'MU', + 'YT', + 'FM', + 'MD', + 'MN', + 'MS', + 'MZ', + 'MM', + 'NA', + 'NR', + 'NP', + 'MV', + 'ML', + 'NC', + 'NI', + 'NE', + 'NU', + 'NF', + 'PW', + 'PS', + 'PA', + 'PG', + 'PY', + 'RE', + 'RW', + 'BL', + 'MF', + 'WS', + 'ST', + 'SN', + 'MP', + 'PN', + 'SX', + 'SB', + 'SO', + 'SC', + 'SL', + 'GS', + 'SH', + 'KN', + 'LC', + 'PM', + 'VC', + 'TJ', + 'TZ', + 'TG', + 'TK', + 'TO', + 'TM', + 'TC', + 'TV', + 'UM', + 'UG', + 'VI', + 'VG', + 'WF', + 'EH', + 'ZM', + 'ZW', + 'UZ', + 'VU', + 'SR', + 'SZ', + 'AD', + 'MC', + 'SM', + 'ME', + 'VA', + 'NEUTRAL', + ]), + 'minimum_notes': '', + 'recommended_notes': '', + 'release_notes': '', + 'sku_button_title': '', + 'sku_description': ''' + Netflix has something for everyone. Watch TV shows and movies recommended just for you, including award-winning Netflix original series, movies, and documentaries. There’s even a safe watching experience just for kids with family-friendly entertainment. + + Now on Windows, you can enjoy every detail of the world’s favorite shows in 4K Ultra HD on Netflix. Download many of your favorite series and movies with the simple click of the download button. You can watch while you’re on the go or without an Internet connection on your PC, tablet or laptop with Windows 10. + + How does Netflix work? + - Instantly watch TV shows and movies through thousands of internet-connected devices. You can play, pause, and resume watching, all without commercials. + - Netflix adds new content all the time. Browse titles or search for your favorites. + - The more you watch, the better Netflix gets at recommending TV shows and movies that you’ll love — just for you. + - You can create up to five individual profiles within a single Netflix account. Profiles allow different members of your household to have their own personalized Netflix experience built around the movies and TV shows they enjoy. + + If you decide Netflix isn't for you - no problem. No contract, no cancellation fees, no commitment. Cancel online anytime. + + By clicking INSTALL, you consent to the installation of the Netflix application and any updates or upgrades thereto. + ''', + 'sku_display_rank': list([ + ]), + 'sku_title': 'Netflix', + 'text_resources': None, + }), + ]), + 'market_properties': list([ + dict({ + 'first_available_date': '2010-10-18T20:04:26.4400000Z', + 'markets': list([ + 'US', + ]), + 'package_ids': None, + 'pi_filter': None, + 'supported_languages': list([ + 'en-us', + 'da', + 'es', + 'fi', + 'fr', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'de', + 'fr-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'pt-pt', + 'pt-br', + 'da-dk', + 'fi-fi', + 'nl-nl', + 'sv-se', + 'es-mx', + 'nb-no', + 'de-de', + 'fr-fr', + 'en', + 'ko', + 'zh-cn', + 'zh-tw', + 'ar', + 'zh-hant', + 'pl', + 'tr', + 'th', + 'ro', + 'he', + 'el', + 'id', + 'cs', + 'hu', + 'vi', + 'en-in', + ]), + }), + ]), + 'product_id': '9WZDNCRFJ3TJ', + 'properties': dict({ + 'additional_identifiers': list([ + ]), + 'bundled_skus': list([ + ]), + 'display_physical_store_inventory': None, + 'early_adopter_enrollment_url': None, + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'fulfillment_plugin_id': None, + 'fulfillment_type': 'WindowsUpdate', + 'hardware_properties': dict({ + 'minimum_graphics': None, + 'minimum_hardware': list([ + ]), + 'minimum_processor': None, + 'recommended_graphics': None, + 'recommended_hardware': list([ + ]), + 'recommended_processor': None, + }), + 'hardware_requirements': list([ + ]), + 'hardware_warning_list': list([ + ]), + 'has_third_party_iaps': False, + 'installation_terms': 'InstallationTermsStandard', + 'is_bundle': False, + 'is_pre_order': False, + 'is_repurchasable': False, + 'is_trial': False, + 'last_update_date': '2020-10-09T18:02:12+00:00', + 'packages': list([ + dict({ + 'applications': list([ + dict({ + 'application_id': 'Netflix.App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + 'backgroundTasks-backgroundTasks', + ]), + }), + ]), + 'architectures': list([ + 'x64', + 'arm', + 'x86', + ]), + 'capabilities': list([ + 'internetClient', + 'internetClientServer', + 'privateNetworkClientServer', + ]), + 'content_id': '6f5a9e8f-f920-1658-72ff-16c1448402f9', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '5JwYk5NZCfrPpZUg2YhKU0W+m6HUP3Vx+3+mS4rXN5Q=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'en-in', + 'ar', + 'bg', + 'cs', + 'da', + 'de', + 'el', + 'es', + 'fi', + 'fr', + 'he', + 'hu', + 'it', + 'ja', + 'ko', + 'nb', + 'nl', + 'pt', + 'pl', + 'ro', + 'tr', + 'sv', + 'zh-hant', + 'th', + 'vi', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 7250253, + 'max_install_size_in_bytes': 7610368, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'AppxBundle', + 'package_full_name': '4DF9E0F8.Netflix_6.97.752.0_neutral_~_mcm4njqhnhss8', + 'package_id': 'c76eb995-37f6-0df7-3573-95c498140c24-X86-X64-Arm', + 'package_rank': 30003, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2814750438195200, + 'min_version': 2814750438195200, + 'platform_name': 'Windows.Desktop', + }), + dict({ + 'max_tested': 2814750438195200, + 'min_version': 2814750438195200, + 'platform_name': 'Windows.Holographic', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.bundledPackages":["4DF9E0F8.Netflix_6.97.752.0_x64__mcm4njqhnhss8","4DF9E0F8.Netflix_6.97.752.0_arm__mcm4njqhnhss8","4DF9E0F8.Netflix_6.97.752.0_x86__mcm4njqhnhss8"],"content.isMain":false,"content.packageId":"4DF9E0F8.Netflix_6.97.752.0_neutral_~_mcm4njqhnhss8","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.targetPlatforms":[{"platform.maxVersionTested":2814750438195200,"platform.minVersion":2814750438195200,"platform.target":3},{"platform.maxVersionTested":2814750438195200,"platform.minVersion":2814750438195200,"platform.target":10}],"content.type":7,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '~', + 'version': '1689266521374720', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'DialProtocol-Netflix', + 'protocol-netflix', + 'appUriHandler-appUriHandler', + ]), + }), + ]), + 'architectures': list([ + 'x64', + ]), + 'capabilities': list([ + 'internetClient', + 'internetClientServer', + 'privateNetworkClientServer', + 'hevcPlayback', + ]), + 'content_id': '6ab456e6-b2e4-5f12-9459-2267c3bd2e01', + 'device_capabilities': list([ + '6a7e5907-885c-4bcb-b40a-073c067bd3d5', + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 3940651496505344, + 'package_identity': 'Microsoft.VCLibs.140.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '06P4J+OstU7MzIf5HE769f3XL8mSikambNQFuqzFgaA=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': '6ab456e6-b2e4-5f12-9459-2267c3bd2e01', + 'languages': list([ + 'en-us', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 81100341, + 'max_install_size_in_bytes': 81489920, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'EMsixBundle', + 'package_full_name': '4DF9E0F8.Netflix_8.38.0.70_neutral_~_mcm4njqhnhss8', + 'package_id': 'f9ceeb09-ebef-6107-dcbd-e1d3537b3d03-X64', + 'package_rank': 30012, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2814750970478592, + 'min_version': 2814750931222528, + 'platform_name': 'Windows.Xbox', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.bundledPackages":["4DF9E0F8.Netflix_8.38.0.70_x64__mcm4njqhnhss8"],"content.isMain":false,"content.packageId":"4DF9E0F8.Netflix_8.38.0.70_neutral_~_mcm4njqhnhss8","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.targetPlatforms":[{"platform.maxVersionTested":2814750970478592,"platform.minVersion":2814750931222528,"platform.target":5}],"content.type":7,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '~', + 'version': '2251963022442566', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'WP', + 'declaration_order': 0, + 'extensions': list([ + ]), + }), + ]), + 'architectures': list([ + 'neutral', + ]), + 'capabilities': list([ + 'ID_CAP_IDENTITY_DEVICE', + 'ID_CAP_MEDIALIB', + 'ID_CAP_NETWORKING', + 'ID_FNCTNL_SILVERLIGHT_FRAMEWORK', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'b7bc0da1-a0ff-8753-d972-13d41ea223e1', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '', + 'hash_algorithm': '', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'da-dk', + 'de-de', + 'en', + 'en-gb', + 'en-us', + 'es-es', + 'fi-fi', + 'fr-ca', + 'fr-fr', + 'nb-no', + 'nl-nl', + 'pt-br', + 'sv-se', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 2124298, + 'max_install_size_in_bytes': None, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'Xap', + 'package_full_name': '', + 'package_id': '6851614b-8337-4b5f-9025-1b1d21966cf0', + 'package_rank': 10000, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2251804108652544, + 'min_version': 2251799813685248, + 'platform_name': 'Windows.WindowsPhone8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.payloadId":"6851614b-8337-4b5f-9025-1b1d21966cf0","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.type":1,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '562992917970944', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'WP', + 'declaration_order': 0, + 'extensions': list([ + ]), + }), + ]), + 'architectures': list([ + 'neutral', + ]), + 'capabilities': list([ + 'ID_CAP_IDENTITY_DEVICE', + 'ID_CAP_MEDIALIB_PLAYBACK', + 'ID_CAP_NETWORKING', + 'ID_FNCTNL_SILVERLIGHT_FRAMEWORK', + 'ID_RESOLUTION_HD720P', + 'ID_RESOLUTION_WVGA', + 'ID_RESOLUTION_WXGA', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'b7bc0da1-a0ff-8753-d972-13d41ea223e1', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '', + 'hash_algorithm': '', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'da-dk', + 'de-de', + 'en-gb', + 'en-us', + 'es-mx', + 'fi-fi', + 'fr-ca', + 'fr-fr', + 'nb-no', + 'nl-nl', + 'pt-br', + 'sv-se', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 2079578, + 'max_install_size_in_bytes': None, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'Xap', + 'package_full_name': '', + 'package_id': 'c828f646-52ec-4c11-847f-768bcf8a6eae', + 'package_rank': 11000, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2251804108652544, + 'min_version': 2251799813685248, + 'platform_name': 'Windows.WindowsPhone8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.payloadId":"c828f646-52ec-4c11-847f-768bcf8a6eae","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.type":2,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '844454994903063', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'WP', + 'declaration_order': 0, + 'extensions': list([ + ]), + }), + ]), + 'architectures': list([ + 'neutral', + ]), + 'capabilities': list([ + 'internetClient', + 'ID_RESOLUTION_WVGA', + 'ID_RESOLUTION_WXGA', + 'ID_RESOLUTION_HD720P', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': '6a97cc96-9d91-fff0-912f-d26c240e578b', + 'device_capabilities': list([ + 'microphone', + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562993039212545, + 'package_identity': 'Microsoft.Media.PlayReadyClient.Phone.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701694013440, + 'package_identity': 'Microsoft.VCLibs.120.00.Phone', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'GsUkUC+HXkRvEE6PU5EjQnKAR9VfEoEq+WWNCX8MxoA=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 7948191, + 'max_install_size_in_bytes': 11083776, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'Appx', + 'package_full_name': '4DF9E0F8.Netflix_4.15.0.62_arm__mcm4njqhnhss8', + 'package_id': '4c9dc6c4-e410-466a-9e98-eee520f15b5e-Neutral', + 'package_rank': 17000, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2251804108652544, + 'min_version': 2251804108652544, + 'platform_name': 'Windows.WindowsPhone8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745231360,"content.minOS":1688862745231360,"content.packageId":"4DF9E0F8.Netflix_4.15.0.62_arm__mcm4njqhnhss8","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.type":4,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '1125964331352126', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x64', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562962948292608, + 'package_identity': 'Microsoft.Media.PlayReadyClient', + }), + dict({ + 'max_tested': 0, + 'min_version': 3096228093100033, + 'package_identity': 'Microsoft.VCLibs.110.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '42X7uS/LytxrsxrF7PGreVD3fb8n+u5p6/W9KXeGfgc=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5747705, + 'max_install_size_in_bytes': 10559488, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_1.33.0.109_x64__mcm4njqhnhss8', + 'package_id': 'e20498c8-c01f-440c-a167-5213d4ed9914-X64', + 'package_rank': 20002, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688858450264064, + 'min_version': 1688858450264064, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688858450264064,"content.minOS":1688858450264064,"content.packageId":"4DF9E0F8.Netflix_1.33.0.109_x64__mcm4njqhnhss8","content.type":5,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '281616710631533', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x86', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562962948292608, + 'package_identity': 'Microsoft.Media.PlayReadyClient', + }), + dict({ + 'max_tested': 0, + 'min_version': 3096228093100033, + 'package_identity': 'Microsoft.VCLibs.110.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'z7PFAh/WD46LPrHKm0DcT6UloZp0iaTZjf/2nBvdcnc=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5733181, + 'max_install_size_in_bytes': 10518528, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_1.33.0.109_x86__mcm4njqhnhss8', + 'package_id': 'b4cf45f0-2677-4520-b7ef-18728082c0ec-X86', + 'package_rank': 20001, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688858450264064, + 'min_version': 1688858450264064, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688858450264064,"content.minOS":1688858450264064,"content.packageId":"4DF9E0F8.Netflix_1.33.0.109_x86__mcm4njqhnhss8","content.type":5,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '281616710631533', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'arm', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562962948292608, + 'package_identity': 'Microsoft.Media.PlayReadyClient', + }), + dict({ + 'max_tested': 0, + 'min_version': 3096228093100033, + 'package_identity': 'Microsoft.VCLibs.110.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'OMZ/IIRve1/aBnMmSb/u639E8E0jXUVlXvoBHqtixYc=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5744175, + 'max_install_size_in_bytes': 10526720, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_1.33.0.109_arm__mcm4njqhnhss8', + 'package_id': '896936b6-abe8-485d-9542-706b7b1f6fc4-Arm', + 'package_rank': 20003, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688858450264064, + 'min_version': 1688858450264064, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688858450264064,"content.minOS":1688858450264064,"content.packageId":"4DF9E0F8.Netflix_1.33.0.109_arm__mcm4njqhnhss8","content.type":5,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '281616710631533', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x86', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562997339226112, + 'package_identity': 'Microsoft.Media.PlayReadyClient.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701097111553, + 'package_identity': 'Microsoft.VCLibs.120.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'IvNSqzzyRmD5ZgCFVU/2x7QddCSw25ak2ix9oMmyh4E=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5925423, + 'max_install_size_in_bytes': 10891264, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_2.22.0.39_x86__mcm4njqhnhss8', + 'package_id': '3789cd7b-3858-441a-aa0c-523366516efd-X86', + 'package_rank': 20011, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688862745165824, + 'min_version': 1688862745165824, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745165824,"content.minOS":1688862745165824,"content.packageId":"4DF9E0F8.Netflix_2.22.0.39_x86__mcm4njqhnhss8","content.type":6,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '563044442701863', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x64', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562997339226112, + 'package_identity': 'Microsoft.Media.PlayReadyClient.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701097111553, + 'package_identity': 'Microsoft.VCLibs.120.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'fA7AhxxOocoGdURdUaAWp9rjM2Kr4JPJE3YQAxznYtw=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5939929, + 'max_install_size_in_bytes': 10952704, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_2.22.0.39_x64__mcm4njqhnhss8', + 'package_id': '671978e9-fefc-4766-8bc8-0eb62503c5d4-X64', + 'package_rank': 20012, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688862745165824, + 'min_version': 1688862745165824, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745165824,"content.minOS":1688862745165824,"content.packageId":"4DF9E0F8.Netflix_2.22.0.39_x64__mcm4njqhnhss8","content.type":6,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '563044442701863', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'arm', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562997339226112, + 'package_identity': 'Microsoft.Media.PlayReadyClient.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701097111553, + 'package_identity': 'Microsoft.VCLibs.120.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'F4dbkqdksFrGfBVewsJJkQd7NHxc3GfFCEFeOa9m56A=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5935941, + 'max_install_size_in_bytes': 10903552, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_2.22.0.39_arm__mcm4njqhnhss8', + 'package_id': '5f2e3a30-363d-4f64-bc6a-fea9bd3a69a7-Arm', + 'package_rank': 20013, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688862745165824, + 'min_version': 1688862745165824, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745165824,"content.minOS":1688862745165824,"content.packageId":"4DF9E0F8.Netflix_2.22.0.39_arm__mcm4njqhnhss8","content.type":6,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '563044442701863', + }), + ]), + 'sku_display_rank': 0, + 'version_string': '', + 'visible_to_b2b_service_ids': list([ + ]), + 'xbox_xpa': False, + }), + 'recurrence_policy': None, + 'sku_a_schema': 'Sku;3', + 'sku_b_schema': 'SkuUnifiedApp;3', + 'sku_id': '0010', + 'sku_type': 'full', + 'subscription_policy_id': None, + }), + }), + dict({ + 'availabilities': list([ + dict({ + 'actions': list([ + 'Details', + 'Fulfill', + ]), + 'availability_a_schema': 'Availability;3', + 'availability_b_schema': 'AvailabilityUnifiedApp;3', + 'availability_id': '9V8PWXLLKR4Z', + 'conditions': dict({ + 'client_conditions': dict({ + 'allowed_platforms': list([ + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Desktop', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Mobile', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Xbox', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.8828080', + }), + ]), + }), + 'end_date': '9998-12-30T00:00:00+00:00', + 'resource_set_ids': list([ + '1', + ]), + 'start_date': '1753-01-01T00:00:00+00:00', + }), + 'display_rank': 0, + 'last_modified_date': '2020-10-09T18:02:17.852434+00:00', + 'licensing_data': None, + 'markets': list([ + 'US', + ]), + 'order_management_data': dict({ + 'granted_entitlement_keys': list([ + ]), + 'pi_filter': None, + 'price': dict({ + 'currency_code': 'USD', + 'is_pi_required': False, + 'list_price': 0.0, + 'msrp': 0.0, + 'tax_type': '', + 'wholesale_currency_code': '', + }), + }), + 'properties': dict({ + 'original_release_date': None, + }), + 'remediation_required': False, + 'sku_id': '0011', + }), + dict({ + 'actions': list([ + 'License', + 'Details', + ]), + 'availability_a_schema': 'Availability;3', + 'availability_b_schema': 'AvailabilityUnifiedApp;3', + 'availability_id': '9W02NT053STL', + 'conditions': dict({ + 'client_conditions': dict({ + 'allowed_platforms': list([ + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Desktop', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Mobile', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Xbox', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.8828080', + }), + ]), + }), + 'end_date': '9998-12-30T00:00:00+00:00', + 'resource_set_ids': list([ + '1', + ]), + 'start_date': '1753-01-01T00:00:00+00:00', + }), + 'display_rank': 1, + 'last_modified_date': '2020-10-09T18:02:17.852434+00:00', + 'licensing_data': None, + 'markets': list([ + 'US', + ]), + 'order_management_data': dict({ + 'granted_entitlement_keys': list([ + ]), + 'pi_filter': None, + 'price': dict({ + 'currency_code': 'USD', + 'is_pi_required': False, + 'list_price': 0.0, + 'msrp': 0.0, + 'tax_type': '', + 'wholesale_currency_code': '', + }), + }), + 'properties': dict({ + 'original_release_date': None, + }), + 'remediation_required': False, + 'sku_id': '0011', + }), + dict({ + 'actions': list([ + 'License', + 'Details', + ]), + 'availability_a_schema': 'Availability;3', + 'availability_b_schema': 'AvailabilityUnifiedApp;3', + 'availability_id': 'B290Z3766JN5', + 'conditions': dict({ + 'client_conditions': dict({ + 'allowed_platforms': list([ + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Team', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Holographic', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Core', + }), + ]), + }), + 'end_date': '9998-12-30T00:00:00+00:00', + 'resource_set_ids': list([ + '1', + ]), + 'start_date': '1753-01-01T00:00:00+00:00', + }), + 'display_rank': 2, + 'last_modified_date': '2020-10-09T18:02:17.852434+00:00', + 'licensing_data': None, + 'markets': list([ + 'US', + ]), + 'order_management_data': dict({ + 'granted_entitlement_keys': list([ + ]), + 'pi_filter': None, + 'price': dict({ + 'currency_code': 'USD', + 'is_pi_required': False, + 'list_price': 0.0, + 'msrp': 0.0, + 'tax_type': '', + 'wholesale_currency_code': '', + }), + }), + 'properties': dict({ + 'original_release_date': None, + }), + 'remediation_required': False, + 'sku_id': '0011', + }), + ]), + 'sku': dict({ + 'last_modified_date': '2020-10-09T18:02:12.657085+00:00', + 'localized_properties': list([ + dict({ + 'contributors': list([ + ]), + 'delivery_date_overlay': None, + 'display_platform_properties': None, + 'features': list([ + ]), + 'images': list([ + ]), + 'language': 'en-us', + 'legal_text': dict({ + 'additional_license_terms': ''' + By downloading this application you agree to the Netflix Terms of Use and Privacy Policy, located at www.netflix.com. + + Internet access and valid payment method are required. Your Netflix membership is a month-to-month subscription that you can cancel at any time. Go to "Your Account" on the Netflix website for cancellation instructions. No refund or credit for partial monthly subscription periods. The Netflix service is only available in the country where you originally signed up. A device that streams from Netflix (manufactured and sold separately) and broadband Internet connection are required to watch instantly. For complete terms and conditions, please visit http://www.netflix.com/TermsOfUse. + ''', + 'copyright': '© 1997-2018 Netflix, Inc.', + 'copyright_uri': '', + 'privacy_policy': '', + 'privacy_policy_uri': 'https://signup.netflix.com/PrivacyPolicy', + 'tou': ''' + By downloading this application you agree to the Netflix Terms of Use and Privacy Policy, located at www.netflix.com. + + Internet access and valid payment method are required. Your Netflix membership is a month-to-month subscription that you can cancel at any time. Go to "Your Account" on the Netflix website for cancellation instructions. No refund or credit for partial monthly subscription periods. The Netflix service is only available in the country where you originally signed up. A device that streams from Netflix (manufactured and sold separately) and broadband Internet connection are required to watch instantly. For complete terms and conditions, please visit http://www.netflix.com/TermsOfUse. + ''', + 'tou_uri': '', + }), + 'markets': list([ + 'US', + 'DZ', + 'AR', + 'AU', + 'AT', + 'BH', + 'BD', + 'BE', + 'BR', + 'BG', + 'CA', + 'CL', + 'CN', + 'CO', + 'CR', + 'HR', + 'CY', + 'CZ', + 'DK', + 'EG', + 'EE', + 'FI', + 'FR', + 'DE', + 'GR', + 'GT', + 'HK', + 'HU', + 'IS', + 'IN', + 'ID', + 'IQ', + 'IE', + 'IL', + 'IT', + 'JP', + 'JO', + 'KZ', + 'KE', + 'KW', + 'LV', + 'LB', + 'LI', + 'LT', + 'LU', + 'MY', + 'MT', + 'MR', + 'MX', + 'MA', + 'NL', + 'NZ', + 'NG', + 'NO', + 'OM', + 'PK', + 'PE', + 'PH', + 'PL', + 'PT', + 'QA', + 'RO', + 'RU', + 'SA', + 'RS', + 'SG', + 'SK', + 'SI', + 'ZA', + 'KR', + 'ES', + 'SE', + 'CH', + 'TW', + 'TH', + 'TT', + 'TN', + 'TR', + 'UA', + 'AE', + 'GB', + 'VN', + 'YE', + 'LY', + 'LK', + 'UY', + 'VE', + 'AF', + 'AX', + 'AL', + 'AS', + 'AO', + 'AI', + 'AQ', + 'AG', + 'AM', + 'AW', + 'BO', + 'BQ', + 'BA', + 'BW', + 'BV', + 'IO', + 'BN', + 'BF', + 'BI', + 'KH', + 'CM', + 'CV', + 'KY', + 'CF', + 'TD', + 'TL', + 'DJ', + 'DM', + 'DO', + 'EC', + 'SV', + 'GQ', + 'ER', + 'ET', + 'FK', + 'FO', + 'FJ', + 'GF', + 'PF', + 'TF', + 'GA', + 'GM', + 'GE', + 'GH', + 'GI', + 'GL', + 'GD', + 'GP', + 'GU', + 'GG', + 'GN', + 'GW', + 'GY', + 'HT', + 'HM', + 'HN', + 'AZ', + 'BS', + 'BB', + 'BY', + 'BZ', + 'BJ', + 'BM', + 'BT', + 'KM', + 'CG', + 'CD', + 'CK', + 'CX', + 'CC', + 'CI', + 'CW', + 'JM', + 'SJ', + 'JE', + 'KI', + 'KG', + 'LA', + 'LS', + 'LR', + 'MO', + 'MK', + 'MG', + 'MW', + 'IM', + 'MH', + 'MQ', + 'MU', + 'YT', + 'FM', + 'MD', + 'MN', + 'MS', + 'MZ', + 'MM', + 'NA', + 'NR', + 'NP', + 'MV', + 'ML', + 'NC', + 'NI', + 'NE', + 'NU', + 'NF', + 'PW', + 'PS', + 'PA', + 'PG', + 'PY', + 'RE', + 'RW', + 'BL', + 'MF', + 'WS', + 'ST', + 'SN', + 'MP', + 'PN', + 'SX', + 'SB', + 'SO', + 'SC', + 'SL', + 'GS', + 'SH', + 'KN', + 'LC', + 'PM', + 'VC', + 'TJ', + 'TZ', + 'TG', + 'TK', + 'TO', + 'TM', + 'TC', + 'TV', + 'UM', + 'UG', + 'VI', + 'VG', + 'WF', + 'EH', + 'ZM', + 'ZW', + 'UZ', + 'VU', + 'SR', + 'SZ', + 'AD', + 'MC', + 'SM', + 'ME', + 'VA', + 'NEUTRAL', + ]), + 'minimum_notes': '', + 'recommended_notes': '', + 'release_notes': '', + 'sku_button_title': '', + 'sku_description': ''' + Netflix has something for everyone. Watch TV shows and movies recommended just for you, including award-winning Netflix original series, movies, and documentaries. There’s even a safe watching experience just for kids with family-friendly entertainment. + + Now on Windows, you can enjoy every detail of the world’s favorite shows in 4K Ultra HD on Netflix. Download many of your favorite series and movies with the simple click of the download button. You can watch while you’re on the go or without an Internet connection on your PC, tablet or laptop with Windows 10. + + How does Netflix work? + - Instantly watch TV shows and movies through thousands of internet-connected devices. You can play, pause, and resume watching, all without commercials. + - Netflix adds new content all the time. Browse titles or search for your favorites. + - The more you watch, the better Netflix gets at recommending TV shows and movies that you’ll love — just for you. + - You can create up to five individual profiles within a single Netflix account. Profiles allow different members of your household to have their own personalized Netflix experience built around the movies and TV shows they enjoy. + + If you decide Netflix isn't for you - no problem. No contract, no cancellation fees, no commitment. Cancel online anytime. + + By clicking INSTALL, you consent to the installation of the Netflix application and any updates or upgrades thereto. + ''', + 'sku_display_rank': list([ + ]), + 'sku_title': 'Netflix', + 'text_resources': None, + }), + ]), + 'market_properties': list([ + dict({ + 'first_available_date': '2010-10-18T20:04:26.4400000Z', + 'markets': list([ + 'US', + ]), + 'package_ids': None, + 'pi_filter': None, + 'supported_languages': list([ + 'en-us', + 'da', + 'es', + 'fi', + 'fr', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'de', + 'fr-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'pt-pt', + 'pt-br', + 'da-dk', + 'fi-fi', + 'nl-nl', + 'sv-se', + 'es-mx', + 'nb-no', + 'de-de', + 'fr-fr', + 'en', + 'ko', + 'zh-cn', + 'zh-tw', + 'ar', + 'zh-hant', + 'pl', + 'tr', + 'th', + 'ro', + 'he', + 'el', + 'id', + 'cs', + 'hu', + 'vi', + 'en-in', + ]), + }), + ]), + 'product_id': '9WZDNCRFJ3TJ', + 'properties': dict({ + 'additional_identifiers': list([ + ]), + 'bundled_skus': list([ + ]), + 'display_physical_store_inventory': None, + 'early_adopter_enrollment_url': None, + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'fulfillment_plugin_id': None, + 'fulfillment_type': 'WindowsUpdate', + 'hardware_properties': dict({ + 'minimum_graphics': None, + 'minimum_hardware': list([ + ]), + 'minimum_processor': None, + 'recommended_graphics': None, + 'recommended_hardware': list([ + ]), + 'recommended_processor': None, + }), + 'hardware_requirements': list([ + ]), + 'hardware_warning_list': list([ + ]), + 'has_third_party_iaps': False, + 'installation_terms': 'InstallationTermsStandard', + 'is_bundle': False, + 'is_pre_order': False, + 'is_repurchasable': False, + 'is_trial': True, + 'last_update_date': '2020-10-09T18:02:12+00:00', + 'packages': list([ + dict({ + 'applications': list([ + dict({ + 'application_id': 'Netflix.App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + 'backgroundTasks-backgroundTasks', + ]), + }), + ]), + 'architectures': list([ + 'x64', + 'arm', + 'x86', + ]), + 'capabilities': list([ + 'internetClient', + 'internetClientServer', + 'privateNetworkClientServer', + ]), + 'content_id': '6f5a9e8f-f920-1658-72ff-16c1448402f9', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '5JwYk5NZCfrPpZUg2YhKU0W+m6HUP3Vx+3+mS4rXN5Q=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'en-in', + 'ar', + 'bg', + 'cs', + 'da', + 'de', + 'el', + 'es', + 'fi', + 'fr', + 'he', + 'hu', + 'it', + 'ja', + 'ko', + 'nb', + 'nl', + 'pt', + 'pl', + 'ro', + 'tr', + 'sv', + 'zh-hant', + 'th', + 'vi', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 7250253, + 'max_install_size_in_bytes': 7610368, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'AppxBundle', + 'package_full_name': '4DF9E0F8.Netflix_6.97.752.0_neutral_~_mcm4njqhnhss8', + 'package_id': 'c76eb995-37f6-0df7-3573-95c498140c24-X86-X64-Arm', + 'package_rank': 30003, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2814750438195200, + 'min_version': 2814750438195200, + 'platform_name': 'Windows.Desktop', + }), + dict({ + 'max_tested': 2814750438195200, + 'min_version': 2814750438195200, + 'platform_name': 'Windows.Holographic', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.bundledPackages":["4DF9E0F8.Netflix_6.97.752.0_x64__mcm4njqhnhss8","4DF9E0F8.Netflix_6.97.752.0_arm__mcm4njqhnhss8","4DF9E0F8.Netflix_6.97.752.0_x86__mcm4njqhnhss8"],"content.isMain":false,"content.packageId":"4DF9E0F8.Netflix_6.97.752.0_neutral_~_mcm4njqhnhss8","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.targetPlatforms":[{"platform.maxVersionTested":2814750438195200,"platform.minVersion":2814750438195200,"platform.target":3},{"platform.maxVersionTested":2814750438195200,"platform.minVersion":2814750438195200,"platform.target":10}],"content.type":7,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '~', + 'version': '1689266521374720', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'DialProtocol-Netflix', + 'protocol-netflix', + 'appUriHandler-appUriHandler', + ]), + }), + ]), + 'architectures': list([ + 'x64', + ]), + 'capabilities': list([ + 'internetClient', + 'internetClientServer', + 'privateNetworkClientServer', + 'hevcPlayback', + ]), + 'content_id': '6ab456e6-b2e4-5f12-9459-2267c3bd2e01', + 'device_capabilities': list([ + '6a7e5907-885c-4bcb-b40a-073c067bd3d5', + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 3940651496505344, + 'package_identity': 'Microsoft.VCLibs.140.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '06P4J+OstU7MzIf5HE769f3XL8mSikambNQFuqzFgaA=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': '6ab456e6-b2e4-5f12-9459-2267c3bd2e01', + 'languages': list([ + 'en-us', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 81100341, + 'max_install_size_in_bytes': 81489920, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'EMsixBundle', + 'package_full_name': '4DF9E0F8.Netflix_8.38.0.70_neutral_~_mcm4njqhnhss8', + 'package_id': 'f9ceeb09-ebef-6107-dcbd-e1d3537b3d03-X64', + 'package_rank': 30012, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2814750970478592, + 'min_version': 2814750931222528, + 'platform_name': 'Windows.Xbox', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.bundledPackages":["4DF9E0F8.Netflix_8.38.0.70_x64__mcm4njqhnhss8"],"content.isMain":false,"content.packageId":"4DF9E0F8.Netflix_8.38.0.70_neutral_~_mcm4njqhnhss8","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.targetPlatforms":[{"platform.maxVersionTested":2814750970478592,"platform.minVersion":2814750931222528,"platform.target":5}],"content.type":7,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '~', + 'version': '2251963022442566', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'WP', + 'declaration_order': 0, + 'extensions': list([ + ]), + }), + ]), + 'architectures': list([ + 'neutral', + ]), + 'capabilities': list([ + 'ID_CAP_IDENTITY_DEVICE', + 'ID_CAP_MEDIALIB', + 'ID_CAP_NETWORKING', + 'ID_FNCTNL_SILVERLIGHT_FRAMEWORK', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'b7bc0da1-a0ff-8753-d972-13d41ea223e1', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '', + 'hash_algorithm': '', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'da-dk', + 'de-de', + 'en', + 'en-gb', + 'en-us', + 'es-es', + 'fi-fi', + 'fr-ca', + 'fr-fr', + 'nb-no', + 'nl-nl', + 'pt-br', + 'sv-se', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 2124298, + 'max_install_size_in_bytes': None, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'Xap', + 'package_full_name': '', + 'package_id': '6851614b-8337-4b5f-9025-1b1d21966cf0', + 'package_rank': 10000, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2251804108652544, + 'min_version': 2251799813685248, + 'platform_name': 'Windows.WindowsPhone8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.payloadId":"6851614b-8337-4b5f-9025-1b1d21966cf0","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.type":1,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '562992917970944', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'WP', + 'declaration_order': 0, + 'extensions': list([ + ]), + }), + ]), + 'architectures': list([ + 'neutral', + ]), + 'capabilities': list([ + 'ID_CAP_IDENTITY_DEVICE', + 'ID_CAP_MEDIALIB_PLAYBACK', + 'ID_CAP_NETWORKING', + 'ID_FNCTNL_SILVERLIGHT_FRAMEWORK', + 'ID_RESOLUTION_HD720P', + 'ID_RESOLUTION_WVGA', + 'ID_RESOLUTION_WXGA', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'b7bc0da1-a0ff-8753-d972-13d41ea223e1', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '', + 'hash_algorithm': '', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'da-dk', + 'de-de', + 'en-gb', + 'en-us', + 'es-mx', + 'fi-fi', + 'fr-ca', + 'fr-fr', + 'nb-no', + 'nl-nl', + 'pt-br', + 'sv-se', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 2079578, + 'max_install_size_in_bytes': None, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'Xap', + 'package_full_name': '', + 'package_id': 'c828f646-52ec-4c11-847f-768bcf8a6eae', + 'package_rank': 11000, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2251804108652544, + 'min_version': 2251799813685248, + 'platform_name': 'Windows.WindowsPhone8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.payloadId":"c828f646-52ec-4c11-847f-768bcf8a6eae","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.type":2,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '844454994903063', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'WP', + 'declaration_order': 0, + 'extensions': list([ + ]), + }), + ]), + 'architectures': list([ + 'neutral', + ]), + 'capabilities': list([ + 'internetClient', + 'ID_RESOLUTION_WVGA', + 'ID_RESOLUTION_WXGA', + 'ID_RESOLUTION_HD720P', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': '6a97cc96-9d91-fff0-912f-d26c240e578b', + 'device_capabilities': list([ + 'microphone', + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562993039212545, + 'package_identity': 'Microsoft.Media.PlayReadyClient.Phone.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701694013440, + 'package_identity': 'Microsoft.VCLibs.120.00.Phone', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'GsUkUC+HXkRvEE6PU5EjQnKAR9VfEoEq+WWNCX8MxoA=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 7948191, + 'max_install_size_in_bytes': 11083776, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'Appx', + 'package_full_name': '4DF9E0F8.Netflix_4.15.0.62_arm__mcm4njqhnhss8', + 'package_id': '4c9dc6c4-e410-466a-9e98-eee520f15b5e-Neutral', + 'package_rank': 17000, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2251804108652544, + 'min_version': 2251804108652544, + 'platform_name': 'Windows.WindowsPhone8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745231360,"content.minOS":1688862745231360,"content.packageId":"4DF9E0F8.Netflix_4.15.0.62_arm__mcm4njqhnhss8","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.type":4,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '1125964331352126', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x64', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562962948292608, + 'package_identity': 'Microsoft.Media.PlayReadyClient', + }), + dict({ + 'max_tested': 0, + 'min_version': 3096228093100033, + 'package_identity': 'Microsoft.VCLibs.110.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '42X7uS/LytxrsxrF7PGreVD3fb8n+u5p6/W9KXeGfgc=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5747705, + 'max_install_size_in_bytes': 10559488, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_1.33.0.109_x64__mcm4njqhnhss8', + 'package_id': 'e20498c8-c01f-440c-a167-5213d4ed9914-X64', + 'package_rank': 20002, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688858450264064, + 'min_version': 1688858450264064, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688858450264064,"content.minOS":1688858450264064,"content.packageId":"4DF9E0F8.Netflix_1.33.0.109_x64__mcm4njqhnhss8","content.type":5,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '281616710631533', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x86', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562962948292608, + 'package_identity': 'Microsoft.Media.PlayReadyClient', + }), + dict({ + 'max_tested': 0, + 'min_version': 3096228093100033, + 'package_identity': 'Microsoft.VCLibs.110.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'z7PFAh/WD46LPrHKm0DcT6UloZp0iaTZjf/2nBvdcnc=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5733181, + 'max_install_size_in_bytes': 10518528, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_1.33.0.109_x86__mcm4njqhnhss8', + 'package_id': 'b4cf45f0-2677-4520-b7ef-18728082c0ec-X86', + 'package_rank': 20001, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688858450264064, + 'min_version': 1688858450264064, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688858450264064,"content.minOS":1688858450264064,"content.packageId":"4DF9E0F8.Netflix_1.33.0.109_x86__mcm4njqhnhss8","content.type":5,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '281616710631533', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'arm', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562962948292608, + 'package_identity': 'Microsoft.Media.PlayReadyClient', + }), + dict({ + 'max_tested': 0, + 'min_version': 3096228093100033, + 'package_identity': 'Microsoft.VCLibs.110.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'OMZ/IIRve1/aBnMmSb/u639E8E0jXUVlXvoBHqtixYc=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5744175, + 'max_install_size_in_bytes': 10526720, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_1.33.0.109_arm__mcm4njqhnhss8', + 'package_id': '896936b6-abe8-485d-9542-706b7b1f6fc4-Arm', + 'package_rank': 20003, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688858450264064, + 'min_version': 1688858450264064, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688858450264064,"content.minOS":1688858450264064,"content.packageId":"4DF9E0F8.Netflix_1.33.0.109_arm__mcm4njqhnhss8","content.type":5,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '281616710631533', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x86', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562997339226112, + 'package_identity': 'Microsoft.Media.PlayReadyClient.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701097111553, + 'package_identity': 'Microsoft.VCLibs.120.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'IvNSqzzyRmD5ZgCFVU/2x7QddCSw25ak2ix9oMmyh4E=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5925423, + 'max_install_size_in_bytes': 10891264, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_2.22.0.39_x86__mcm4njqhnhss8', + 'package_id': '3789cd7b-3858-441a-aa0c-523366516efd-X86', + 'package_rank': 20011, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688862745165824, + 'min_version': 1688862745165824, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745165824,"content.minOS":1688862745165824,"content.packageId":"4DF9E0F8.Netflix_2.22.0.39_x86__mcm4njqhnhss8","content.type":6,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '563044442701863', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x64', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562997339226112, + 'package_identity': 'Microsoft.Media.PlayReadyClient.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701097111553, + 'package_identity': 'Microsoft.VCLibs.120.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'fA7AhxxOocoGdURdUaAWp9rjM2Kr4JPJE3YQAxznYtw=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5939929, + 'max_install_size_in_bytes': 10952704, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_2.22.0.39_x64__mcm4njqhnhss8', + 'package_id': '671978e9-fefc-4766-8bc8-0eb62503c5d4-X64', + 'package_rank': 20012, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688862745165824, + 'min_version': 1688862745165824, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745165824,"content.minOS":1688862745165824,"content.packageId":"4DF9E0F8.Netflix_2.22.0.39_x64__mcm4njqhnhss8","content.type":6,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '563044442701863', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'arm', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562997339226112, + 'package_identity': 'Microsoft.Media.PlayReadyClient.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701097111553, + 'package_identity': 'Microsoft.VCLibs.120.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'F4dbkqdksFrGfBVewsJJkQd7NHxc3GfFCEFeOa9m56A=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5935941, + 'max_install_size_in_bytes': 10903552, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_2.22.0.39_arm__mcm4njqhnhss8', + 'package_id': '5f2e3a30-363d-4f64-bc6a-fea9bd3a69a7-Arm', + 'package_rank': 20013, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688862745165824, + 'min_version': 1688862745165824, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745165824,"content.minOS":1688862745165824,"content.packageId":"4DF9E0F8.Netflix_2.22.0.39_arm__mcm4njqhnhss8","content.type":6,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '563044442701863', + }), + ]), + 'sku_display_rank': 2, + 'version_string': '', + 'visible_to_b2b_service_ids': list([ + ]), + 'xbox_xpa': False, + }), + 'recurrence_policy': None, + 'sku_a_schema': 'Sku;3', + 'sku_b_schema': 'SkuUnifiedApp;3', + 'sku_id': '0011', + 'sku_type': 'trial', + 'subscription_policy_id': None, + }), + }), + ]), + 'domain_data_version': None, + 'ingestion_source': 'DCE', + 'is_microsoft_product': False, + 'last_modified_date': '2020-10-09T18:02:12.657085+00:00', + 'localized_properties': list([ + dict({ + 'developer_name': '', + 'display_platform_properties': None, + 'eligibility_properties': None, + 'franchises': list([ + ]), + 'friendly_title': None, + 'images': list([ + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347014', + 'file_size_in_bytes': 956, + 'foreground_color': '', + 'height': 50, + 'image_position_info': '', + 'image_purpose': 'Logo', + 'unscaled_image_sha256_hash': 'LsuIkwA6lGKfAPofYUpnKg3B6p4HLVk70Q3QCRviWEk=', + 'uri': '//store-images.s-microsoft.com/image/apps.52014.9007199266246365.c2b9376d-d1a2-40c9-95ef-cff0f4ba91ca.0b056c35-6486-4947-852e-7149d9ab5851', + 'width': 50, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347040', + 'file_size_in_bytes': 1503, + 'foreground_color': '', + 'height': 75, + 'image_position_info': '', + 'image_purpose': 'Logo', + 'unscaled_image_sha256_hash': 'WeQgusypQlBh3coam7AlFaMX7RTR4wNcVKDI8N9h7I8=', + 'uri': '//store-images.s-microsoft.com/image/apps.58457.9007199266246365.3746ed8c-09d0-4007-9d2f-8ba20a9f4705.3292d53d-3ad8-4f34-943f-13d6d3c8ce3a', + 'width': 75, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347012', + 'file_size_in_bytes': 2140, + 'foreground_color': '', + 'height': 100, + 'image_position_info': '', + 'image_purpose': 'Logo', + 'unscaled_image_sha256_hash': 'JP364/KAZY1xbViqGWzChg6OKjA7Tp+1CuE1UFpjgRU=', + 'uri': '//store-images.s-microsoft.com/image/apps.64804.9007199266246365.9e04b4a8-0637-4cbc-97b8-433eda07b081.64b4abe2-2f6d-4e87-a7af-900f58c8d4ae', + 'width': 100, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347015', + 'file_size_in_bytes': 2272, + 'foreground_color': '', + 'height': 150, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'jsnB/K6bXIuyDpPXu4zAzYelVN3T4dbn/Jx5QTQYLuM=', + 'uri': '//store-images.s-microsoft.com/image/apps.51598.9007199266246365.9538e419-4ced-4bb5-b027-e23a78887cd2.c4963fa6-7627-4a17-b2a8-fb1321b226d0', + 'width': 150, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347041', + 'file_size_in_bytes': 3378, + 'foreground_color': '', + 'height': 225, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'SzSfQgEgBEYLTb6uYdA1nrjKLTfJjLUnuMnG2ToXy4k=', + 'uri': '//store-images.s-microsoft.com/image/apps.13387.9007199266246365.4d313a91-19f5-4900-9c7f-4e3f8085e869.3806d656-7896-4389-ba98-65f0b161eac0', + 'width': 225, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347007', + 'file_size_in_bytes': 4949, + 'foreground_color': '', + 'height': 300, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'VybSV+2Tqmda3p4wZ+Oz61aIjPHl6LOBSc7f1QoT4J4=', + 'uri': '//store-images.s-microsoft.com/image/apps.9815.9007199266246365.7dc5d343-fe4a-40c3-93dd-c78e77f97331.45eebdef-f725-4799-bbf8-9ad8391a8279', + 'width': 300, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347025', + 'file_size_in_bytes': 834, + 'foreground_color': '', + 'height': 44, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': '89cTEkobrZYY+Bv1uh1Y2BlYzVyKQw7OCBeVdSQ+00E=', + 'uri': '//store-images.s-microsoft.com/image/apps.55283.9007199266246365.92a7f7d2-b5a8-4e3b-b093-2ce286d163f7.e7c178ca-fc0f-4357-bc23-28a6809d79f1', + 'width': 44, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347050', + 'file_size_in_bytes': 1292, + 'foreground_color': '', + 'height': 66, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'fHoFBrOG4g2vbvmZobtVumDu4BSB6XZb9cDPByEyWzo=', + 'uri': '//store-images.s-microsoft.com/image/apps.31356.9007199266246365.a955d0b2-934a-40df-9e26-f0085299a7b3.9f250d3a-ab30-4adf-9971-5c0ddcb34bfd', + 'width': 66, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072346999', + 'file_size_in_bytes': 1841, + 'foreground_color': '', + 'height': 88, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': '490CuYQ2n11lpU4+dJlfhDNYhD4imyRWC34FPPc9X5I=', + 'uri': '//store-images.s-microsoft.com/image/apps.56803.9007199266246365.df3025a0-c29c-43e4-8976-741647270c26.ba1fe8d7-0c07-4aed-9675-8d950c30637a', + 'width': 88, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347016', + 'file_size_in_bytes': 5154, + 'foreground_color': '', + 'height': 310, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'eN/i5Qn7MmW1MCmbF9UOHwST4IE18jJ1F2s3da3rkf0=', + 'uri': '//store-images.s-microsoft.com/image/apps.57208.9007199266246365.9aa1d4bb-c3b4-48d6-93cf-f6674fb40e8d.0bf15307-86b5-4f68-924c-9ecb2001a85a', + 'width': 310, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347029', + 'file_size_in_bytes': 8502, + 'foreground_color': '', + 'height': 465, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'csqXF1GotwvYfOCCAPGUnBp4ITdVpQva4zenmHlLfio=', + 'uri': '//store-images.s-microsoft.com/image/apps.51826.9007199266246365.4a31a46b-0288-4248-9dfb-cfff182818e9.7ca531f7-bdf8-4a82-9d3d-d0cecbfc19e5', + 'width': 465, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347020', + 'file_size_in_bytes': 13157, + 'foreground_color': '', + 'height': 620, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': '9ci+J2nZh9wWYu7ip7aeXLnn8Ql3zIWrt3z2F55jNFw=', + 'uri': '//store-images.s-microsoft.com/image/apps.51445.9007199266246365.c6dce6b1-5edd-4e64-a117-0e45b8165403.c7938026-2c39-48b0-b8f8-067273b77187', + 'width': 620, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347034', + 'file_size_in_bytes': 1445, + 'foreground_color': '', + 'height': 71, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': '2TSwOl7rhajG8DN4/CmEjsKL3Br19vAhoC7tAxpjof8=', + 'uri': '//store-images.s-microsoft.com/image/apps.13529.9007199266246365.25e80878-8386-4369-86e6-d58a6bdfa53f.5abac0fb-6cd2-4496-8b3d-c7455db0e5c4', + 'width': 71, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347042', + 'file_size_in_bytes': 2362, + 'foreground_color': '', + 'height': 107, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'ounSPvPq8jMPEQWBN3IJoDGgdgwakXrB466qO3pn0h4=', + 'uri': '//store-images.s-microsoft.com/image/apps.59810.9007199266246365.d14eb120-7f2d-457d-a4b0-cb1a3bde44a8.c46c249a-a6c1-478a-8ec2-231650c67fa4', + 'width': 107, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347021', + 'file_size_in_bytes': 3395, + 'foreground_color': '', + 'height': 142, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'VigAz/TpRsdUIIgK09mLYknu1N09Cn4PAiEhOSON26w=', + 'uri': '//store-images.s-microsoft.com/image/apps.10326.9007199266246365.7067ae39-fd29-4b3b-90c7-bea207312e70.3883898b-7f30-4227-937a-a05330d3df53', + 'width': 142, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347033', + 'file_size_in_bytes': 4114, + 'foreground_color': '', + 'height': 150, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'OoywViH1L5i7JaWjucFHoZzMqppnpXNvZ2nIhni4krU=', + 'uri': '//store-images.s-microsoft.com/image/apps.35898.9007199266246365.f1a052c7-8ec1-42c2-b97c-ede1c1304e46.215d2a9b-5718-4a0d-9d4d-9aaa0b80ae71', + 'width': 310, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347037', + 'file_size_in_bytes': 6616, + 'foreground_color': '', + 'height': 225, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': '5MYdONTXb4CpAIaxkgUytqVYQhxHrSS3d9zMFXwl/mk=', + 'uri': '//store-images.s-microsoft.com/image/apps.50916.9007199266246365.2a757954-4d70-4d41-a224-aff3d7b9bcc6.6cdae504-11a7-4b11-82f1-76c2d85e4a16', + 'width': 465, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347013', + 'file_size_in_bytes': 10118, + 'foreground_color': '', + 'height': 300, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'i2443NWbgRAqdj+HSijWf5ycUv+XcvN0ioFdT+FvyvA=', + 'uri': '//store-images.s-microsoft.com/image/apps.28299.9007199266246365.75015a39-4585-418e-b169-dc023bde061c.5a53befa-4a1d-4db7-8f68-482fcaa8a61f', + 'width': 620, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '1152921504606999752', + 'file_size_in_bytes': 34740, + 'foreground_color': '', + 'height': 468, + 'image_position_info': '', + 'image_purpose': 'Hero', + 'unscaled_image_sha256_hash': 'SxrdQz3t5GnWVny2jwbxyW45Htq8v0dcalJFjaCB0u0=', + 'uri': '//store-images.microsoft.com/image/apps.6731.9007199266246365.6d6d6d51-7bdc-45fa-b753-b6c94934f29d.f1b3ec1f-f15f-4f55-b299-0381031dec52', + 'width': 846, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '1152921504606999975', + 'file_size_in_bytes': 35305, + 'foreground_color': '', + 'height': 756, + 'image_position_info': '', + 'image_purpose': 'Hero', + 'unscaled_image_sha256_hash': 'uqWgLSKfis9rQ1FWuQ+yIR4yshq8t3n9BRYOfCwlnbg=', + 'uri': '//store-images.microsoft.com/image/apps.42426.9007199266246365.5a617abc-89f6-407e-b972-d98abef1641f.6450ed42-2199-43fe-bf8c-f0b8699c856c', + 'width': 558, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '1152921504606999754', + 'file_size_in_bytes': 25992, + 'foreground_color': '', + 'height': 468, + 'image_position_info': '', + 'image_purpose': 'Hero', + 'unscaled_image_sha256_hash': 'xM/CjBseWP4CiqNd2JP6DyCZMhVIGkcelwLQza8TUmA=', + 'uri': '//store-images.microsoft.com/image/apps.53188.9007199266246365.726115d0-7838-4bdc-b258-8d6aff8fdee4.240fcf51-0794-414c-8689-62f3dee4554e', + 'width': 414, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '1152921504606999753', + 'file_size_in_bytes': 17241, + 'foreground_color': '', + 'height': 180, + 'image_position_info': '', + 'image_purpose': 'Hero', + 'unscaled_image_sha256_hash': 'IZlRV1m/aLYfqALEirTW4ig1BvbGgdUbAFv+etAXBZI=', + 'uri': '//store-images.microsoft.com/image/apps.39201.9007199266246365.2a024a35-1e3b-40fb-b8b3-e678027a8fad.507c33d8-aae2-4303-8e8a-9dd70f03c67f', + 'width': 414, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936641', + 'file_size_in_bytes': 2444680, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/0', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'OEOlvSR3aRst44dSvHAKh3O41PyDWTg9Aex9xydIw5I=', + 'uri': '//store-images.s-microsoft.com/image/apps.17208.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.63794f19-99db-44a1-a0d8-3c0ed656085d', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936644', + 'file_size_in_bytes': 1985861, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/1', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': '7GpTGDHKWsoRCu74hp2pKePBJMD1oQivWy73P1Sa9pY=', + 'uri': '//store-images.s-microsoft.com/image/apps.27372.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.12fc42eb-9cca-426e-b151-4438728c935a', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936675', + 'file_size_in_bytes': 1822167, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/3', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'A8bu2elhwcxGXtoHeLimnAukf0vwU3VEUwPOBMLpybY=', + 'uri': '//store-images.s-microsoft.com/image/apps.50691.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.ae0eaab0-e300-4674-b947-693b1e6ecf42', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936671', + 'file_size_in_bytes': 1524326, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/2', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': '6SCBT/vdy8dXFtX3weuqsKCV2EmultabmqEtG8zJSPk=', + 'uri': '//store-images.s-microsoft.com/image/apps.8425.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.c4f4222f-417e-4713-a6d1-6493c0a731ba', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936792', + 'file_size_in_bytes': 2885717, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/4', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': '7Hs7yBqZ2a4jxPBiIPCLzTTe4VKmCzpTNr+tVIYy/0I=', + 'uri': '//store-images.s-microsoft.com/image/apps.31724.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.2514f39d-8e35-4e3b-b4e5-44968d2300c5', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936874', + 'file_size_in_bytes': 3044495, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/5', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': '23xX2XWqKC+OSJZ+Ji7mnuLLakOBIF/0RaPrMq/zjWk=', + 'uri': '//store-images.s-microsoft.com/image/apps.31963.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.ae6e92fe-6ffc-4185-93df-6e70197936c4', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936879', + 'file_size_in_bytes': 3518542, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/6', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'kTSkd8IOQyEvgrdo1KzLO6DiEx9uQ7ykHLJxqMyVQhE=', + 'uri': '//store-images.s-microsoft.com/image/apps.13457.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.40c234de-2e46-43aa-8976-295be71640e3', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936903', + 'file_size_in_bytes': 2070430, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/1', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'JFjfks2Cm7u16sTfYJLrCPe6C2kXZUmyfjCuA4uf9XA=', + 'uri': '//store-images.s-microsoft.com/image/apps.22564.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.caa00164-3db9-4a6c-8cde-380e6eb80ba0', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936904', + 'file_size_in_bytes': 1530467, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/2', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'Cb/9BUNgZUCdVWzbx1VhUv4LQNaW7vHOA9ZuGVtR9aE=', + 'uri': '//store-images.s-microsoft.com/image/apps.48905.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.2c11047b-929a-42bc-bd10-a2d89e0f7033', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936905', + 'file_size_in_bytes': 2853810, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/3', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'p4KAHNmtQyhI+jxsHuoJQHFyskJBFp4R6eyKJs5Gzlg=', + 'uri': '//store-images.s-microsoft.com/image/apps.33447.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.4451173a-58aa-4e7d-8e7f-80df8f170ec7', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936906', + 'file_size_in_bytes': 1951319, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/4', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'kvZGNfxX8CWsDGCxw2OPtLXAtcFKYxajT3+eQuJ+Ypw=', + 'uri': '//store-images.s-microsoft.com/image/apps.63122.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.3754a3be-ef04-4a73-87ce-08e68100184f', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936907', + 'file_size_in_bytes': 2470078, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/5', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': '3X4nLKMNvvRjiJlFPhVM0Awx9jRmbea++bGaYIFv+VU=', + 'uri': '//store-images.s-microsoft.com/image/apps.32477.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.0edb30ed-871a-41ab-85dc-4287bd812939', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936941', + 'file_size_in_bytes': 3930222, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/7', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'J8LUHpiICezD+eduimg+48RKjsqGoMTvqH1eKRxxFvI=', + 'uri': '//store-images.s-microsoft.com/image/apps.49703.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.6748f60f-869e-4173-bd41-c0de92cd6d89', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936901', + 'file_size_in_bytes': 2256820, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/0', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'vCsolecePGGTJZEffwcQNjtHXDzTsbWt5aHL6TQh3yM=', + 'uri': '//store-images.s-microsoft.com/image/apps.11196.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.470710fc-4dec-4479-8d36-a3e79acebd65', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936908', + 'file_size_in_bytes': 2905175, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/6', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'DAsJFGwP8T+umK7qmtjboLdXRNxZ1O2rOM5qSEl8ZbM=', + 'uri': '//store-images.s-microsoft.com/image/apps.2828.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.b9c8711d-8ace-446b-bf78-fad9c4e5dd22', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936943', + 'file_size_in_bytes': 2693771, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Xbox/1', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'ln7zhXFqnDUL5yEC6Pxrly9dl4cy3RWC5aiPUf5NzG8=', + 'uri': '//store-images.s-microsoft.com/image/apps.32406.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.cd0b2b61-58e8-4ae3-8db5-b5722c131206', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936942', + 'file_size_in_bytes': 3297769, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Xbox/0', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'EJLAZw0urLQLPUk1A4Ij1snHxrTgsVPwssncUmww56k=', + 'uri': '//store-images.s-microsoft.com/image/apps.37392.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.6a791e47-a096-41ff-bcf5-5bc1a5cd8855', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936944', + 'file_size_in_bytes': 3473788, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Xbox/2', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': '+mRMKxUPQhP3r74NhJA396O9SKqauRe/QmJPHURGhkw=', + 'uri': '//store-images.s-microsoft.com/image/apps.25850.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.a3a0ede1-1a4b-4a39-b593-61eeb2a7b0fe', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936945', + 'file_size_in_bytes': 2717135, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Xbox/3', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'TqUJ1ic+YoYlrkPDmdmsR5r3UxAqKqhoIt9cmO2Zz58=', + 'uri': '//store-images.s-microsoft.com/image/apps.42318.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.fc8fd224-86da-4fa6-8fc5-65167ce7b540', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936946', + 'file_size_in_bytes': 2518061, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Xbox/4', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'nnZxfDrpeTXZXRrjCk8MAup4MAjs648bZNgi800335w=', + 'uri': '//store-images.s-microsoft.com/image/apps.30366.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.5deebc32-c626-4246-9c3a-2bdfaeaf1bee', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000076292302', + 'file_size_in_bytes': 5091, + 'foreground_color': '', + 'height': 300, + 'image_position_info': '', + 'image_purpose': 'Logo', + 'unscaled_image_sha256_hash': 'Ydu5wZruM5w6znIrK6Q/QptnSjGxhgw25/l/M0XpcV0=', + 'uri': '//store-images.s-microsoft.com/image/apps.56161.9007199266246365.1d5a6a53-3c49-4f80-95d7-78d76b0e05d0.a3e87fea-e03e-4c0a-8f26-9ecef205fa7b', + 'width': 300, + }), + dict({ + 'background_color': '', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000076313496', + 'file_size_in_bytes': 8779790, + 'foreground_color': '', + 'height': 2160, + 'image_position_info': '', + 'image_purpose': 'SuperHeroArt', + 'unscaled_image_sha256_hash': 'U36a96Na9LKfty7hp7CoapzMlthhX5ymgf1sucHCWM8=', + 'uri': '//store-images.s-microsoft.com/image/apps.32339.9007199266246365.1d5a6a53-3c49-4f80-95d7-78d76b0e05d0.ac2899bf-ba6c-4f7b-b2d4-c854cc7a6f55', + 'width': 3840, + }), + ]), + 'interactive_3d_enabled': False, + 'interactive_model_config': None, + 'language': 'en-us', + 'markets': list([ + 'US', + 'DZ', + 'AR', + 'AU', + 'AT', + 'BH', + 'BD', + 'BE', + 'BR', + 'BG', + 'CA', + 'CL', + 'CN', + 'CO', + 'CR', + 'HR', + 'CY', + 'CZ', + 'DK', + 'EG', + 'EE', + 'FI', + 'FR', + 'DE', + 'GR', + 'GT', + 'HK', + 'HU', + 'IS', + 'IN', + 'ID', + 'IQ', + 'IE', + 'IL', + 'IT', + 'JP', + 'JO', + 'KZ', + 'KE', + 'KW', + 'LV', + 'LB', + 'LI', + 'LT', + 'LU', + 'MY', + 'MT', + 'MR', + 'MX', + 'MA', + 'NL', + 'NZ', + 'NG', + 'NO', + 'OM', + 'PK', + 'PE', + 'PH', + 'PL', + 'PT', + 'QA', + 'RO', + 'RU', + 'SA', + 'RS', + 'SG', + 'SK', + 'SI', + 'ZA', + 'KR', + 'ES', + 'SE', + 'CH', + 'TW', + 'TH', + 'TT', + 'TN', + 'TR', + 'UA', + 'AE', + 'GB', + 'VN', + 'YE', + 'LY', + 'LK', + 'UY', + 'VE', + 'AF', + 'AX', + 'AL', + 'AS', + 'AO', + 'AI', + 'AQ', + 'AG', + 'AM', + 'AW', + 'BO', + 'BQ', + 'BA', + 'BW', + 'BV', + 'IO', + 'BN', + 'BF', + 'BI', + 'KH', + 'CM', + 'CV', + 'KY', + 'CF', + 'TD', + 'TL', + 'DJ', + 'DM', + 'DO', + 'EC', + 'SV', + 'GQ', + 'ER', + 'ET', + 'FK', + 'FO', + 'FJ', + 'GF', + 'PF', + 'TF', + 'GA', + 'GM', + 'GE', + 'GH', + 'GI', + 'GL', + 'GD', + 'GP', + 'GU', + 'GG', + 'GN', + 'GW', + 'GY', + 'HT', + 'HM', + 'HN', + 'AZ', + 'BS', + 'BB', + 'BY', + 'BZ', + 'BJ', + 'BM', + 'BT', + 'KM', + 'CG', + 'CD', + 'CK', + 'CX', + 'CC', + 'CI', + 'CW', + 'JM', + 'SJ', + 'JE', + 'KI', + 'KG', + 'LA', + 'LS', + 'LR', + 'MO', + 'MK', + 'MG', + 'MW', + 'IM', + 'MH', + 'MQ', + 'MU', + 'YT', + 'FM', + 'MD', + 'MN', + 'MS', + 'MZ', + 'MM', + 'NA', + 'NR', + 'NP', + 'MV', + 'ML', + 'NC', + 'NI', + 'NE', + 'NU', + 'NF', + 'PW', + 'PS', + 'PA', + 'PG', + 'PY', + 'RE', + 'RW', + 'BL', + 'MF', + 'WS', + 'ST', + 'SN', + 'MP', + 'PN', + 'SX', + 'SB', + 'SO', + 'SC', + 'SL', + 'GS', + 'SH', + 'KN', + 'LC', + 'PM', + 'VC', + 'TJ', + 'TZ', + 'TG', + 'TK', + 'TO', + 'TM', + 'TC', + 'TV', + 'UM', + 'UG', + 'VI', + 'VG', + 'WF', + 'EH', + 'ZM', + 'ZW', + 'UZ', + 'VU', + 'SR', + 'SZ', + 'AD', + 'MC', + 'SM', + 'ME', + 'VA', + 'NEUTRAL', + ]), + 'product_description': ''' + Netflix has something for everyone. Watch TV shows and movies recommended just for you, including award-winning Netflix original series, movies, and documentaries. There’s even a safe watching experience just for kids with family-friendly entertainment. + + Now on Windows, you can enjoy every detail of the world’s favorite shows in 4K Ultra HD on Netflix. Download many of your favorite series and movies with the simple click of the download button. You can watch while you’re on the go or without an Internet connection on your PC, tablet or laptop with Windows 10. + + How does Netflix work? + - Instantly watch TV shows and movies through thousands of internet-connected devices. You can play, pause, and resume watching, all without commercials. + - Netflix adds new content all the time. Browse titles or search for your favorites. + - The more you watch, the better Netflix gets at recommending TV shows and movies that you’ll love — just for you. + - You can create up to five individual profiles within a single Netflix account. Profiles allow different members of your household to have their own personalized Netflix experience built around the movies and TV shows they enjoy. + + If you decide Netflix isn't for you - no problem. No contract, no cancellation fees, no commitment. Cancel online anytime. + + By clicking INSTALL, you consent to the installation of the Netflix application and any updates or upgrades thereto. + ''', + 'product_display_ranks': list([ + ]), + 'product_title': 'Netflix', + 'publisher_name': 'Netflix, Inc.', + 'publisher_website_uri': 'http://www.netflix.com/', + 'render_group_details': None, + 'search_titles': list([ + dict({ + 'search_title_string': 'netflix', + 'search_title_type': 'SearchHint', + }), + dict({ + 'search_title_string': 'streaming', + 'search_title_type': 'SearchHint', + }), + dict({ + 'search_title_string': 'movie', + 'search_title_type': 'SearchHint', + }), + dict({ + 'search_title_string': 'movies', + 'search_title_type': 'SearchHint', + }), + dict({ + 'search_title_string': 'video', + 'search_title_type': 'SearchHint', + }), + dict({ + 'search_title_string': 'The Irishman', + 'search_title_type': 'SearchHint', + }), + ]), + 'short_description': '', + 'short_title': '', + 'sort_title': '', + 'support_uri': 'https://contactus.netflix.com/Help', + 'videos': list([ + ]), + 'voice_title': '', + }), + ]), + 'market_properties': list([ + dict({ + 'bundle_config': None, + 'content_ratings': list([ + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + 'ESRB:DivConDisAdv', + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'ESRB:T', + 'rating_system': 'ESRB', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + 'PEGI:ParGuiRec', + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'PEGI:!', + 'rating_system': 'PEGI', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + 'DJCTQ:Vio', + 'DJCTQ:SexCon', + 'DJCTQ:IllDru', + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'DJCTQ:16', + 'rating_system': 'DJCTQ', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + 'USK:ConDifAge', + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'USK:16', + 'rating_system': 'USK', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + 'IARC:ParGuiRec', + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'IARC:12', + 'rating_system': 'IARC', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'PCBP:18', + 'rating_system': 'PCBP', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'CSRR:PG15', + 'rating_system': 'CSRR', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'Microsoft:12', + 'rating_system': 'Microsoft', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'CCC:14', + 'rating_system': 'CCC', + }), + ]), + 'markets': list([ + 'US', + ]), + 'minimum_user_age': 12, + 'original_release_date': '2010-10-18T20:04:26.440000+00:00', + 'original_release_friendly_name': None, + 'related_products': list([ + ]), + 'usage_data': list([ + dict({ + 'aggregate_time_span': '7Days', + 'average_rating': 3.6, + 'play_count': 0, + 'purchase_count': '0', + 'rating_count': 201, + 'rental_count': '0', + 'trial_count': '0', + }), + dict({ + 'aggregate_time_span': '30Days', + 'average_rating': 3.3, + 'play_count': 0, + 'purchase_count': '0', + 'rating_count': 947, + 'rental_count': '0', + 'trial_count': '0', + }), + dict({ + 'aggregate_time_span': 'AllTime', + 'average_rating': 4.0, + 'play_count': 0, + 'purchase_count': '0', + 'rating_count': 685202, + 'rental_count': '0', + 'trial_count': '0', + }), + ]), + }), + ]), + 'merchandizing_tags': list([ + ]), + 'part_d': '', + 'preferred_sku_id': '0010', + 'product_a_schema': 'Product;3', + 'product_b_schema': 'ProductUnifiedApp;3', + 'product_family': 'Apps', + 'product_id': '9WZDNCRFJ3TJ', + 'product_kind': 'Application', + 'product_type': 'Application', + 'properties': dict({ + 'attributes': list([ + ]), + 'can_install_to_sd_card': True, + 'categories': None, + 'category': 'Entertainment', + 'extensions': None, + 'has_add_ons': False, + 'is_accessible': False, + 'is_line_of_business_app': False, + 'is_published_to_legacy_windows_phone_store': True, + 'is_published_to_legacy_windows_store': True, + 'is_settings_app': False, + 'ownership_type': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_identity_name': '4DF9E0F8.NETFLIX', + 'pdp_background_color': '#FFFFFF', + 'product_group_id': 'f6c7aeef-99e9-4096-b9fc-b0ddc1f8749b', + 'product_group_name': 'Netflix', + 'publisher_certificate_name': 'CN=52120C15-ACFA-47FC-A7E3-4974DBA79445', + 'publisher_id': '10101050', + 'revision_id': '2020-10-09T18:03:52.1324696Z', + 'sub_category': '', + 'xbox_console_gen_compatible': None, + 'xbox_console_gen_optimized': None, + 'xbox_cross_gen_set_id': None, + 'xbox_live_gold_required': False, + 'xbox_live_tier': None, + 'xbox_xpa': None, + }), + 'schema_version': '3', + 'validation_data': dict({ + 'passed_validation': False, + 'revision_id': '2020-10-09T18:03:52.1324696Z||.||7319fa59-58e1-4130-9142-e5d991b61b73||1152921505691950666||Null||fullrelease', + 'validation_result_uri': '', + }), + }), + 'status': dict({ + 'console_streaming_enabled': False, + 'digital_assistant_remote_control_enabled': True, + 'focus_app_aumid': '4DF9E0F8.Netflix_mcm4njqhnhss8!App', + 'is_tv_configured': True, + 'login_state': None, + 'playback_state': 'Stopped', + 'power_state': 'On', + 'remote_management_enabled': True, + 'status': dict({ + 'error_code': 'OK', + 'error_message': None, + }), + 'storage_devices': None, + }), + }), + dict({ + 'app_details': dict({ + 'alternate_ids': list([ + dict({ + 'id_type': 'LegacyWindowsStoreProductId', + 'value': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + dict({ + 'id_type': 'LegacyWindowsPhoneProductId', + 'value': 'c3a509cd-61d6-df11-a844-00237de2db9e', + }), + dict({ + 'id_type': 'XboxTitleId', + 'value': '327370029', + }), + dict({ + 'id_type': 'SRAProductId', + 'value': '337f7d51-bc20-4b9b-ad6c-2a2395a42ecb', + }), + ]), + 'display_sku_availabilities': list([ + dict({ + 'availabilities': list([ + dict({ + 'actions': list([ + 'Details', + 'Fulfill', + 'Purchase', + 'Browse', + 'Curate', + 'Redeem', + ]), + 'availability_a_schema': 'Availability;3', + 'availability_b_schema': 'AvailabilityUnifiedApp;3', + 'availability_id': '9NF83GM638LJ', + 'conditions': dict({ + 'client_conditions': dict({ + 'allowed_platforms': list([ + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Desktop', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Mobile', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Xbox', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.8828080', + }), + ]), + }), + 'end_date': '9998-12-30T00:00:00+00:00', + 'resource_set_ids': list([ + '1', + ]), + 'start_date': '1753-01-01T00:00:00+00:00', + }), + 'display_rank': 0, + 'last_modified_date': '2020-10-09T18:02:17.852434+00:00', + 'licensing_data': None, + 'markets': list([ + 'US', + ]), + 'order_management_data': dict({ + 'granted_entitlement_keys': list([ + ]), + 'pi_filter': dict({ + 'exclusion_properties': list([ + ]), + 'inclusion_properties': list([ + ]), + }), + 'price': dict({ + 'currency_code': 'USD', + 'is_pi_required': False, + 'list_price': 0.0, + 'msrp': 0.0, + 'tax_type': 'TaxesNotIncluded', + 'wholesale_currency_code': '', + }), + }), + 'properties': dict({ + 'original_release_date': '2010-10-18T20:04:26.440000+00:00', + }), + 'remediation_required': False, + 'sku_id': '0010', + }), + dict({ + 'actions': list([ + 'License', + 'Browse', + 'Details', + ]), + 'availability_a_schema': 'Availability;3', + 'availability_b_schema': 'AvailabilityUnifiedApp;3', + 'availability_id': '9PVM1DW12FV2', + 'conditions': dict({ + 'client_conditions': dict({ + 'allowed_platforms': list([ + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Desktop', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Mobile', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Xbox', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.8828080', + }), + ]), + }), + 'end_date': '9998-12-30T00:00:00+00:00', + 'resource_set_ids': list([ + '1', + ]), + 'start_date': '1753-01-01T00:00:00+00:00', + }), + 'display_rank': 1, + 'last_modified_date': '2020-10-09T18:02:17.852434+00:00', + 'licensing_data': dict({ + 'satisfying_entitlement_keys': list([ + dict({ + 'entitlement_keys': list([ + 'big:9WZDNCRFJ3TJ:0010', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'wes:App:c3a509cd-61d6-df11-a844-00237de2db9e:Full', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'wes:App:d8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa:Full', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9WZDNCRFJ3TJ:0001', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9WZDNCRFJ3TJ:0002', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'xbx:GameV2:337f7d51-bc20-4b9b-ad6c-2a2395a42ecb:Full', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'xbx:GameV2:337f7d51-bc20-4b9b-ad6c-2a2395a42ecb:Presale', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9VWGNH0VBZR3:0001', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9VWGNH0VBZR3:0003', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + ]), + }), + 'markets': list([ + 'US', + ]), + 'order_management_data': dict({ + 'granted_entitlement_keys': list([ + ]), + 'pi_filter': None, + 'price': dict({ + 'currency_code': 'USD', + 'is_pi_required': False, + 'list_price': 0.0, + 'msrp': 0.0, + 'tax_type': '', + 'wholesale_currency_code': '', + }), + }), + 'properties': dict({ + 'original_release_date': None, + }), + 'remediation_required': False, + 'sku_id': '0010', + }), + dict({ + 'actions': list([ + 'License', + 'Details', + ]), + 'availability_a_schema': 'Availability;3', + 'availability_b_schema': 'AvailabilityUnifiedApp;3', + 'availability_id': '9NFKK7NRXLPL', + 'conditions': dict({ + 'client_conditions': dict({ + 'allowed_platforms': list([ + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Team', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Holographic', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Core', + }), + ]), + }), + 'end_date': '9998-12-30T00:00:00+00:00', + 'resource_set_ids': list([ + '1', + ]), + 'start_date': '1753-01-01T00:00:00+00:00', + }), + 'display_rank': 2, + 'last_modified_date': '2020-10-09T18:02:17.852434+00:00', + 'licensing_data': dict({ + 'satisfying_entitlement_keys': list([ + dict({ + 'entitlement_keys': list([ + 'big:9WZDNCRFJ3TJ:0010', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'wes:App:c3a509cd-61d6-df11-a844-00237de2db9e:Full', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'wes:App:d8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa:Full', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9WZDNCRFJ3TJ:0001', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9WZDNCRFJ3TJ:0002', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'xbx:GameV2:337f7d51-bc20-4b9b-ad6c-2a2395a42ecb:Full', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'xbx:GameV2:337f7d51-bc20-4b9b-ad6c-2a2395a42ecb:Presale', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9VWGNH0VBZR3:0001', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + dict({ + 'entitlement_keys': list([ + 'big:9VWGNH0VBZR3:0003', + ]), + 'licensing_key_ids': list([ + '1', + ]), + }), + ]), + }), + 'markets': list([ + 'US', + ]), + 'order_management_data': dict({ + 'granted_entitlement_keys': list([ + ]), + 'pi_filter': None, + 'price': dict({ + 'currency_code': 'USD', + 'is_pi_required': False, + 'list_price': 0.0, + 'msrp': 0.0, + 'tax_type': '', + 'wholesale_currency_code': '', + }), + }), + 'properties': dict({ + 'original_release_date': None, + }), + 'remediation_required': False, + 'sku_id': '0010', + }), + ]), + 'sku': dict({ + 'last_modified_date': '2020-10-09T18:02:12.657085+00:00', + 'localized_properties': list([ + dict({ + 'contributors': list([ + ]), + 'delivery_date_overlay': None, + 'display_platform_properties': None, + 'features': list([ + ]), + 'images': list([ + ]), + 'language': 'en-us', + 'legal_text': dict({ + 'additional_license_terms': ''' + By downloading this application you agree to the Netflix Terms of Use and Privacy Policy, located at www.netflix.com. + + Internet access and valid payment method are required. Your Netflix membership is a month-to-month subscription that you can cancel at any time. Go to "Your Account" on the Netflix website for cancellation instructions. No refund or credit for partial monthly subscription periods. The Netflix service is only available in the country where you originally signed up. A device that streams from Netflix (manufactured and sold separately) and broadband Internet connection are required to watch instantly. For complete terms and conditions, please visit http://www.netflix.com/TermsOfUse. + ''', + 'copyright': '© 1997-2018 Netflix, Inc.', + 'copyright_uri': '', + 'privacy_policy': '', + 'privacy_policy_uri': 'https://signup.netflix.com/PrivacyPolicy', + 'tou': ''' + By downloading this application you agree to the Netflix Terms of Use and Privacy Policy, located at www.netflix.com. + + Internet access and valid payment method are required. Your Netflix membership is a month-to-month subscription that you can cancel at any time. Go to "Your Account" on the Netflix website for cancellation instructions. No refund or credit for partial monthly subscription periods. The Netflix service is only available in the country where you originally signed up. A device that streams from Netflix (manufactured and sold separately) and broadband Internet connection are required to watch instantly. For complete terms and conditions, please visit http://www.netflix.com/TermsOfUse. + ''', + 'tou_uri': '', + }), + 'markets': list([ + 'US', + 'DZ', + 'AR', + 'AU', + 'AT', + 'BH', + 'BD', + 'BE', + 'BR', + 'BG', + 'CA', + 'CL', + 'CN', + 'CO', + 'CR', + 'HR', + 'CY', + 'CZ', + 'DK', + 'EG', + 'EE', + 'FI', + 'FR', + 'DE', + 'GR', + 'GT', + 'HK', + 'HU', + 'IS', + 'IN', + 'ID', + 'IQ', + 'IE', + 'IL', + 'IT', + 'JP', + 'JO', + 'KZ', + 'KE', + 'KW', + 'LV', + 'LB', + 'LI', + 'LT', + 'LU', + 'MY', + 'MT', + 'MR', + 'MX', + 'MA', + 'NL', + 'NZ', + 'NG', + 'NO', + 'OM', + 'PK', + 'PE', + 'PH', + 'PL', + 'PT', + 'QA', + 'RO', + 'RU', + 'SA', + 'RS', + 'SG', + 'SK', + 'SI', + 'ZA', + 'KR', + 'ES', + 'SE', + 'CH', + 'TW', + 'TH', + 'TT', + 'TN', + 'TR', + 'UA', + 'AE', + 'GB', + 'VN', + 'YE', + 'LY', + 'LK', + 'UY', + 'VE', + 'AF', + 'AX', + 'AL', + 'AS', + 'AO', + 'AI', + 'AQ', + 'AG', + 'AM', + 'AW', + 'BO', + 'BQ', + 'BA', + 'BW', + 'BV', + 'IO', + 'BN', + 'BF', + 'BI', + 'KH', + 'CM', + 'CV', + 'KY', + 'CF', + 'TD', + 'TL', + 'DJ', + 'DM', + 'DO', + 'EC', + 'SV', + 'GQ', + 'ER', + 'ET', + 'FK', + 'FO', + 'FJ', + 'GF', + 'PF', + 'TF', + 'GA', + 'GM', + 'GE', + 'GH', + 'GI', + 'GL', + 'GD', + 'GP', + 'GU', + 'GG', + 'GN', + 'GW', + 'GY', + 'HT', + 'HM', + 'HN', + 'AZ', + 'BS', + 'BB', + 'BY', + 'BZ', + 'BJ', + 'BM', + 'BT', + 'KM', + 'CG', + 'CD', + 'CK', + 'CX', + 'CC', + 'CI', + 'CW', + 'JM', + 'SJ', + 'JE', + 'KI', + 'KG', + 'LA', + 'LS', + 'LR', + 'MO', + 'MK', + 'MG', + 'MW', + 'IM', + 'MH', + 'MQ', + 'MU', + 'YT', + 'FM', + 'MD', + 'MN', + 'MS', + 'MZ', + 'MM', + 'NA', + 'NR', + 'NP', + 'MV', + 'ML', + 'NC', + 'NI', + 'NE', + 'NU', + 'NF', + 'PW', + 'PS', + 'PA', + 'PG', + 'PY', + 'RE', + 'RW', + 'BL', + 'MF', + 'WS', + 'ST', + 'SN', + 'MP', + 'PN', + 'SX', + 'SB', + 'SO', + 'SC', + 'SL', + 'GS', + 'SH', + 'KN', + 'LC', + 'PM', + 'VC', + 'TJ', + 'TZ', + 'TG', + 'TK', + 'TO', + 'TM', + 'TC', + 'TV', + 'UM', + 'UG', + 'VI', + 'VG', + 'WF', + 'EH', + 'ZM', + 'ZW', + 'UZ', + 'VU', + 'SR', + 'SZ', + 'AD', + 'MC', + 'SM', + 'ME', + 'VA', + 'NEUTRAL', + ]), + 'minimum_notes': '', + 'recommended_notes': '', + 'release_notes': '', + 'sku_button_title': '', + 'sku_description': ''' + Netflix has something for everyone. Watch TV shows and movies recommended just for you, including award-winning Netflix original series, movies, and documentaries. There’s even a safe watching experience just for kids with family-friendly entertainment. + + Now on Windows, you can enjoy every detail of the world’s favorite shows in 4K Ultra HD on Netflix. Download many of your favorite series and movies with the simple click of the download button. You can watch while you’re on the go or without an Internet connection on your PC, tablet or laptop with Windows 10. + + How does Netflix work? + - Instantly watch TV shows and movies through thousands of internet-connected devices. You can play, pause, and resume watching, all without commercials. + - Netflix adds new content all the time. Browse titles or search for your favorites. + - The more you watch, the better Netflix gets at recommending TV shows and movies that you’ll love — just for you. + - You can create up to five individual profiles within a single Netflix account. Profiles allow different members of your household to have their own personalized Netflix experience built around the movies and TV shows they enjoy. + + If you decide Netflix isn't for you - no problem. No contract, no cancellation fees, no commitment. Cancel online anytime. + + By clicking INSTALL, you consent to the installation of the Netflix application and any updates or upgrades thereto. + ''', + 'sku_display_rank': list([ + ]), + 'sku_title': 'Netflix', + 'text_resources': None, + }), + ]), + 'market_properties': list([ + dict({ + 'first_available_date': '2010-10-18T20:04:26.4400000Z', + 'markets': list([ + 'US', + ]), + 'package_ids': None, + 'pi_filter': None, + 'supported_languages': list([ + 'en-us', + 'da', + 'es', + 'fi', + 'fr', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'de', + 'fr-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'pt-pt', + 'pt-br', + 'da-dk', + 'fi-fi', + 'nl-nl', + 'sv-se', + 'es-mx', + 'nb-no', + 'de-de', + 'fr-fr', + 'en', + 'ko', + 'zh-cn', + 'zh-tw', + 'ar', + 'zh-hant', + 'pl', + 'tr', + 'th', + 'ro', + 'he', + 'el', + 'id', + 'cs', + 'hu', + 'vi', + 'en-in', + ]), + }), + ]), + 'product_id': '9WZDNCRFJ3TJ', + 'properties': dict({ + 'additional_identifiers': list([ + ]), + 'bundled_skus': list([ + ]), + 'display_physical_store_inventory': None, + 'early_adopter_enrollment_url': None, + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'fulfillment_plugin_id': None, + 'fulfillment_type': 'WindowsUpdate', + 'hardware_properties': dict({ + 'minimum_graphics': None, + 'minimum_hardware': list([ + ]), + 'minimum_processor': None, + 'recommended_graphics': None, + 'recommended_hardware': list([ + ]), + 'recommended_processor': None, + }), + 'hardware_requirements': list([ + ]), + 'hardware_warning_list': list([ + ]), + 'has_third_party_iaps': False, + 'installation_terms': 'InstallationTermsStandard', + 'is_bundle': False, + 'is_pre_order': False, + 'is_repurchasable': False, + 'is_trial': False, + 'last_update_date': '2020-10-09T18:02:12+00:00', + 'packages': list([ + dict({ + 'applications': list([ + dict({ + 'application_id': 'Netflix.App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + 'backgroundTasks-backgroundTasks', + ]), + }), + ]), + 'architectures': list([ + 'x64', + 'arm', + 'x86', + ]), + 'capabilities': list([ + 'internetClient', + 'internetClientServer', + 'privateNetworkClientServer', + ]), + 'content_id': '6f5a9e8f-f920-1658-72ff-16c1448402f9', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '5JwYk5NZCfrPpZUg2YhKU0W+m6HUP3Vx+3+mS4rXN5Q=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'en-in', + 'ar', + 'bg', + 'cs', + 'da', + 'de', + 'el', + 'es', + 'fi', + 'fr', + 'he', + 'hu', + 'it', + 'ja', + 'ko', + 'nb', + 'nl', + 'pt', + 'pl', + 'ro', + 'tr', + 'sv', + 'zh-hant', + 'th', + 'vi', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 7250253, + 'max_install_size_in_bytes': 7610368, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'AppxBundle', + 'package_full_name': '4DF9E0F8.Netflix_6.97.752.0_neutral_~_mcm4njqhnhss8', + 'package_id': 'c76eb995-37f6-0df7-3573-95c498140c24-X86-X64-Arm', + 'package_rank': 30003, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2814750438195200, + 'min_version': 2814750438195200, + 'platform_name': 'Windows.Desktop', + }), + dict({ + 'max_tested': 2814750438195200, + 'min_version': 2814750438195200, + 'platform_name': 'Windows.Holographic', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.bundledPackages":["4DF9E0F8.Netflix_6.97.752.0_x64__mcm4njqhnhss8","4DF9E0F8.Netflix_6.97.752.0_arm__mcm4njqhnhss8","4DF9E0F8.Netflix_6.97.752.0_x86__mcm4njqhnhss8"],"content.isMain":false,"content.packageId":"4DF9E0F8.Netflix_6.97.752.0_neutral_~_mcm4njqhnhss8","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.targetPlatforms":[{"platform.maxVersionTested":2814750438195200,"platform.minVersion":2814750438195200,"platform.target":3},{"platform.maxVersionTested":2814750438195200,"platform.minVersion":2814750438195200,"platform.target":10}],"content.type":7,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '~', + 'version': '1689266521374720', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'DialProtocol-Netflix', + 'protocol-netflix', + 'appUriHandler-appUriHandler', + ]), + }), + ]), + 'architectures': list([ + 'x64', + ]), + 'capabilities': list([ + 'internetClient', + 'internetClientServer', + 'privateNetworkClientServer', + 'hevcPlayback', + ]), + 'content_id': '6ab456e6-b2e4-5f12-9459-2267c3bd2e01', + 'device_capabilities': list([ + '6a7e5907-885c-4bcb-b40a-073c067bd3d5', + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 3940651496505344, + 'package_identity': 'Microsoft.VCLibs.140.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '06P4J+OstU7MzIf5HE769f3XL8mSikambNQFuqzFgaA=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': '6ab456e6-b2e4-5f12-9459-2267c3bd2e01', + 'languages': list([ + 'en-us', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 81100341, + 'max_install_size_in_bytes': 81489920, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'EMsixBundle', + 'package_full_name': '4DF9E0F8.Netflix_8.38.0.70_neutral_~_mcm4njqhnhss8', + 'package_id': 'f9ceeb09-ebef-6107-dcbd-e1d3537b3d03-X64', + 'package_rank': 30012, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2814750970478592, + 'min_version': 2814750931222528, + 'platform_name': 'Windows.Xbox', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.bundledPackages":["4DF9E0F8.Netflix_8.38.0.70_x64__mcm4njqhnhss8"],"content.isMain":false,"content.packageId":"4DF9E0F8.Netflix_8.38.0.70_neutral_~_mcm4njqhnhss8","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.targetPlatforms":[{"platform.maxVersionTested":2814750970478592,"platform.minVersion":2814750931222528,"platform.target":5}],"content.type":7,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '~', + 'version': '2251963022442566', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'WP', + 'declaration_order': 0, + 'extensions': list([ + ]), + }), + ]), + 'architectures': list([ + 'neutral', + ]), + 'capabilities': list([ + 'ID_CAP_IDENTITY_DEVICE', + 'ID_CAP_MEDIALIB', + 'ID_CAP_NETWORKING', + 'ID_FNCTNL_SILVERLIGHT_FRAMEWORK', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'b7bc0da1-a0ff-8753-d972-13d41ea223e1', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '', + 'hash_algorithm': '', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'da-dk', + 'de-de', + 'en', + 'en-gb', + 'en-us', + 'es-es', + 'fi-fi', + 'fr-ca', + 'fr-fr', + 'nb-no', + 'nl-nl', + 'pt-br', + 'sv-se', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 2124298, + 'max_install_size_in_bytes': None, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'Xap', + 'package_full_name': '', + 'package_id': '6851614b-8337-4b5f-9025-1b1d21966cf0', + 'package_rank': 10000, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2251804108652544, + 'min_version': 2251799813685248, + 'platform_name': 'Windows.WindowsPhone8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.payloadId":"6851614b-8337-4b5f-9025-1b1d21966cf0","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.type":1,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '562992917970944', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'WP', + 'declaration_order': 0, + 'extensions': list([ + ]), + }), + ]), + 'architectures': list([ + 'neutral', + ]), + 'capabilities': list([ + 'ID_CAP_IDENTITY_DEVICE', + 'ID_CAP_MEDIALIB_PLAYBACK', + 'ID_CAP_NETWORKING', + 'ID_FNCTNL_SILVERLIGHT_FRAMEWORK', + 'ID_RESOLUTION_HD720P', + 'ID_RESOLUTION_WVGA', + 'ID_RESOLUTION_WXGA', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'b7bc0da1-a0ff-8753-d972-13d41ea223e1', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '', + 'hash_algorithm': '', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'da-dk', + 'de-de', + 'en-gb', + 'en-us', + 'es-mx', + 'fi-fi', + 'fr-ca', + 'fr-fr', + 'nb-no', + 'nl-nl', + 'pt-br', + 'sv-se', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 2079578, + 'max_install_size_in_bytes': None, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'Xap', + 'package_full_name': '', + 'package_id': 'c828f646-52ec-4c11-847f-768bcf8a6eae', + 'package_rank': 11000, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2251804108652544, + 'min_version': 2251799813685248, + 'platform_name': 'Windows.WindowsPhone8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.payloadId":"c828f646-52ec-4c11-847f-768bcf8a6eae","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.type":2,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '844454994903063', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'WP', + 'declaration_order': 0, + 'extensions': list([ + ]), + }), + ]), + 'architectures': list([ + 'neutral', + ]), + 'capabilities': list([ + 'internetClient', + 'ID_RESOLUTION_WVGA', + 'ID_RESOLUTION_WXGA', + 'ID_RESOLUTION_HD720P', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': '6a97cc96-9d91-fff0-912f-d26c240e578b', + 'device_capabilities': list([ + 'microphone', + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562993039212545, + 'package_identity': 'Microsoft.Media.PlayReadyClient.Phone.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701694013440, + 'package_identity': 'Microsoft.VCLibs.120.00.Phone', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'GsUkUC+HXkRvEE6PU5EjQnKAR9VfEoEq+WWNCX8MxoA=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 7948191, + 'max_install_size_in_bytes': 11083776, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'Appx', + 'package_full_name': '4DF9E0F8.Netflix_4.15.0.62_arm__mcm4njqhnhss8', + 'package_id': '4c9dc6c4-e410-466a-9e98-eee520f15b5e-Neutral', + 'package_rank': 17000, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2251804108652544, + 'min_version': 2251804108652544, + 'platform_name': 'Windows.WindowsPhone8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745231360,"content.minOS":1688862745231360,"content.packageId":"4DF9E0F8.Netflix_4.15.0.62_arm__mcm4njqhnhss8","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.type":4,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '1125964331352126', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x64', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562962948292608, + 'package_identity': 'Microsoft.Media.PlayReadyClient', + }), + dict({ + 'max_tested': 0, + 'min_version': 3096228093100033, + 'package_identity': 'Microsoft.VCLibs.110.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '42X7uS/LytxrsxrF7PGreVD3fb8n+u5p6/W9KXeGfgc=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5747705, + 'max_install_size_in_bytes': 10559488, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_1.33.0.109_x64__mcm4njqhnhss8', + 'package_id': 'e20498c8-c01f-440c-a167-5213d4ed9914-X64', + 'package_rank': 20002, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688858450264064, + 'min_version': 1688858450264064, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688858450264064,"content.minOS":1688858450264064,"content.packageId":"4DF9E0F8.Netflix_1.33.0.109_x64__mcm4njqhnhss8","content.type":5,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '281616710631533', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x86', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562962948292608, + 'package_identity': 'Microsoft.Media.PlayReadyClient', + }), + dict({ + 'max_tested': 0, + 'min_version': 3096228093100033, + 'package_identity': 'Microsoft.VCLibs.110.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'z7PFAh/WD46LPrHKm0DcT6UloZp0iaTZjf/2nBvdcnc=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5733181, + 'max_install_size_in_bytes': 10518528, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_1.33.0.109_x86__mcm4njqhnhss8', + 'package_id': 'b4cf45f0-2677-4520-b7ef-18728082c0ec-X86', + 'package_rank': 20001, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688858450264064, + 'min_version': 1688858450264064, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688858450264064,"content.minOS":1688858450264064,"content.packageId":"4DF9E0F8.Netflix_1.33.0.109_x86__mcm4njqhnhss8","content.type":5,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '281616710631533', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'arm', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562962948292608, + 'package_identity': 'Microsoft.Media.PlayReadyClient', + }), + dict({ + 'max_tested': 0, + 'min_version': 3096228093100033, + 'package_identity': 'Microsoft.VCLibs.110.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'OMZ/IIRve1/aBnMmSb/u639E8E0jXUVlXvoBHqtixYc=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5744175, + 'max_install_size_in_bytes': 10526720, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_1.33.0.109_arm__mcm4njqhnhss8', + 'package_id': '896936b6-abe8-485d-9542-706b7b1f6fc4-Arm', + 'package_rank': 20003, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688858450264064, + 'min_version': 1688858450264064, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688858450264064,"content.minOS":1688858450264064,"content.packageId":"4DF9E0F8.Netflix_1.33.0.109_arm__mcm4njqhnhss8","content.type":5,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '281616710631533', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x86', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562997339226112, + 'package_identity': 'Microsoft.Media.PlayReadyClient.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701097111553, + 'package_identity': 'Microsoft.VCLibs.120.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'IvNSqzzyRmD5ZgCFVU/2x7QddCSw25ak2ix9oMmyh4E=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5925423, + 'max_install_size_in_bytes': 10891264, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_2.22.0.39_x86__mcm4njqhnhss8', + 'package_id': '3789cd7b-3858-441a-aa0c-523366516efd-X86', + 'package_rank': 20011, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688862745165824, + 'min_version': 1688862745165824, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745165824,"content.minOS":1688862745165824,"content.packageId":"4DF9E0F8.Netflix_2.22.0.39_x86__mcm4njqhnhss8","content.type":6,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '563044442701863', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x64', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562997339226112, + 'package_identity': 'Microsoft.Media.PlayReadyClient.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701097111553, + 'package_identity': 'Microsoft.VCLibs.120.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'fA7AhxxOocoGdURdUaAWp9rjM2Kr4JPJE3YQAxznYtw=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5939929, + 'max_install_size_in_bytes': 10952704, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_2.22.0.39_x64__mcm4njqhnhss8', + 'package_id': '671978e9-fefc-4766-8bc8-0eb62503c5d4-X64', + 'package_rank': 20012, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688862745165824, + 'min_version': 1688862745165824, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745165824,"content.minOS":1688862745165824,"content.packageId":"4DF9E0F8.Netflix_2.22.0.39_x64__mcm4njqhnhss8","content.type":6,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '563044442701863', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'arm', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562997339226112, + 'package_identity': 'Microsoft.Media.PlayReadyClient.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701097111553, + 'package_identity': 'Microsoft.VCLibs.120.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0010', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'F4dbkqdksFrGfBVewsJJkQd7NHxc3GfFCEFeOa9m56A=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5935941, + 'max_install_size_in_bytes': 10903552, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_2.22.0.39_arm__mcm4njqhnhss8', + 'package_id': '5f2e3a30-363d-4f64-bc6a-fea9bd3a69a7-Arm', + 'package_rank': 20013, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688862745165824, + 'min_version': 1688862745165824, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745165824,"content.minOS":1688862745165824,"content.packageId":"4DF9E0F8.Netflix_2.22.0.39_arm__mcm4njqhnhss8","content.type":6,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '563044442701863', + }), + ]), + 'sku_display_rank': 0, + 'version_string': '', + 'visible_to_b2b_service_ids': list([ + ]), + 'xbox_xpa': False, + }), + 'recurrence_policy': None, + 'sku_a_schema': 'Sku;3', + 'sku_b_schema': 'SkuUnifiedApp;3', + 'sku_id': '0010', + 'sku_type': 'full', + 'subscription_policy_id': None, + }), + }), + dict({ + 'availabilities': list([ + dict({ + 'actions': list([ + 'Details', + 'Fulfill', + ]), + 'availability_a_schema': 'Availability;3', + 'availability_b_schema': 'AvailabilityUnifiedApp;3', + 'availability_id': '9V8PWXLLKR4Z', + 'conditions': dict({ + 'client_conditions': dict({ + 'allowed_platforms': list([ + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Desktop', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Mobile', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Xbox', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.8828080', + }), + ]), + }), + 'end_date': '9998-12-30T00:00:00+00:00', + 'resource_set_ids': list([ + '1', + ]), + 'start_date': '1753-01-01T00:00:00+00:00', + }), + 'display_rank': 0, + 'last_modified_date': '2020-10-09T18:02:17.852434+00:00', + 'licensing_data': None, + 'markets': list([ + 'US', + ]), + 'order_management_data': dict({ + 'granted_entitlement_keys': list([ + ]), + 'pi_filter': None, + 'price': dict({ + 'currency_code': 'USD', + 'is_pi_required': False, + 'list_price': 0.0, + 'msrp': 0.0, + 'tax_type': '', + 'wholesale_currency_code': '', + }), + }), + 'properties': dict({ + 'original_release_date': None, + }), + 'remediation_required': False, + 'sku_id': '0011', + }), + dict({ + 'actions': list([ + 'License', + 'Details', + ]), + 'availability_a_schema': 'Availability;3', + 'availability_b_schema': 'AvailabilityUnifiedApp;3', + 'availability_id': '9W02NT053STL', + 'conditions': dict({ + 'client_conditions': dict({ + 'allowed_platforms': list([ + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Desktop', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Mobile', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Xbox', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.8828080', + }), + ]), + }), + 'end_date': '9998-12-30T00:00:00+00:00', + 'resource_set_ids': list([ + '1', + ]), + 'start_date': '1753-01-01T00:00:00+00:00', + }), + 'display_rank': 1, + 'last_modified_date': '2020-10-09T18:02:17.852434+00:00', + 'licensing_data': None, + 'markets': list([ + 'US', + ]), + 'order_management_data': dict({ + 'granted_entitlement_keys': list([ + ]), + 'pi_filter': None, + 'price': dict({ + 'currency_code': 'USD', + 'is_pi_required': False, + 'list_price': 0.0, + 'msrp': 0.0, + 'tax_type': '', + 'wholesale_currency_code': '', + }), + }), + 'properties': dict({ + 'original_release_date': None, + }), + 'remediation_required': False, + 'sku_id': '0011', + }), + dict({ + 'actions': list([ + 'License', + 'Details', + ]), + 'availability_a_schema': 'Availability;3', + 'availability_b_schema': 'AvailabilityUnifiedApp;3', + 'availability_id': 'B290Z3766JN5', + 'conditions': dict({ + 'client_conditions': dict({ + 'allowed_platforms': list([ + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Team', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Holographic', + }), + dict({ + 'max_version': 2147483647, + 'min_version': 0, + 'platform_name': 'Windows.Core', + }), + ]), + }), + 'end_date': '9998-12-30T00:00:00+00:00', + 'resource_set_ids': list([ + '1', + ]), + 'start_date': '1753-01-01T00:00:00+00:00', + }), + 'display_rank': 2, + 'last_modified_date': '2020-10-09T18:02:17.852434+00:00', + 'licensing_data': None, + 'markets': list([ + 'US', + ]), + 'order_management_data': dict({ + 'granted_entitlement_keys': list([ + ]), + 'pi_filter': None, + 'price': dict({ + 'currency_code': 'USD', + 'is_pi_required': False, + 'list_price': 0.0, + 'msrp': 0.0, + 'tax_type': '', + 'wholesale_currency_code': '', + }), + }), + 'properties': dict({ + 'original_release_date': None, + }), + 'remediation_required': False, + 'sku_id': '0011', + }), + ]), + 'sku': dict({ + 'last_modified_date': '2020-10-09T18:02:12.657085+00:00', + 'localized_properties': list([ + dict({ + 'contributors': list([ + ]), + 'delivery_date_overlay': None, + 'display_platform_properties': None, + 'features': list([ + ]), + 'images': list([ + ]), + 'language': 'en-us', + 'legal_text': dict({ + 'additional_license_terms': ''' + By downloading this application you agree to the Netflix Terms of Use and Privacy Policy, located at www.netflix.com. + + Internet access and valid payment method are required. Your Netflix membership is a month-to-month subscription that you can cancel at any time. Go to "Your Account" on the Netflix website for cancellation instructions. No refund or credit for partial monthly subscription periods. The Netflix service is only available in the country where you originally signed up. A device that streams from Netflix (manufactured and sold separately) and broadband Internet connection are required to watch instantly. For complete terms and conditions, please visit http://www.netflix.com/TermsOfUse. + ''', + 'copyright': '© 1997-2018 Netflix, Inc.', + 'copyright_uri': '', + 'privacy_policy': '', + 'privacy_policy_uri': 'https://signup.netflix.com/PrivacyPolicy', + 'tou': ''' + By downloading this application you agree to the Netflix Terms of Use and Privacy Policy, located at www.netflix.com. + + Internet access and valid payment method are required. Your Netflix membership is a month-to-month subscription that you can cancel at any time. Go to "Your Account" on the Netflix website for cancellation instructions. No refund or credit for partial monthly subscription periods. The Netflix service is only available in the country where you originally signed up. A device that streams from Netflix (manufactured and sold separately) and broadband Internet connection are required to watch instantly. For complete terms and conditions, please visit http://www.netflix.com/TermsOfUse. + ''', + 'tou_uri': '', + }), + 'markets': list([ + 'US', + 'DZ', + 'AR', + 'AU', + 'AT', + 'BH', + 'BD', + 'BE', + 'BR', + 'BG', + 'CA', + 'CL', + 'CN', + 'CO', + 'CR', + 'HR', + 'CY', + 'CZ', + 'DK', + 'EG', + 'EE', + 'FI', + 'FR', + 'DE', + 'GR', + 'GT', + 'HK', + 'HU', + 'IS', + 'IN', + 'ID', + 'IQ', + 'IE', + 'IL', + 'IT', + 'JP', + 'JO', + 'KZ', + 'KE', + 'KW', + 'LV', + 'LB', + 'LI', + 'LT', + 'LU', + 'MY', + 'MT', + 'MR', + 'MX', + 'MA', + 'NL', + 'NZ', + 'NG', + 'NO', + 'OM', + 'PK', + 'PE', + 'PH', + 'PL', + 'PT', + 'QA', + 'RO', + 'RU', + 'SA', + 'RS', + 'SG', + 'SK', + 'SI', + 'ZA', + 'KR', + 'ES', + 'SE', + 'CH', + 'TW', + 'TH', + 'TT', + 'TN', + 'TR', + 'UA', + 'AE', + 'GB', + 'VN', + 'YE', + 'LY', + 'LK', + 'UY', + 'VE', + 'AF', + 'AX', + 'AL', + 'AS', + 'AO', + 'AI', + 'AQ', + 'AG', + 'AM', + 'AW', + 'BO', + 'BQ', + 'BA', + 'BW', + 'BV', + 'IO', + 'BN', + 'BF', + 'BI', + 'KH', + 'CM', + 'CV', + 'KY', + 'CF', + 'TD', + 'TL', + 'DJ', + 'DM', + 'DO', + 'EC', + 'SV', + 'GQ', + 'ER', + 'ET', + 'FK', + 'FO', + 'FJ', + 'GF', + 'PF', + 'TF', + 'GA', + 'GM', + 'GE', + 'GH', + 'GI', + 'GL', + 'GD', + 'GP', + 'GU', + 'GG', + 'GN', + 'GW', + 'GY', + 'HT', + 'HM', + 'HN', + 'AZ', + 'BS', + 'BB', + 'BY', + 'BZ', + 'BJ', + 'BM', + 'BT', + 'KM', + 'CG', + 'CD', + 'CK', + 'CX', + 'CC', + 'CI', + 'CW', + 'JM', + 'SJ', + 'JE', + 'KI', + 'KG', + 'LA', + 'LS', + 'LR', + 'MO', + 'MK', + 'MG', + 'MW', + 'IM', + 'MH', + 'MQ', + 'MU', + 'YT', + 'FM', + 'MD', + 'MN', + 'MS', + 'MZ', + 'MM', + 'NA', + 'NR', + 'NP', + 'MV', + 'ML', + 'NC', + 'NI', + 'NE', + 'NU', + 'NF', + 'PW', + 'PS', + 'PA', + 'PG', + 'PY', + 'RE', + 'RW', + 'BL', + 'MF', + 'WS', + 'ST', + 'SN', + 'MP', + 'PN', + 'SX', + 'SB', + 'SO', + 'SC', + 'SL', + 'GS', + 'SH', + 'KN', + 'LC', + 'PM', + 'VC', + 'TJ', + 'TZ', + 'TG', + 'TK', + 'TO', + 'TM', + 'TC', + 'TV', + 'UM', + 'UG', + 'VI', + 'VG', + 'WF', + 'EH', + 'ZM', + 'ZW', + 'UZ', + 'VU', + 'SR', + 'SZ', + 'AD', + 'MC', + 'SM', + 'ME', + 'VA', + 'NEUTRAL', + ]), + 'minimum_notes': '', + 'recommended_notes': '', + 'release_notes': '', + 'sku_button_title': '', + 'sku_description': ''' + Netflix has something for everyone. Watch TV shows and movies recommended just for you, including award-winning Netflix original series, movies, and documentaries. There’s even a safe watching experience just for kids with family-friendly entertainment. + + Now on Windows, you can enjoy every detail of the world’s favorite shows in 4K Ultra HD on Netflix. Download many of your favorite series and movies with the simple click of the download button. You can watch while you’re on the go or without an Internet connection on your PC, tablet or laptop with Windows 10. + + How does Netflix work? + - Instantly watch TV shows and movies through thousands of internet-connected devices. You can play, pause, and resume watching, all without commercials. + - Netflix adds new content all the time. Browse titles or search for your favorites. + - The more you watch, the better Netflix gets at recommending TV shows and movies that you’ll love — just for you. + - You can create up to five individual profiles within a single Netflix account. Profiles allow different members of your household to have their own personalized Netflix experience built around the movies and TV shows they enjoy. + + If you decide Netflix isn't for you - no problem. No contract, no cancellation fees, no commitment. Cancel online anytime. + + By clicking INSTALL, you consent to the installation of the Netflix application and any updates or upgrades thereto. + ''', + 'sku_display_rank': list([ + ]), + 'sku_title': 'Netflix', + 'text_resources': None, + }), + ]), + 'market_properties': list([ + dict({ + 'first_available_date': '2010-10-18T20:04:26.4400000Z', + 'markets': list([ + 'US', + ]), + 'package_ids': None, + 'pi_filter': None, + 'supported_languages': list([ + 'en-us', + 'da', + 'es', + 'fi', + 'fr', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'de', + 'fr-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'pt-pt', + 'pt-br', + 'da-dk', + 'fi-fi', + 'nl-nl', + 'sv-se', + 'es-mx', + 'nb-no', + 'de-de', + 'fr-fr', + 'en', + 'ko', + 'zh-cn', + 'zh-tw', + 'ar', + 'zh-hant', + 'pl', + 'tr', + 'th', + 'ro', + 'he', + 'el', + 'id', + 'cs', + 'hu', + 'vi', + 'en-in', + ]), + }), + ]), + 'product_id': '9WZDNCRFJ3TJ', + 'properties': dict({ + 'additional_identifiers': list([ + ]), + 'bundled_skus': list([ + ]), + 'display_physical_store_inventory': None, + 'early_adopter_enrollment_url': None, + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'fulfillment_plugin_id': None, + 'fulfillment_type': 'WindowsUpdate', + 'hardware_properties': dict({ + 'minimum_graphics': None, + 'minimum_hardware': list([ + ]), + 'minimum_processor': None, + 'recommended_graphics': None, + 'recommended_hardware': list([ + ]), + 'recommended_processor': None, + }), + 'hardware_requirements': list([ + ]), + 'hardware_warning_list': list([ + ]), + 'has_third_party_iaps': False, + 'installation_terms': 'InstallationTermsStandard', + 'is_bundle': False, + 'is_pre_order': False, + 'is_repurchasable': False, + 'is_trial': True, + 'last_update_date': '2020-10-09T18:02:12+00:00', + 'packages': list([ + dict({ + 'applications': list([ + dict({ + 'application_id': 'Netflix.App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + 'backgroundTasks-backgroundTasks', + ]), + }), + ]), + 'architectures': list([ + 'x64', + 'arm', + 'x86', + ]), + 'capabilities': list([ + 'internetClient', + 'internetClientServer', + 'privateNetworkClientServer', + ]), + 'content_id': '6f5a9e8f-f920-1658-72ff-16c1448402f9', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '5JwYk5NZCfrPpZUg2YhKU0W+m6HUP3Vx+3+mS4rXN5Q=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'en-in', + 'ar', + 'bg', + 'cs', + 'da', + 'de', + 'el', + 'es', + 'fi', + 'fr', + 'he', + 'hu', + 'it', + 'ja', + 'ko', + 'nb', + 'nl', + 'pt', + 'pl', + 'ro', + 'tr', + 'sv', + 'zh-hant', + 'th', + 'vi', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 7250253, + 'max_install_size_in_bytes': 7610368, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'AppxBundle', + 'package_full_name': '4DF9E0F8.Netflix_6.97.752.0_neutral_~_mcm4njqhnhss8', + 'package_id': 'c76eb995-37f6-0df7-3573-95c498140c24-X86-X64-Arm', + 'package_rank': 30003, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2814750438195200, + 'min_version': 2814750438195200, + 'platform_name': 'Windows.Desktop', + }), + dict({ + 'max_tested': 2814750438195200, + 'min_version': 2814750438195200, + 'platform_name': 'Windows.Holographic', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.bundledPackages":["4DF9E0F8.Netflix_6.97.752.0_x64__mcm4njqhnhss8","4DF9E0F8.Netflix_6.97.752.0_arm__mcm4njqhnhss8","4DF9E0F8.Netflix_6.97.752.0_x86__mcm4njqhnhss8"],"content.isMain":false,"content.packageId":"4DF9E0F8.Netflix_6.97.752.0_neutral_~_mcm4njqhnhss8","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.targetPlatforms":[{"platform.maxVersionTested":2814750438195200,"platform.minVersion":2814750438195200,"platform.target":3},{"platform.maxVersionTested":2814750438195200,"platform.minVersion":2814750438195200,"platform.target":10}],"content.type":7,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '~', + 'version': '1689266521374720', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'DialProtocol-Netflix', + 'protocol-netflix', + 'appUriHandler-appUriHandler', + ]), + }), + ]), + 'architectures': list([ + 'x64', + ]), + 'capabilities': list([ + 'internetClient', + 'internetClientServer', + 'privateNetworkClientServer', + 'hevcPlayback', + ]), + 'content_id': '6ab456e6-b2e4-5f12-9459-2267c3bd2e01', + 'device_capabilities': list([ + '6a7e5907-885c-4bcb-b40a-073c067bd3d5', + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 3940651496505344, + 'package_identity': 'Microsoft.VCLibs.140.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '06P4J+OstU7MzIf5HE769f3XL8mSikambNQFuqzFgaA=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': '6ab456e6-b2e4-5f12-9459-2267c3bd2e01', + 'languages': list([ + 'en-us', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 81100341, + 'max_install_size_in_bytes': 81489920, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'EMsixBundle', + 'package_full_name': '4DF9E0F8.Netflix_8.38.0.70_neutral_~_mcm4njqhnhss8', + 'package_id': 'f9ceeb09-ebef-6107-dcbd-e1d3537b3d03-X64', + 'package_rank': 30012, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2814750970478592, + 'min_version': 2814750931222528, + 'platform_name': 'Windows.Xbox', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.bundledPackages":["4DF9E0F8.Netflix_8.38.0.70_x64__mcm4njqhnhss8"],"content.isMain":false,"content.packageId":"4DF9E0F8.Netflix_8.38.0.70_neutral_~_mcm4njqhnhss8","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.targetPlatforms":[{"platform.maxVersionTested":2814750970478592,"platform.minVersion":2814750931222528,"platform.target":5}],"content.type":7,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '~', + 'version': '2251963022442566', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'WP', + 'declaration_order': 0, + 'extensions': list([ + ]), + }), + ]), + 'architectures': list([ + 'neutral', + ]), + 'capabilities': list([ + 'ID_CAP_IDENTITY_DEVICE', + 'ID_CAP_MEDIALIB', + 'ID_CAP_NETWORKING', + 'ID_FNCTNL_SILVERLIGHT_FRAMEWORK', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'b7bc0da1-a0ff-8753-d972-13d41ea223e1', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '', + 'hash_algorithm': '', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'da-dk', + 'de-de', + 'en', + 'en-gb', + 'en-us', + 'es-es', + 'fi-fi', + 'fr-ca', + 'fr-fr', + 'nb-no', + 'nl-nl', + 'pt-br', + 'sv-se', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 2124298, + 'max_install_size_in_bytes': None, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'Xap', + 'package_full_name': '', + 'package_id': '6851614b-8337-4b5f-9025-1b1d21966cf0', + 'package_rank': 10000, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2251804108652544, + 'min_version': 2251799813685248, + 'platform_name': 'Windows.WindowsPhone8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.payloadId":"6851614b-8337-4b5f-9025-1b1d21966cf0","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.type":1,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '562992917970944', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'WP', + 'declaration_order': 0, + 'extensions': list([ + ]), + }), + ]), + 'architectures': list([ + 'neutral', + ]), + 'capabilities': list([ + 'ID_CAP_IDENTITY_DEVICE', + 'ID_CAP_MEDIALIB_PLAYBACK', + 'ID_CAP_NETWORKING', + 'ID_FNCTNL_SILVERLIGHT_FRAMEWORK', + 'ID_RESOLUTION_HD720P', + 'ID_RESOLUTION_WVGA', + 'ID_RESOLUTION_WXGA', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'b7bc0da1-a0ff-8753-d972-13d41ea223e1', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '', + 'hash_algorithm': '', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'da-dk', + 'de-de', + 'en-gb', + 'en-us', + 'es-mx', + 'fi-fi', + 'fr-ca', + 'fr-fr', + 'nb-no', + 'nl-nl', + 'pt-br', + 'sv-se', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 2079578, + 'max_install_size_in_bytes': None, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'Xap', + 'package_full_name': '', + 'package_id': 'c828f646-52ec-4c11-847f-768bcf8a6eae', + 'package_rank': 11000, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2251804108652544, + 'min_version': 2251799813685248, + 'platform_name': 'Windows.WindowsPhone8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.payloadId":"c828f646-52ec-4c11-847f-768bcf8a6eae","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.type":2,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '844454994903063', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'WP', + 'declaration_order': 0, + 'extensions': list([ + ]), + }), + ]), + 'architectures': list([ + 'neutral', + ]), + 'capabilities': list([ + 'internetClient', + 'ID_RESOLUTION_WVGA', + 'ID_RESOLUTION_WXGA', + 'ID_RESOLUTION_HD720P', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': '6a97cc96-9d91-fff0-912f-d26c240e578b', + 'device_capabilities': list([ + 'microphone', + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562993039212545, + 'package_identity': 'Microsoft.Media.PlayReadyClient.Phone.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701694013440, + 'package_identity': 'Microsoft.VCLibs.120.00.Phone', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'GsUkUC+HXkRvEE6PU5EjQnKAR9VfEoEq+WWNCX8MxoA=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 7948191, + 'max_install_size_in_bytes': 11083776, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'Appx', + 'package_full_name': '4DF9E0F8.Netflix_4.15.0.62_arm__mcm4njqhnhss8', + 'package_id': '4c9dc6c4-e410-466a-9e98-eee520f15b5e-Neutral', + 'package_rank': 17000, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 2251804108652544, + 'min_version': 2251804108652544, + 'platform_name': 'Windows.WindowsPhone8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745231360,"content.minOS":1688862745231360,"content.packageId":"4DF9E0F8.Netflix_4.15.0.62_arm__mcm4njqhnhss8","content.productId":"c3a509cd-61d6-df11-a844-00237de2db9e","content.type":4,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '1125964331352126', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x64', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562962948292608, + 'package_identity': 'Microsoft.Media.PlayReadyClient', + }), + dict({ + 'max_tested': 0, + 'min_version': 3096228093100033, + 'package_identity': 'Microsoft.VCLibs.110.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': '42X7uS/LytxrsxrF7PGreVD3fb8n+u5p6/W9KXeGfgc=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5747705, + 'max_install_size_in_bytes': 10559488, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_1.33.0.109_x64__mcm4njqhnhss8', + 'package_id': 'e20498c8-c01f-440c-a167-5213d4ed9914-X64', + 'package_rank': 20002, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688858450264064, + 'min_version': 1688858450264064, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688858450264064,"content.minOS":1688858450264064,"content.packageId":"4DF9E0F8.Netflix_1.33.0.109_x64__mcm4njqhnhss8","content.type":5,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '281616710631533', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x86', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562962948292608, + 'package_identity': 'Microsoft.Media.PlayReadyClient', + }), + dict({ + 'max_tested': 0, + 'min_version': 3096228093100033, + 'package_identity': 'Microsoft.VCLibs.110.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'z7PFAh/WD46LPrHKm0DcT6UloZp0iaTZjf/2nBvdcnc=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5733181, + 'max_install_size_in_bytes': 10518528, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_1.33.0.109_x86__mcm4njqhnhss8', + 'package_id': 'b4cf45f0-2677-4520-b7ef-18728082c0ec-X86', + 'package_rank': 20001, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688858450264064, + 'min_version': 1688858450264064, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688858450264064,"content.minOS":1688858450264064,"content.packageId":"4DF9E0F8.Netflix_1.33.0.109_x86__mcm4njqhnhss8","content.type":5,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '281616710631533', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'arm', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562962948292608, + 'package_identity': 'Microsoft.Media.PlayReadyClient', + }), + dict({ + 'max_tested': 0, + 'min_version': 3096228093100033, + 'package_identity': 'Microsoft.VCLibs.110.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'OMZ/IIRve1/aBnMmSb/u639E8E0jXUVlXvoBHqtixYc=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5744175, + 'max_install_size_in_bytes': 10526720, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_1.33.0.109_arm__mcm4njqhnhss8', + 'package_id': '896936b6-abe8-485d-9542-706b7b1f6fc4-Arm', + 'package_rank': 20003, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688858450264064, + 'min_version': 1688858450264064, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688858450264064,"content.minOS":1688858450264064,"content.packageId":"4DF9E0F8.Netflix_1.33.0.109_arm__mcm4njqhnhss8","content.type":5,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '281616710631533', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x86', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562997339226112, + 'package_identity': 'Microsoft.Media.PlayReadyClient.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701097111553, + 'package_identity': 'Microsoft.VCLibs.120.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'IvNSqzzyRmD5ZgCFVU/2x7QddCSw25ak2ix9oMmyh4E=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5925423, + 'max_install_size_in_bytes': 10891264, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_2.22.0.39_x86__mcm4njqhnhss8', + 'package_id': '3789cd7b-3858-441a-aa0c-523366516efd-X86', + 'package_rank': 20011, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688862745165824, + 'min_version': 1688862745165824, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745165824,"content.minOS":1688862745165824,"content.packageId":"4DF9E0F8.Netflix_2.22.0.39_x86__mcm4njqhnhss8","content.type":6,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '563044442701863', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'x64', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562997339226112, + 'package_identity': 'Microsoft.Media.PlayReadyClient.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701097111553, + 'package_identity': 'Microsoft.VCLibs.120.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'fA7AhxxOocoGdURdUaAWp9rjM2Kr4JPJE3YQAxznYtw=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5939929, + 'max_install_size_in_bytes': 10952704, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_2.22.0.39_x64__mcm4njqhnhss8', + 'package_id': '671978e9-fefc-4766-8bc8-0eb62503c5d4-X64', + 'package_rank': 20012, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688862745165824, + 'min_version': 1688862745165824, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745165824,"content.minOS":1688862745165824,"content.packageId":"4DF9E0F8.Netflix_2.22.0.39_x64__mcm4njqhnhss8","content.type":6,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '563044442701863', + }), + dict({ + 'applications': list([ + dict({ + 'application_id': 'App', + 'declaration_order': 0, + 'extensions': list([ + 'search-search', + 'protocol-netflix', + ]), + }), + ]), + 'architectures': list([ + 'arm', + ]), + 'capabilities': list([ + 'internetClient', + 'Microsoft.storeFilter.core.notSupported_8wekyb3d8bbwe', + ]), + 'content_id': 'f1ebc660-8f05-a12f-4aa3-4d888433c435', + 'device_capabilities': list([ + ]), + 'driver_dependencies': list([ + ]), + 'experience_ids': list([ + ]), + 'framework_dependencies': list([ + dict({ + 'max_tested': 0, + 'min_version': 562997339226112, + 'package_identity': 'Microsoft.Media.PlayReadyClient.2', + }), + dict({ + 'max_tested': 0, + 'min_version': 3377701097111553, + 'package_identity': 'Microsoft.VCLibs.120.00', + }), + ]), + 'fulfillment_data': dict({ + 'content': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_features': None, + 'product_id': '9WZDNCRFJ3TJ', + 'sku_id': '0011', + 'wu_bundle_id': 'cb9ef3a5-ffd4-438f-9291-6874513df1dc', + 'wu_category_id': 'd8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa', + }), + 'hardware_dependencies': list([ + ]), + 'hardware_requirements': list([ + ]), + 'hash': 'F4dbkqdksFrGfBVewsJJkQd7NHxc3GfFCEFeOa9m56A=', + 'hash_algorithm': 'SHA256', + 'is_streaming_app': False, + 'key_id': None, + 'languages': list([ + 'en-us', + 'da', + 'de', + 'es', + 'fi', + 'fr', + 'fr-ca', + 'nb', + 'nl', + 'pt', + 'sv', + 'en-gb', + 'en-ca', + 'en-au', + 'es-es', + 'it', + 'ja', + 'ko', + 'pl', + 'pt-pt', + 'th', + 'tr', + 'zh-cn', + 'zh-tw', + ]), + 'main_package_family_name_for_dlc': None, + 'max_download_size_in_bytes': 5935941, + 'max_install_size_in_bytes': 10903552, + 'package_download_uris': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_format': 'appx', + 'package_full_name': '4DF9E0F8.Netflix_2.22.0.39_arm__mcm4njqhnhss8', + 'package_id': '5f2e3a30-363d-4f64-bc6a-fea9bd3a69a7-Arm', + 'package_rank': 20013, + 'package_uri': 'https://productingestionbin1.blob.core.windows.net', + 'platform_dependencies': list([ + dict({ + 'max_tested': 1688862745165824, + 'min_version': 1688862745165824, + 'platform_name': 'Windows.Windows8x', + }), + ]), + 'platform_dependency_xml_blob': '{"blob.version":1688867040526336,"content.isMain":false,"content.maxOSTested":1688862745165824,"content.minOS":1688862745165824,"content.packageId":"4DF9E0F8.Netflix_2.22.0.39_arm__mcm4njqhnhss8","content.type":6,"policy":{"category.first":"app","category.second":"Entertainment","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":3,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":9,"systemId":3},{"level":81,"systemId":5},{"level":52,"systemId":12},{"level":30,"systemId":9},{"level":78,"systemId":16},{"level":72,"systemId":15},{"level":67,"systemId":13}]}}', + 'resource_id': '', + 'version': '563044442701863', + }), + ]), + 'sku_display_rank': 2, + 'version_string': '', + 'visible_to_b2b_service_ids': list([ + ]), + 'xbox_xpa': False, + }), + 'recurrence_policy': None, + 'sku_a_schema': 'Sku;3', + 'sku_b_schema': 'SkuUnifiedApp;3', + 'sku_id': '0011', + 'sku_type': 'trial', + 'subscription_policy_id': None, + }), + }), + ]), + 'domain_data_version': None, + 'ingestion_source': 'DCE', + 'is_microsoft_product': False, + 'last_modified_date': '2020-10-09T18:02:12.657085+00:00', + 'localized_properties': list([ + dict({ + 'developer_name': '', + 'display_platform_properties': None, + 'eligibility_properties': None, + 'franchises': list([ + ]), + 'friendly_title': None, + 'images': list([ + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347014', + 'file_size_in_bytes': 956, + 'foreground_color': '', + 'height': 50, + 'image_position_info': '', + 'image_purpose': 'Logo', + 'unscaled_image_sha256_hash': 'LsuIkwA6lGKfAPofYUpnKg3B6p4HLVk70Q3QCRviWEk=', + 'uri': '//store-images.s-microsoft.com/image/apps.52014.9007199266246365.c2b9376d-d1a2-40c9-95ef-cff0f4ba91ca.0b056c35-6486-4947-852e-7149d9ab5851', + 'width': 50, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347040', + 'file_size_in_bytes': 1503, + 'foreground_color': '', + 'height': 75, + 'image_position_info': '', + 'image_purpose': 'Logo', + 'unscaled_image_sha256_hash': 'WeQgusypQlBh3coam7AlFaMX7RTR4wNcVKDI8N9h7I8=', + 'uri': '//store-images.s-microsoft.com/image/apps.58457.9007199266246365.3746ed8c-09d0-4007-9d2f-8ba20a9f4705.3292d53d-3ad8-4f34-943f-13d6d3c8ce3a', + 'width': 75, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347012', + 'file_size_in_bytes': 2140, + 'foreground_color': '', + 'height': 100, + 'image_position_info': '', + 'image_purpose': 'Logo', + 'unscaled_image_sha256_hash': 'JP364/KAZY1xbViqGWzChg6OKjA7Tp+1CuE1UFpjgRU=', + 'uri': '//store-images.s-microsoft.com/image/apps.64804.9007199266246365.9e04b4a8-0637-4cbc-97b8-433eda07b081.64b4abe2-2f6d-4e87-a7af-900f58c8d4ae', + 'width': 100, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347015', + 'file_size_in_bytes': 2272, + 'foreground_color': '', + 'height': 150, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'jsnB/K6bXIuyDpPXu4zAzYelVN3T4dbn/Jx5QTQYLuM=', + 'uri': '//store-images.s-microsoft.com/image/apps.51598.9007199266246365.9538e419-4ced-4bb5-b027-e23a78887cd2.c4963fa6-7627-4a17-b2a8-fb1321b226d0', + 'width': 150, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347041', + 'file_size_in_bytes': 3378, + 'foreground_color': '', + 'height': 225, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'SzSfQgEgBEYLTb6uYdA1nrjKLTfJjLUnuMnG2ToXy4k=', + 'uri': '//store-images.s-microsoft.com/image/apps.13387.9007199266246365.4d313a91-19f5-4900-9c7f-4e3f8085e869.3806d656-7896-4389-ba98-65f0b161eac0', + 'width': 225, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347007', + 'file_size_in_bytes': 4949, + 'foreground_color': '', + 'height': 300, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'VybSV+2Tqmda3p4wZ+Oz61aIjPHl6LOBSc7f1QoT4J4=', + 'uri': '//store-images.s-microsoft.com/image/apps.9815.9007199266246365.7dc5d343-fe4a-40c3-93dd-c78e77f97331.45eebdef-f725-4799-bbf8-9ad8391a8279', + 'width': 300, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347025', + 'file_size_in_bytes': 834, + 'foreground_color': '', + 'height': 44, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': '89cTEkobrZYY+Bv1uh1Y2BlYzVyKQw7OCBeVdSQ+00E=', + 'uri': '//store-images.s-microsoft.com/image/apps.55283.9007199266246365.92a7f7d2-b5a8-4e3b-b093-2ce286d163f7.e7c178ca-fc0f-4357-bc23-28a6809d79f1', + 'width': 44, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347050', + 'file_size_in_bytes': 1292, + 'foreground_color': '', + 'height': 66, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'fHoFBrOG4g2vbvmZobtVumDu4BSB6XZb9cDPByEyWzo=', + 'uri': '//store-images.s-microsoft.com/image/apps.31356.9007199266246365.a955d0b2-934a-40df-9e26-f0085299a7b3.9f250d3a-ab30-4adf-9971-5c0ddcb34bfd', + 'width': 66, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072346999', + 'file_size_in_bytes': 1841, + 'foreground_color': '', + 'height': 88, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': '490CuYQ2n11lpU4+dJlfhDNYhD4imyRWC34FPPc9X5I=', + 'uri': '//store-images.s-microsoft.com/image/apps.56803.9007199266246365.df3025a0-c29c-43e4-8976-741647270c26.ba1fe8d7-0c07-4aed-9675-8d950c30637a', + 'width': 88, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347016', + 'file_size_in_bytes': 5154, + 'foreground_color': '', + 'height': 310, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'eN/i5Qn7MmW1MCmbF9UOHwST4IE18jJ1F2s3da3rkf0=', + 'uri': '//store-images.s-microsoft.com/image/apps.57208.9007199266246365.9aa1d4bb-c3b4-48d6-93cf-f6674fb40e8d.0bf15307-86b5-4f68-924c-9ecb2001a85a', + 'width': 310, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347029', + 'file_size_in_bytes': 8502, + 'foreground_color': '', + 'height': 465, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'csqXF1GotwvYfOCCAPGUnBp4ITdVpQva4zenmHlLfio=', + 'uri': '//store-images.s-microsoft.com/image/apps.51826.9007199266246365.4a31a46b-0288-4248-9dfb-cfff182818e9.7ca531f7-bdf8-4a82-9d3d-d0cecbfc19e5', + 'width': 465, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347020', + 'file_size_in_bytes': 13157, + 'foreground_color': '', + 'height': 620, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': '9ci+J2nZh9wWYu7ip7aeXLnn8Ql3zIWrt3z2F55jNFw=', + 'uri': '//store-images.s-microsoft.com/image/apps.51445.9007199266246365.c6dce6b1-5edd-4e64-a117-0e45b8165403.c7938026-2c39-48b0-b8f8-067273b77187', + 'width': 620, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347034', + 'file_size_in_bytes': 1445, + 'foreground_color': '', + 'height': 71, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': '2TSwOl7rhajG8DN4/CmEjsKL3Br19vAhoC7tAxpjof8=', + 'uri': '//store-images.s-microsoft.com/image/apps.13529.9007199266246365.25e80878-8386-4369-86e6-d58a6bdfa53f.5abac0fb-6cd2-4496-8b3d-c7455db0e5c4', + 'width': 71, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347042', + 'file_size_in_bytes': 2362, + 'foreground_color': '', + 'height': 107, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'ounSPvPq8jMPEQWBN3IJoDGgdgwakXrB466qO3pn0h4=', + 'uri': '//store-images.s-microsoft.com/image/apps.59810.9007199266246365.d14eb120-7f2d-457d-a4b0-cb1a3bde44a8.c46c249a-a6c1-478a-8ec2-231650c67fa4', + 'width': 107, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347021', + 'file_size_in_bytes': 3395, + 'foreground_color': '', + 'height': 142, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'VigAz/TpRsdUIIgK09mLYknu1N09Cn4PAiEhOSON26w=', + 'uri': '//store-images.s-microsoft.com/image/apps.10326.9007199266246365.7067ae39-fd29-4b3b-90c7-bea207312e70.3883898b-7f30-4227-937a-a05330d3df53', + 'width': 142, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347033', + 'file_size_in_bytes': 4114, + 'foreground_color': '', + 'height': 150, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'OoywViH1L5i7JaWjucFHoZzMqppnpXNvZ2nIhni4krU=', + 'uri': '//store-images.s-microsoft.com/image/apps.35898.9007199266246365.f1a052c7-8ec1-42c2-b97c-ede1c1304e46.215d2a9b-5718-4a0d-9d4d-9aaa0b80ae71', + 'width': 310, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347037', + 'file_size_in_bytes': 6616, + 'foreground_color': '', + 'height': 225, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': '5MYdONTXb4CpAIaxkgUytqVYQhxHrSS3d9zMFXwl/mk=', + 'uri': '//store-images.s-microsoft.com/image/apps.50916.9007199266246365.2a757954-4d70-4d41-a224-aff3d7b9bcc6.6cdae504-11a7-4b11-82f1-76c2d85e4a16', + 'width': 465, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000072347013', + 'file_size_in_bytes': 10118, + 'foreground_color': '', + 'height': 300, + 'image_position_info': '', + 'image_purpose': 'Tile', + 'unscaled_image_sha256_hash': 'i2443NWbgRAqdj+HSijWf5ycUv+XcvN0ioFdT+FvyvA=', + 'uri': '//store-images.s-microsoft.com/image/apps.28299.9007199266246365.75015a39-4585-418e-b169-dc023bde061c.5a53befa-4a1d-4db7-8f68-482fcaa8a61f', + 'width': 620, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '1152921504606999752', + 'file_size_in_bytes': 34740, + 'foreground_color': '', + 'height': 468, + 'image_position_info': '', + 'image_purpose': 'Hero', + 'unscaled_image_sha256_hash': 'SxrdQz3t5GnWVny2jwbxyW45Htq8v0dcalJFjaCB0u0=', + 'uri': '//store-images.microsoft.com/image/apps.6731.9007199266246365.6d6d6d51-7bdc-45fa-b753-b6c94934f29d.f1b3ec1f-f15f-4f55-b299-0381031dec52', + 'width': 846, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '1152921504606999975', + 'file_size_in_bytes': 35305, + 'foreground_color': '', + 'height': 756, + 'image_position_info': '', + 'image_purpose': 'Hero', + 'unscaled_image_sha256_hash': 'uqWgLSKfis9rQ1FWuQ+yIR4yshq8t3n9BRYOfCwlnbg=', + 'uri': '//store-images.microsoft.com/image/apps.42426.9007199266246365.5a617abc-89f6-407e-b972-d98abef1641f.6450ed42-2199-43fe-bf8c-f0b8699c856c', + 'width': 558, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '1152921504606999754', + 'file_size_in_bytes': 25992, + 'foreground_color': '', + 'height': 468, + 'image_position_info': '', + 'image_purpose': 'Hero', + 'unscaled_image_sha256_hash': 'xM/CjBseWP4CiqNd2JP6DyCZMhVIGkcelwLQza8TUmA=', + 'uri': '//store-images.microsoft.com/image/apps.53188.9007199266246365.726115d0-7838-4bdc-b258-8d6aff8fdee4.240fcf51-0794-414c-8689-62f3dee4554e', + 'width': 414, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '1152921504606999753', + 'file_size_in_bytes': 17241, + 'foreground_color': '', + 'height': 180, + 'image_position_info': '', + 'image_purpose': 'Hero', + 'unscaled_image_sha256_hash': 'IZlRV1m/aLYfqALEirTW4ig1BvbGgdUbAFv+etAXBZI=', + 'uri': '//store-images.microsoft.com/image/apps.39201.9007199266246365.2a024a35-1e3b-40fb-b8b3-e678027a8fad.507c33d8-aae2-4303-8e8a-9dd70f03c67f', + 'width': 414, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936641', + 'file_size_in_bytes': 2444680, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/0', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'OEOlvSR3aRst44dSvHAKh3O41PyDWTg9Aex9xydIw5I=', + 'uri': '//store-images.s-microsoft.com/image/apps.17208.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.63794f19-99db-44a1-a0d8-3c0ed656085d', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936644', + 'file_size_in_bytes': 1985861, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/1', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': '7GpTGDHKWsoRCu74hp2pKePBJMD1oQivWy73P1Sa9pY=', + 'uri': '//store-images.s-microsoft.com/image/apps.27372.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.12fc42eb-9cca-426e-b151-4438728c935a', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936675', + 'file_size_in_bytes': 1822167, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/3', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'A8bu2elhwcxGXtoHeLimnAukf0vwU3VEUwPOBMLpybY=', + 'uri': '//store-images.s-microsoft.com/image/apps.50691.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.ae0eaab0-e300-4674-b947-693b1e6ecf42', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936671', + 'file_size_in_bytes': 1524326, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/2', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': '6SCBT/vdy8dXFtX3weuqsKCV2EmultabmqEtG8zJSPk=', + 'uri': '//store-images.s-microsoft.com/image/apps.8425.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.c4f4222f-417e-4713-a6d1-6493c0a731ba', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936792', + 'file_size_in_bytes': 2885717, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/4', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': '7Hs7yBqZ2a4jxPBiIPCLzTTe4VKmCzpTNr+tVIYy/0I=', + 'uri': '//store-images.s-microsoft.com/image/apps.31724.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.2514f39d-8e35-4e3b-b4e5-44968d2300c5', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936874', + 'file_size_in_bytes': 3044495, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/5', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': '23xX2XWqKC+OSJZ+Ji7mnuLLakOBIF/0RaPrMq/zjWk=', + 'uri': '//store-images.s-microsoft.com/image/apps.31963.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.ae6e92fe-6ffc-4185-93df-6e70197936c4', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936879', + 'file_size_in_bytes': 3518542, + 'foreground_color': '', + 'height': 1920, + 'image_position_info': 'Mobile/6', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'kTSkd8IOQyEvgrdo1KzLO6DiEx9uQ7ykHLJxqMyVQhE=', + 'uri': '//store-images.s-microsoft.com/image/apps.13457.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.40c234de-2e46-43aa-8976-295be71640e3', + 'width': 1080, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936903', + 'file_size_in_bytes': 2070430, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/1', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'JFjfks2Cm7u16sTfYJLrCPe6C2kXZUmyfjCuA4uf9XA=', + 'uri': '//store-images.s-microsoft.com/image/apps.22564.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.caa00164-3db9-4a6c-8cde-380e6eb80ba0', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936904', + 'file_size_in_bytes': 1530467, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/2', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'Cb/9BUNgZUCdVWzbx1VhUv4LQNaW7vHOA9ZuGVtR9aE=', + 'uri': '//store-images.s-microsoft.com/image/apps.48905.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.2c11047b-929a-42bc-bd10-a2d89e0f7033', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936905', + 'file_size_in_bytes': 2853810, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/3', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'p4KAHNmtQyhI+jxsHuoJQHFyskJBFp4R6eyKJs5Gzlg=', + 'uri': '//store-images.s-microsoft.com/image/apps.33447.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.4451173a-58aa-4e7d-8e7f-80df8f170ec7', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936906', + 'file_size_in_bytes': 1951319, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/4', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'kvZGNfxX8CWsDGCxw2OPtLXAtcFKYxajT3+eQuJ+Ypw=', + 'uri': '//store-images.s-microsoft.com/image/apps.63122.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.3754a3be-ef04-4a73-87ce-08e68100184f', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936907', + 'file_size_in_bytes': 2470078, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/5', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': '3X4nLKMNvvRjiJlFPhVM0Awx9jRmbea++bGaYIFv+VU=', + 'uri': '//store-images.s-microsoft.com/image/apps.32477.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.0edb30ed-871a-41ab-85dc-4287bd812939', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936941', + 'file_size_in_bytes': 3930222, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/7', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'J8LUHpiICezD+eduimg+48RKjsqGoMTvqH1eKRxxFvI=', + 'uri': '//store-images.s-microsoft.com/image/apps.49703.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.6748f60f-869e-4173-bd41-c0de92cd6d89', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936901', + 'file_size_in_bytes': 2256820, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/0', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'vCsolecePGGTJZEffwcQNjtHXDzTsbWt5aHL6TQh3yM=', + 'uri': '//store-images.s-microsoft.com/image/apps.11196.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.470710fc-4dec-4479-8d36-a3e79acebd65', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936908', + 'file_size_in_bytes': 2905175, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Desktop/6', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'DAsJFGwP8T+umK7qmtjboLdXRNxZ1O2rOM5qSEl8ZbM=', + 'uri': '//store-images.s-microsoft.com/image/apps.2828.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.b9c8711d-8ace-446b-bf78-fad9c4e5dd22', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936943', + 'file_size_in_bytes': 2693771, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Xbox/1', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'ln7zhXFqnDUL5yEC6Pxrly9dl4cy3RWC5aiPUf5NzG8=', + 'uri': '//store-images.s-microsoft.com/image/apps.32406.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.cd0b2b61-58e8-4ae3-8db5-b5722c131206', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936942', + 'file_size_in_bytes': 3297769, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Xbox/0', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'EJLAZw0urLQLPUk1A4Ij1snHxrTgsVPwssncUmww56k=', + 'uri': '//store-images.s-microsoft.com/image/apps.37392.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.6a791e47-a096-41ff-bcf5-5bc1a5cd8855', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936944', + 'file_size_in_bytes': 3473788, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Xbox/2', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': '+mRMKxUPQhP3r74NhJA396O9SKqauRe/QmJPHURGhkw=', + 'uri': '//store-images.s-microsoft.com/image/apps.25850.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.a3a0ede1-1a4b-4a39-b593-61eeb2a7b0fe', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936945', + 'file_size_in_bytes': 2717135, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Xbox/3', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'TqUJ1ic+YoYlrkPDmdmsR5r3UxAqKqhoIt9cmO2Zz58=', + 'uri': '//store-images.s-microsoft.com/image/apps.42318.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.fc8fd224-86da-4fa6-8fc5-65167ce7b540', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000068936946', + 'file_size_in_bytes': 2518061, + 'foreground_color': '', + 'height': 1080, + 'image_position_info': 'Xbox/4', + 'image_purpose': 'Screenshot', + 'unscaled_image_sha256_hash': 'nnZxfDrpeTXZXRrjCk8MAup4MAjs648bZNgi800335w=', + 'uri': '//store-images.s-microsoft.com/image/apps.30366.9007199266246365.fc3e1dac-58ff-4db5-9d08-4cca1b6f53e3.5deebc32-c626-4246-9c3a-2bdfaeaf1bee', + 'width': 1920, + }), + dict({ + 'background_color': '#000000', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000076292302', + 'file_size_in_bytes': 5091, + 'foreground_color': '', + 'height': 300, + 'image_position_info': '', + 'image_purpose': 'Logo', + 'unscaled_image_sha256_hash': 'Ydu5wZruM5w6znIrK6Q/QptnSjGxhgw25/l/M0XpcV0=', + 'uri': '//store-images.s-microsoft.com/image/apps.56161.9007199266246365.1d5a6a53-3c49-4f80-95d7-78d76b0e05d0.a3e87fea-e03e-4c0a-8f26-9ecef205fa7b', + 'width': 300, + }), + dict({ + 'background_color': '', + 'caption': '', + 'eis_listing_identifier': None, + 'file_id': '2000000000076313496', + 'file_size_in_bytes': 8779790, + 'foreground_color': '', + 'height': 2160, + 'image_position_info': '', + 'image_purpose': 'SuperHeroArt', + 'unscaled_image_sha256_hash': 'U36a96Na9LKfty7hp7CoapzMlthhX5ymgf1sucHCWM8=', + 'uri': '//store-images.s-microsoft.com/image/apps.32339.9007199266246365.1d5a6a53-3c49-4f80-95d7-78d76b0e05d0.ac2899bf-ba6c-4f7b-b2d4-c854cc7a6f55', + 'width': 3840, + }), + ]), + 'interactive_3d_enabled': False, + 'interactive_model_config': None, + 'language': 'en-us', + 'markets': list([ + 'US', + 'DZ', + 'AR', + 'AU', + 'AT', + 'BH', + 'BD', + 'BE', + 'BR', + 'BG', + 'CA', + 'CL', + 'CN', + 'CO', + 'CR', + 'HR', + 'CY', + 'CZ', + 'DK', + 'EG', + 'EE', + 'FI', + 'FR', + 'DE', + 'GR', + 'GT', + 'HK', + 'HU', + 'IS', + 'IN', + 'ID', + 'IQ', + 'IE', + 'IL', + 'IT', + 'JP', + 'JO', + 'KZ', + 'KE', + 'KW', + 'LV', + 'LB', + 'LI', + 'LT', + 'LU', + 'MY', + 'MT', + 'MR', + 'MX', + 'MA', + 'NL', + 'NZ', + 'NG', + 'NO', + 'OM', + 'PK', + 'PE', + 'PH', + 'PL', + 'PT', + 'QA', + 'RO', + 'RU', + 'SA', + 'RS', + 'SG', + 'SK', + 'SI', + 'ZA', + 'KR', + 'ES', + 'SE', + 'CH', + 'TW', + 'TH', + 'TT', + 'TN', + 'TR', + 'UA', + 'AE', + 'GB', + 'VN', + 'YE', + 'LY', + 'LK', + 'UY', + 'VE', + 'AF', + 'AX', + 'AL', + 'AS', + 'AO', + 'AI', + 'AQ', + 'AG', + 'AM', + 'AW', + 'BO', + 'BQ', + 'BA', + 'BW', + 'BV', + 'IO', + 'BN', + 'BF', + 'BI', + 'KH', + 'CM', + 'CV', + 'KY', + 'CF', + 'TD', + 'TL', + 'DJ', + 'DM', + 'DO', + 'EC', + 'SV', + 'GQ', + 'ER', + 'ET', + 'FK', + 'FO', + 'FJ', + 'GF', + 'PF', + 'TF', + 'GA', + 'GM', + 'GE', + 'GH', + 'GI', + 'GL', + 'GD', + 'GP', + 'GU', + 'GG', + 'GN', + 'GW', + 'GY', + 'HT', + 'HM', + 'HN', + 'AZ', + 'BS', + 'BB', + 'BY', + 'BZ', + 'BJ', + 'BM', + 'BT', + 'KM', + 'CG', + 'CD', + 'CK', + 'CX', + 'CC', + 'CI', + 'CW', + 'JM', + 'SJ', + 'JE', + 'KI', + 'KG', + 'LA', + 'LS', + 'LR', + 'MO', + 'MK', + 'MG', + 'MW', + 'IM', + 'MH', + 'MQ', + 'MU', + 'YT', + 'FM', + 'MD', + 'MN', + 'MS', + 'MZ', + 'MM', + 'NA', + 'NR', + 'NP', + 'MV', + 'ML', + 'NC', + 'NI', + 'NE', + 'NU', + 'NF', + 'PW', + 'PS', + 'PA', + 'PG', + 'PY', + 'RE', + 'RW', + 'BL', + 'MF', + 'WS', + 'ST', + 'SN', + 'MP', + 'PN', + 'SX', + 'SB', + 'SO', + 'SC', + 'SL', + 'GS', + 'SH', + 'KN', + 'LC', + 'PM', + 'VC', + 'TJ', + 'TZ', + 'TG', + 'TK', + 'TO', + 'TM', + 'TC', + 'TV', + 'UM', + 'UG', + 'VI', + 'VG', + 'WF', + 'EH', + 'ZM', + 'ZW', + 'UZ', + 'VU', + 'SR', + 'SZ', + 'AD', + 'MC', + 'SM', + 'ME', + 'VA', + 'NEUTRAL', + ]), + 'product_description': ''' + Netflix has something for everyone. Watch TV shows and movies recommended just for you, including award-winning Netflix original series, movies, and documentaries. There’s even a safe watching experience just for kids with family-friendly entertainment. + + Now on Windows, you can enjoy every detail of the world’s favorite shows in 4K Ultra HD on Netflix. Download many of your favorite series and movies with the simple click of the download button. You can watch while you’re on the go or without an Internet connection on your PC, tablet or laptop with Windows 10. + + How does Netflix work? + - Instantly watch TV shows and movies through thousands of internet-connected devices. You can play, pause, and resume watching, all without commercials. + - Netflix adds new content all the time. Browse titles or search for your favorites. + - The more you watch, the better Netflix gets at recommending TV shows and movies that you’ll love — just for you. + - You can create up to five individual profiles within a single Netflix account. Profiles allow different members of your household to have their own personalized Netflix experience built around the movies and TV shows they enjoy. + + If you decide Netflix isn't for you - no problem. No contract, no cancellation fees, no commitment. Cancel online anytime. + + By clicking INSTALL, you consent to the installation of the Netflix application and any updates or upgrades thereto. + ''', + 'product_display_ranks': list([ + ]), + 'product_title': 'Netflix', + 'publisher_name': 'Netflix, Inc.', + 'publisher_website_uri': 'http://www.netflix.com/', + 'render_group_details': None, + 'search_titles': list([ + dict({ + 'search_title_string': 'netflix', + 'search_title_type': 'SearchHint', + }), + dict({ + 'search_title_string': 'streaming', + 'search_title_type': 'SearchHint', + }), + dict({ + 'search_title_string': 'movie', + 'search_title_type': 'SearchHint', + }), + dict({ + 'search_title_string': 'movies', + 'search_title_type': 'SearchHint', + }), + dict({ + 'search_title_string': 'video', + 'search_title_type': 'SearchHint', + }), + dict({ + 'search_title_string': 'The Irishman', + 'search_title_type': 'SearchHint', + }), + ]), + 'short_description': '', + 'short_title': '', + 'sort_title': '', + 'support_uri': 'https://contactus.netflix.com/Help', + 'videos': list([ + ]), + 'voice_title': '', + }), + ]), + 'market_properties': list([ + dict({ + 'bundle_config': None, + 'content_ratings': list([ + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + 'ESRB:DivConDisAdv', + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'ESRB:T', + 'rating_system': 'ESRB', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + 'PEGI:ParGuiRec', + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'PEGI:!', + 'rating_system': 'PEGI', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + 'DJCTQ:Vio', + 'DJCTQ:SexCon', + 'DJCTQ:IllDru', + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'DJCTQ:16', + 'rating_system': 'DJCTQ', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + 'USK:ConDifAge', + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'USK:16', + 'rating_system': 'USK', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + 'IARC:ParGuiRec', + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'IARC:12', + 'rating_system': 'IARC', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'PCBP:18', + 'rating_system': 'PCBP', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'CSRR:PG15', + 'rating_system': 'CSRR', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'Microsoft:12', + 'rating_system': 'Microsoft', + }), + dict({ + 'interactive_elements': list([ + ]), + 'rating_descriptors': list([ + ]), + 'rating_disclaimers': list([ + ]), + 'rating_id': 'CCC:14', + 'rating_system': 'CCC', + }), + ]), + 'markets': list([ + 'US', + ]), + 'minimum_user_age': 12, + 'original_release_date': '2010-10-18T20:04:26.440000+00:00', + 'original_release_friendly_name': None, + 'related_products': list([ + ]), + 'usage_data': list([ + dict({ + 'aggregate_time_span': '7Days', + 'average_rating': 3.6, + 'play_count': 0, + 'purchase_count': '0', + 'rating_count': 201, + 'rental_count': '0', + 'trial_count': '0', + }), + dict({ + 'aggregate_time_span': '30Days', + 'average_rating': 3.3, + 'play_count': 0, + 'purchase_count': '0', + 'rating_count': 947, + 'rental_count': '0', + 'trial_count': '0', + }), + dict({ + 'aggregate_time_span': 'AllTime', + 'average_rating': 4.0, + 'play_count': 0, + 'purchase_count': '0', + 'rating_count': 685202, + 'rental_count': '0', + 'trial_count': '0', + }), + ]), + }), + ]), + 'merchandizing_tags': list([ + ]), + 'part_d': '', + 'preferred_sku_id': '0010', + 'product_a_schema': 'Product;3', + 'product_b_schema': 'ProductUnifiedApp;3', + 'product_family': 'Apps', + 'product_id': '9WZDNCRFJ3TJ', + 'product_kind': 'Application', + 'product_type': 'Application', + 'properties': dict({ + 'attributes': list([ + ]), + 'can_install_to_sd_card': True, + 'categories': None, + 'category': 'Entertainment', + 'extensions': None, + 'has_add_ons': False, + 'is_accessible': False, + 'is_line_of_business_app': False, + 'is_published_to_legacy_windows_phone_store': True, + 'is_published_to_legacy_windows_store': True, + 'is_settings_app': False, + 'ownership_type': None, + 'package_family_name': '4DF9E0F8.Netflix_mcm4njqhnhss8', + 'package_identity_name': '4DF9E0F8.NETFLIX', + 'pdp_background_color': '#FFFFFF', + 'product_group_id': 'f6c7aeef-99e9-4096-b9fc-b0ddc1f8749b', + 'product_group_name': 'Netflix', + 'publisher_certificate_name': 'CN=52120C15-ACFA-47FC-A7E3-4974DBA79445', + 'publisher_id': '10101050', + 'revision_id': '2020-10-09T18:03:52.1324696Z', + 'sub_category': '', + 'xbox_console_gen_compatible': None, + 'xbox_console_gen_optimized': None, + 'xbox_cross_gen_set_id': None, + 'xbox_live_gold_required': False, + 'xbox_live_tier': None, + 'xbox_xpa': None, + }), + 'schema_version': '3', + 'validation_data': dict({ + 'passed_validation': False, + 'revision_id': '2020-10-09T18:03:52.1324696Z||.||7319fa59-58e1-4130-9142-e5d991b61b73||1152921505691950666||Null||fullrelease', + 'validation_result_uri': '', + }), + }), + 'status': dict({ + 'console_streaming_enabled': False, + 'digital_assistant_remote_control_enabled': True, + 'focus_app_aumid': '4DF9E0F8.Netflix_mcm4njqhnhss8!App', + 'is_tv_configured': True, + 'login_state': None, + 'playback_state': 'Stopped', + 'power_state': 'On', + 'remote_management_enabled': True, + 'status': dict({ + 'error_code': 'OK', + 'error_message': None, + }), + 'storage_devices': None, + }), + }), + ]), + 'presence': list([ + dict({ + 'added_date_time_utc': None, + 'avatar': None, + 'broadcast': None, + 'color_theme': 'gamerpicblur', + 'community_manager_titles': None, + 'detail': dict({ + 'account_tier': 'Gold', + 'bio': '**REDACTED**', + 'blocked': False, + 'can_be_followed': True, + 'can_be_friended': True, + 'follower_count': 105, + 'following_count': 121, + 'friend_count': 150, + 'has_game_pass': True, + 'is_favorite': True, + 'is_followed_by_caller': False, + 'is_following_caller': False, + 'is_friend': True, + 'is_friend_list_shared': True, + 'is_friend_request_received': False, + 'is_friend_request_sent': False, + 'is_verified': False, + 'location': None, + 'mute': False, + 'tenure': None, + 'watermarks': list([ + ]), + }), + 'display_name': '**REDACTED**', + 'display_pic_raw': '**REDACTED**', + 'follower': None, + 'friended_date_time_utc': None, + 'gamer_score': '27750', + 'gamertag': '**REDACTED**', + 'is_broadcasting': False, + 'is_cloaked': False, + 'is_favorite': False, + 'is_followed_by_caller': False, + 'is_following_caller': False, + 'is_friend': True, + 'is_friend_request_received': False, + 'is_friend_request_sent': False, + 'is_identity_shared': False, + 'is_quarantined': False, + 'is_xbox_360_gamerpic': False, + 'last_seen_date_time_utc': '2020-10-09T00:12:27.868490+00:00', + 'linked_accounts': '**REDACTED**', + 'modern_gamertag': '**REDACTED**', + 'modern_gamertag_suffix': '', + 'multiplayer_summary': dict({ + 'in_multiplayer_session': None, + 'in_party': 2, + 'joinable_activities': list([ + ]), + 'party_details': list([ + dict({ + 'accepted': 2, + 'join_restriction': 'followed', + 'session_ref': dict({ + 'name': 'd3804c40-ac93-4c7d-9414-6cb419931105', + 'scid': '7ffcfe63-a320-4086-85bb-a1734bef7a30', + 'template_name': 'chat', + }), + 'status': 'active', + 'visibility': 'open', + }), + ]), + }), + 'preferred_color': dict({ + 'primary_color': '193e91', + 'secondary_color': '101836', + 'tertiary_color': '102c69', + }), + 'preferred_flag': '', + 'preferred_platforms': list([ + ]), + 'presence_details': list([ + dict({ + 'device': 'Xbox360', + 'device_sub_type': None, + 'gameplay_type': None, + 'is_broadcasting': False, + 'is_game': True, + 'is_primary': True, + 'presence_text': 'Blue Dragon', + 'rich_presence_text': None, + 'state': 'Active', + 'title_id': '1297287135', + 'title_type': None, + }), + ]), + 'presence_devices': None, + 'presence_state': 'Online', + 'presence_text': 'Last seen 49m ago: Xbox App', + 'presence_title_ids': None, + 'real_name': '**REDACTED**', + 'recent_player': None, + 'recommendation': None, + 'search': None, + 'show_user_as_avatar': '0', + 'social_manager': None, + 'suggestion': None, + 'titleHistory': None, + 'title_presence': None, + 'title_summaries': None, + 'tournament_summary': None, + 'unique_modern_gamertag': '**REDACTED**', + 'xbox_one_rep': 'GoodPlayer', + 'xuid': '**REDACTED**', + }), + dict({ + 'added_date_time_utc': '2016-06-29T20:59:22.505088+00:00', + 'avatar': dict({ + 'spritesheet_metadata': None, + 'update_time_offset': '0001-01-01T00:00:00+00:00', + }), + 'broadcast': list([ + ]), + 'color_theme': 'gamerpicblur', + 'community_manager_titles': None, + 'detail': dict({ + 'account_tier': 'Gold', + 'bio': '**REDACTED**', + 'blocked': False, + 'can_be_followed': True, + 'can_be_friended': True, + 'follower_count': 81, + 'following_count': 73, + 'friend_count': 150, + 'has_game_pass': False, + 'is_favorite': True, + 'is_followed_by_caller': False, + 'is_following_caller': False, + 'is_friend': True, + 'is_friend_list_shared': True, + 'is_friend_request_received': False, + 'is_friend_request_sent': False, + 'is_verified': False, + 'location': '**REDACTED**', + 'mute': False, + 'tenure': '8', + 'watermarks': list([ + ]), + }), + 'display_name': '**REDACTED**', + 'display_pic_raw': '**REDACTED**', + 'follower': dict({ + 'followed_date_time_utc': None, + 'text': None, + }), + 'friended_date_time_utc': None, + 'gamer_score': '27210', + 'gamertag': '**REDACTED**', + 'is_broadcasting': False, + 'is_cloaked': None, + 'is_favorite': True, + 'is_followed_by_caller': True, + 'is_following_caller': True, + 'is_friend': True, + 'is_friend_request_received': False, + 'is_friend_request_sent': False, + 'is_identity_shared': True, + 'is_quarantined': False, + 'is_xbox_360_gamerpic': False, + 'last_seen_date_time_utc': None, + 'linked_accounts': '**REDACTED**', + 'modern_gamertag': '**REDACTED**', + 'modern_gamertag_suffix': '', + 'multiplayer_summary': dict({ + 'in_multiplayer_session': 0, + 'in_party': 0, + 'joinable_activities': list([ + ]), + 'party_details': list([ + dict({ + 'accepted': 1, + 'join_restriction': 'followed', + 'session_ref': dict({ + 'name': '51935651-e782-45c6-854a-7a3858fc103a', + 'scid': '7492baca-c1b4-440d-a391-b7ef364a8d40', + 'template_name': 'chat', + }), + 'status': 'active', + 'visibility': 'open', + }), + ]), + }), + 'preferred_color': dict({ + 'primary_color': '744DA9', + 'secondary_color': '24153B', + 'tertiary_color': '4c208a', + }), + 'preferred_flag': '', + 'preferred_platforms': list([ + ]), + 'presence_details': list([ + ]), + 'presence_devices': None, + 'presence_state': 'Offline', + 'presence_text': 'Offline', + 'presence_title_ids': list([ + ]), + 'real_name': '', + 'recent_player': dict({ + 'text': None, + 'titles': list([ + ]), + }), + 'recommendation': None, + 'search': None, + 'show_user_as_avatar': '1', + 'social_manager': dict({ + 'pages': list([ + ]), + 'title_ids': list([ + ]), + }), + 'suggestion': dict({ + 'priority': 0, + 'reasons': None, + 'title_id': None, + 'type': None, + }), + 'titleHistory': None, + 'title_presence': dict({ + 'is_currently_playing': False, + 'presence_text': None, + 'title_id': None, + 'title_name': None, + }), + 'title_summaries': None, + 'tournament_summary': None, + 'unique_modern_gamertag': '**REDACTED**', + 'xbox_one_rep': 'GoodPlayer', + 'xuid': '**REDACTED**', + }), + dict({ + 'added_date_time_utc': '2012-12-14T03:41:43.177000+00:00', + 'avatar': dict({ + 'spritesheet_metadata': None, + 'update_time_offset': '0001-01-01T00:00:00+00:00', + }), + 'broadcast': list([ + ]), + 'color_theme': 'gamerpicblur', + 'community_manager_titles': None, + 'detail': dict({ + 'account_tier': 'Silver', + 'bio': '', + 'blocked': False, + 'can_be_followed': True, + 'can_be_friended': True, + 'follower_count': 18, + 'following_count': 12, + 'friend_count': 150, + 'has_game_pass': False, + 'is_favorite': True, + 'is_followed_by_caller': False, + 'is_following_caller': False, + 'is_friend': True, + 'is_friend_list_shared': True, + 'is_friend_request_received': False, + 'is_friend_request_sent': False, + 'is_verified': False, + 'location': '**REDACTED**', + 'mute': False, + 'tenure': '0', + 'watermarks': list([ + ]), + }), + 'display_name': '**REDACTED**', + 'display_pic_raw': '**REDACTED**', + 'follower': dict({ + 'followed_date_time_utc': None, + 'text': None, + }), + 'friended_date_time_utc': None, + 'gamer_score': '3802', + 'gamertag': '**REDACTED**', + 'is_broadcasting': False, + 'is_cloaked': None, + 'is_favorite': True, + 'is_followed_by_caller': True, + 'is_following_caller': True, + 'is_friend': True, + 'is_friend_request_received': False, + 'is_friend_request_sent': False, + 'is_identity_shared': False, + 'is_quarantined': False, + 'is_xbox_360_gamerpic': True, + 'last_seen_date_time_utc': '2020-10-08T04:19:58.320823+00:00', + 'linked_accounts': '**REDACTED**', + 'modern_gamertag': '**REDACTED**', + 'modern_gamertag_suffix': '', + 'multiplayer_summary': dict({ + 'in_multiplayer_session': 0, + 'in_party': 0, + 'joinable_activities': list([ + ]), + 'party_details': list([ + ]), + }), + 'preferred_color': dict({ + 'primary_color': '107c10', + 'secondary_color': '102b14', + 'tertiary_color': '155715', + }), + 'preferred_flag': '', + 'preferred_platforms': list([ + ]), + 'presence_details': list([ + dict({ + 'device': 'XboxOne', + 'device_sub_type': None, + 'gameplay_type': None, + 'is_broadcasting': False, + 'is_game': False, + 'is_primary': True, + 'presence_text': 'Last seen 17h ago: Home', + 'rich_presence_text': None, + 'state': 'LastSeen', + 'title_id': '750323071', + 'title_type': None, + }), + ]), + 'presence_devices': None, + 'presence_state': 'Offline', + 'presence_text': 'Last seen 17h ago: Home', + 'presence_title_ids': list([ + '750323071', + ]), + 'real_name': '', + 'recent_player': dict({ + 'text': None, + 'titles': list([ + ]), + }), + 'recommendation': None, + 'search': None, + 'show_user_as_avatar': '2', + 'social_manager': dict({ + 'pages': list([ + ]), + 'title_ids': list([ + ]), + }), + 'suggestion': dict({ + 'priority': 0, + 'reasons': None, + 'title_id': None, + 'type': None, + }), + 'titleHistory': None, + 'title_presence': dict({ + 'is_currently_playing': False, + 'presence_text': None, + 'title_id': None, + 'title_name': None, + }), + 'title_summaries': None, + 'tournament_summary': None, + 'unique_modern_gamertag': '**REDACTED**', + 'xbox_one_rep': 'GoodPlayer', + 'xuid': '**REDACTED**', + }), + ]), + 'title_info': list([ + dict({ + 'achievement': dict({ + 'current_achievements': 2, + 'current_gamerscore': 10, + 'progress_percentage': 1.0, + 'source_version': 1, + 'total_achievements': 43, + 'total_gamerscore': 1000, + }), + 'alternate_title_ids': list([ + ]), + 'bing_id': '66acd000-77fe-1000-9115-d8024d5307df', + 'content_boards': None, + 'detail': dict({ + 'attributes': list([ + ]), + 'availabilities': list([ + dict({ + 'actions': list([ + 'Details', + 'Fulfill', + 'Purchase', + 'Browse', + 'Curate', + 'Redeem', + ]), + 'availability_id': '9TWPXS4C28K1', + 'platforms': list([ + 'Xbox', + ]), + 'sku_id': '0001', + }), + ]), + 'capabilities': list([ + ]), + 'description': 'Hironobu Sakaguchi, the Father of the Final Fantasy series, and Artoon present the world of Blue Dragon on Xbox 360. Featuring the character design of Akira Toriyama, the Father of "Dragon Ball Z", and music by Nobuo Uematsu, the composer for Final Fantasy, Blue Dragon is an epic role-playing game (RPG) centered on five youngsters who possess miraculous strength and magical power to control shadow creatures that mirror the actions of their masters.', + 'developer_name': 'Mistwalker / Artoon', + 'genres': list([ + 'Role Playing', + ]), + 'min_age': 13, + 'publisher_name': 'Microsoft', + 'release_date': '2016-12-14T09:00:00+00:00', + 'short_description': 'Hironobu Sakaguchi, the Father of the Final Fantasy series, and Artoon present the world of Blue Dragon on Xbox 360. Featuring the character design of Akira Toriyama, the Father of "Dragon Ball Z", and music by Nobuo Uematsu, the composer for Final Fantasy, Blue Dragon is an epic role-playing game (RPG) centered on five youngsters who possess miraculous strength and magical power to control shadow creatures that mirror the actions of their masters.', + 'vui_display_name': 'Blue Dragon', + 'xbox_live_gold_required': False, + }), + 'devices': list([ + 'Xbox360', + 'XboxOne', + 'XboxSeries', + ]), + 'display_image': 'http://store-images.s-microsoft.com/image/apps.45451.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.3abf2cc3-00cc-417d-a93d-97110cdfb261', + 'friends_who_played': None, + 'game_pass': None, + 'images': list([ + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.35725.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.c4bf34f8-ad40-4af3-914e-a85e75a76bed', + }), + dict({ + 'type': 'BrandedKeyArt', + 'url': 'http://store-images.s-microsoft.com/image/apps.64736.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.6491fb2f-52e7-4129-bcbd-d23a67117ae0', + }), + dict({ + 'type': 'TitledHeroArt', + 'url': 'http://store-images.s-microsoft.com/image/apps.55545.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.4c2daefb-fbf6-4b90-b392-bf8ecc39a92e', + }), + dict({ + 'type': 'Poster', + 'url': 'http://store-images.s-microsoft.com/image/apps.22570.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.bf29284d-808a-4e4a-beaa-6621c9898d0e', + }), + dict({ + 'type': 'SuperHeroArt', + 'url': 'http://store-images.s-microsoft.com/image/apps.55545.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.4c2daefb-fbf6-4b90-b392-bf8ecc39a92e', + }), + dict({ + 'type': 'BoxArt', + 'url': 'http://store-images.s-microsoft.com/image/apps.45451.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.3abf2cc3-00cc-417d-a93d-97110cdfb261', + }), + dict({ + 'type': 'Logo', + 'url': 'http://store-images.s-microsoft.com/image/apps.35072.13670972585585116.70570f0d-17aa-4f97-b692-5412fa183673.25a97451-9369-4f6b-b66b-3427913235eb', + }), + dict({ + 'type': 'FeaturePromotionalSquareArt', + 'url': 'http://store-images.s-microsoft.com/image/apps.45451.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.3abf2cc3-00cc-417d-a93d-97110cdfb261', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.38628.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.c2a205af-5146-405b-b2b7-56845351f1f3', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.22150.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.b147895c-e947-424d-a731-faefc8c9906a', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.37559.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.479d2dc1-db2d-4ffa-8c54-a2bebb093ec6', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.32737.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.6a16ae3e-2918-46e9-90d9-232c79cb9d9d', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.57046.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.0c0dd072-aa27-4e83-9010-474dfbb42277', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.19315.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.6293a7b7-07ca-4df0-9eea-6018285a0a8d', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.23374.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.66498a73-52f5-4247-a1e2-d3c84b9b315d', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.64646.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.83182b76-4294-496d-90a7-f4e31e7aa80a', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.24470.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.72d2abc3-aa69-4aeb-960b-6f6d25f498e4', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.15604.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.27cee011-660b-49a4-bd33-38db6fff5226', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.39987.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.be285efe-78f8-4984-9d28-9159881bacd4', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.38206.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.2409803d-7378-4a69-a10b-1574ac42b98b', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.14938.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.ef6ee72c-4beb-45ec-bd10-6235bd6a7c7f', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.12835.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.6165ee24-df01-44f5-80fe-7411f9366d1c', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.40786.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.b7607a0d-0101-4864-9bf8-ad889f820489', + }), + dict({ + 'type': 'Screenshot', + 'url': 'http://store-images.s-microsoft.com/image/apps.55686.65457035095819016.56f55216-1bb9-40aa-8796-068cf3075fc1.ecbb0e91-36a9-4f76-ab1e-5a5de009840e', + }), + ]), + 'is_bundle': False, + 'is_streamable': None, + 'media_item_type': 'Xbox360Game', + 'modern_title_id': '644793037', + 'name': 'Blue Dragon', + 'pfn': None, + 'service_config_id': '7f2e0100-2f8c-4b64-b2be-675b266ec2cd', + 'stats': None, + 'title_history': None, + 'title_id': '1297287135', + 'type': 'Game', + 'windows_phone_product_id': None, + 'xbox_live_tier': 'Full', + }), + ]), + }) +# --- diff --git a/tests/components/xbox/test_diagnostics.py b/tests/components/xbox/test_diagnostics.py new file mode 100644 index 00000000000..cc471188a6a --- /dev/null +++ b/tests/components/xbox/test_diagnostics.py @@ -0,0 +1,32 @@ +"""Test for diagnostics platform of the Xbox integration.""" + +import pytest +from syrupy.assertion import SnapshotAssertion + +from homeassistant.config_entries import ConfigEntryState +from homeassistant.core import HomeAssistant + +from tests.common import MockConfigEntry +from tests.components.diagnostics import get_diagnostics_for_config_entry +from tests.typing import ClientSessionGenerator + + +@pytest.mark.usefixtures("xbox_live_client") +async def test_diagnostics( + hass: HomeAssistant, + hass_client: ClientSessionGenerator, + config_entry: MockConfigEntry, + snapshot: SnapshotAssertion, +) -> None: + """Test diagnostics.""" + + config_entry.add_to_hass(hass) + await hass.config_entries.async_setup(config_entry.entry_id) + await hass.async_block_till_done() + + assert config_entry.state is ConfigEntryState.LOADED + + assert ( + await get_diagnostics_for_config_entry(hass, hass_client, config_entry) + == snapshot + )