Not sure if posting all this is good but I grabbed the below from a website:
- {
- "type": "Page",
- "props": {
- "className": " seriesmain-template",
- "theme": {
- "animations": {
- "presets": {
- "fadeIn": {
- "from": {
- "opacity": "0",
- "transform": "translate3d(0, 0, 0)",
- "transition": "opacity 0.75s linear 0.25s, transform 0.5s linear 0.1s"
- },
- "to": {
- "opacity": "1",
- "transform": "translate3d(0, -63px, 0)"
- }
- },
- "card": {
- "from": {
- "transition": "all 0.2s",
- "transform": "scale(1) translateZ(0) perspective(1px)",
- "&:hover": {
- "boxShadow": "0 8px 22px -6px rgba(0, 0, 0, 0.3)",
- "transform": "scale(1.01) translateZ(0) perspective(1px)"
- }
- }
- },
- "carousel": {
- "from": {
- "transition": "all 0.2s",
- "transform": "scale(1) translateZ(0) perspective(1px)",
- "&:hover": {
- "transform": "scale(0.98) translateZ(0) perspective(1px)"
- }
- }
- },
- "blurIn": {
- "from": {
- "transition": "all 0.3s",
- "opacity": "0",
- "filter": "blur(5px)"
- },
- "to": {
- "opacity": "1",
- "filter": "none"
- }
- }
- },
- "timing": {
- "first": "0.2s",
- "second": "0.3s",
- "third": "0.5s",
- "fourth": "0.75s"
- },
- "transition": {
- "first": "all 0.2s ease-in-out",
- "second": "all 0.2s ease-in-out",
- "third": "all 0.2s ease-in-out",
- "fourth": "transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0)",
- "fifth": "all 0.3s ease-in-out"
- }
- },
- "breakpoints": {
- "breakpoints": {
- "xsmall": 0,
- "small": 660,
- "medium": 980,
- "large": 1200,
- "xlarge": 1600
- },
- "keys": [
- "xsmall",
- "small",
- "medium",
- "large",
- "xlarge"
- ]
- },
- "images": {
- "logoName": "wp-logo-white",
- "kidsHeader": {
- "dropdownArrowBackground": "url(\u002Fsvg\u002Fdropdown-arrow-background.svg)",
- "siteLogo": "url(\u002Fpng\u002Flogo-nickjr.png)"
- }
- },
- "layout": {
- "border": {
- "radius": 0
- },
- "grid": {
- "max-width": "1440px",
- "min-width": "288px",
- "width": "90%",
- "columns": {
- "default": 3,
- "oneItem": "3",
- "twoItem": "3",
- "threeItem": "3"
- },
- "outerMargins": {
- "xsmall": "-6px",
- "small": "-12px"
- },
- "margins": {
- "xsmall": "6px",
- "small": "12px"
- },
- "paddings": {
- "xsmall": "12px",
- "small": "24px"
- },
- "gutters": {
- "xsmall": "18px",
- "small": "24px"
- }
- },
- "spacer": {
- "component": "36px",
- "inner": "36px",
- "outer": 0,
- "default": "6px"
- }
- },
- "palette": {
- "background": {
- "first": "#49365E",
- "second": "#6A5B7B",
- "third": "#DBDBDB",
- "fourth": "#EDEDED",
- "fifth": "#AFAFAF",
- "sixth": "#3B3B3B",
- "seventh": "#5F5F5F"
- },
- "brand": {
- "first": "#455492",
- "second": "#ffcc00",
- "third": "#ffcc00"
- },
- "shadow": {
- "first": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",
- "second": "0 2px 8px 0 rgba(0, 0, 0, 0.08)",
- "third": "0 2px 4px 0 rgba(0, 0, 0, 0.08)"
- },
- "support": {
- "first": "#455492",
- "second": "#455492",
- "third": "#5aa700",
- "fourth": "#e0182d",
- "fifth": "#ffffff",
- "sixth": "#000000",
- "seventh": "#f6f6f6",
- "eighth": "#BFBEBE",
- "ninth": "#5E9ED6"
- },
- "text": {
- "first": "#ffffff",
- "second": "#8b8b8b",
- "third": "#000000",
- "fourth": "#767676",
- "fifth": "#A0A0A0"
- },
- "ui": {
- "first": "#f8f8f8",
- "second": "#ffffff",
- "third": "#dbdbdb",
- "fourth": "#000000",
- "fifth": "#111111",
- "sixth": "#262626"
- },
- "vendor": {
- "adchoices": "#0badcc",
- "discord": "#7289da",
- "email": "#393d40",
- "facebook": "#3b5998",
- "instagram": "#dd3276",
- "linkedin": "#0966c2",
- "pinterest": "#e60023",
- "snap": "#fffc00",
- "snapchat": "#fffc00",
- "tiktok": "#000000",
- "twitch": "#9146ff",
- "twitter": "#1da1f2",
- "youtube": "#ff0000"
- }
- },
- "shadows": {
- "first": "0 2px 4px 0 0 2px 4px 0 rgba(0, 0, 0, 0.08)",
- "second": "0 2px 4px 0 0 2px 4px 0 rgba(0, 0, 0, 0.08)",
- "third": "0 2px 4px 0 0 2px 4px 0 rgba(0, 0, 0, 0.08)",
- "fourth": "0 8px 22px -6px 0 2px 8px 0 rgba(0, 0, 0, 0.08);"
- },
- "typography": {
- "caption": {
- "fontFamily": "\"Montserrat\", sans-serif",
- "lineHeight": {
- "xsmall": 1.5
- },
- "fontSize": {
- "xsmall": "1.2rem"
- },
- "fontStyle": {
- "xsmall": "normal"
- },
- "textTransform": {
- "xsmall": "none"
- },
- "fontWeight": {
- "xsmall": 400
- }
- },
- "font": {
- "primary": "\"Montserrat\", sans-serif",
- "secondary": "\"Montserrat\", sans-serif"
- },
- "giga": {
- "fontFamily": "\"Montserrat\", sans-serif",
- "lineHeight": 1,
- "fontSize": "5.4rem",
- "fontStyle": {
- "xsmall": "normal"
- },
- "textTransform": {
- "xsmall": "none"
- },
- "fontWeight": 900
- },
- "kilo": {
- "fontFamily": "\"Montserrat\", sans-serif",
- "lineHeight": 1.15,
- "fontSize": "3.0rem",
- "fontStyle": {
- "xsmall": "normal"
- },
- "textTransform": {
- "xsmall": "none"
- },
- "fontWeight": 900
- },
- "mega": {
- "fontFamily": "\"Montserrat\", sans-serif",
- "lineHeight": 1.2,
- "fontSize": {
- "xsmall": "1.8rem",
- "small": "4.2rem"
- },
- "fontStyle": {
- "xsmall": "normal"
- },
- "textTransform": {
- "xsmall": "none"
- },
- "fontWeight": 900
- },
- "micro": {
- "fontFamily": "\"Montserrat\", sans-serif",
- "lineHeight": {
- "xsmall": 1.25
- },
- "fontSize": {
- "xsmall": "1.8rem",
- "small": "1.8rem"
- },
- "fontStyle": {
- "xsmall": "normal"
- },
- "textTransform": {
- "xsmall": "none"
- },
- "fontWeight": 800
- },
- "milli": {
- "fontFamily": "\"Montserrat\", sans-serif",
- "lineHeight": {
- "xsmall": 1.25
- },
- "fontSize": {
- "xsmall": "2.0rem",
- "small": "2.4rem"
- },
- "fontStyle": {
- "xsmall": "normal"
- },
- "textTransform": {
- "xsmall": "none"
- },
- "fontWeight": 800
- },
- "nano": {
- "fontFamily": "\"Montserrat\", sans-serif",
- "lineHeight": {
- "xsmall": 1.25
- },
- "fontSize": {
- "xsmall": "1.2rem",
- "small": "1.4rem"
- },
- "fontStyle": {
- "xsmall": "normal"
- },
- "textTransform": "uppercase",
- "fontWeight": {
- "xsmall": 700
- }
- },
- "p1": {
- "fontFamily": "\"Montserrat\", sans-serif",
- "lineHeight": {
- "xsmall": 1.5
- },
- "fontSize": {
- "xsmall": "1.6rem"
- },
- "fontStyle": {
- "xsmall": "normal"
- },
- "textTransform": {
- "xsmall": "none"
- },
- "fontWeight": {
- "xsmall": 400
- }
- },
- "p2": {
- "fontFamily": "\"Montserrat\", sans-serif",
- "lineHeight": {
- "xsmall": 1.5
- },
- "fontSize": {
- "xsmall": "1.4rem"
- },
- "fontStyle": {
- "xsmall": "normal"
- },
- "textTransform": {
- "xsmall": "none"
- },
- "fontWeight": {
- "xsmall": 400
- }
- },
- "pico": {
- "fontFamily": "\"Montserrat\", sans-serif",
- "lineHeight": {
- "xsmall": 1.25
- },
- "fontSize": {
- "xsmall": "1.2rem"
- },
- "fontStyle": {
- "xsmall": "normal"
- },
- "textTransform": {
- "xsmall": "none"
- },
- "fontWeight": {
- "xsmall": 700
- }
- },
- "tera": {
- "fontFamily": "\"Montserrat\", sans-serif",
- "lineHeight": 1,
- "fontSize": "5rem",
- "fontStyle": {
- "xsmall": "normal"
- },
- "textTransform": {
- "xsmall": "none"
- },
- "fontWeight": 900
- }
- },
- "zIndex": {
- "below": -10,
- "base": 1,
- "high": 10,
- "over": 100,
- "modal": 1000
- },
- "overrides": {
- "kidsHeader": {
- "headerHeight": {
- "default": "46px",
- "desktop": "83px"
- },
- "characterNavigationHeight": {
- "default": "120px",
- "desktop": "144px"
- },
- "logoBackgroundSize": {
- "default": "86px 24px",
- "desktop": "119px 33px"
- },
- "logoHeight": {
- "default": "46px",
- "desktop": "33px"
- },
- "logoWidth": {
- "default": "86px",
- "desktop": "119px"
- }
- },
- "headerV2": {
- "divider": {
- "color": "#262626"
- },
- "header": {
- "background": "#111111",
- "color": "#ffffff"
- },
- "headerLinks": {
- "&:hover": {
- "color": "#ffcc00"
- },
- "background": "#171717",
- "color": "#f8f8f8"
- },
- "leaderboard": {
- "backgroundColor": "#262626"
- },
- "subNavigation": {
- "backgroundColor": "#111111",
- "color": "#ffffff"
- },
- "title": {
- "color": "#ffcc00"
- },
- "logo": {
- "primary": {
- "backgroundColor": "transparent",
- "backgroundImage": "url(\u002Fpng\u002Flogo.png)",
- "backgroundPosition": "center",
- "backgroundRepeat": "no-repeat",
- "backgroundSize": "contain",
- "color": "#ffffff",
- "content": "",
- "fontSize": 0,
- "height": "43px",
- "width": "235px",
- "@media (min-width: 660px)": {
- "fontSize": "38px",
- "height": "37px",
- "width": "445px",
- "backgroundImage": "url(\u002Fpng\u002Flogo.png)"
- }
- },
- "container": {
- "height": "110px"
- }
- }
- },
- "card": {
- "logo": {
- "maxHeight": "50px",
- "@media (min-width: 980px)": {
- "maxHeight": "75px"
- }
- }
- },
- "logosStrip": {
- "item": {
- "default": {
- "padding": "5px"
- },
- "primaryTier": {
- "padding": "9px 7px 7px 9px"
- },
- "secondaryTier": {
- "padding": "7px 6px 6px 7px"
- }
- }
- },
- "Card": {
- "kids": {
- "borderRadius": "8px",
- "overflow": "hidden",
- "AlertLabel": {
- "padding": "5px 8px"
- },
- "Header": {
- "wide": {
- "lineHeight": 0.9
- }
- },
- "TimestampLabel": {
- "fontWeight": 700
- }
- }
- },
- "CharacterNavigation": {
- "Carousel": {
- "PrevNextButtons": {
- "PrevButton": {
- "borderRadius": "0 8px 8px 0"
- },
- "NextButton": {
- "borderRadius": "8px 0 0 8px"
- }
- }
- },
- "Tooltip": {
- "Balloon": {
- "borderRadius": "8px",
- "boxShadow": "0 2px 4px 0 rgba(0,0,0,0.08)"
- },
- "BalloonInner": {
- "backgroundColor": "#fff",
- "borderRadius": "7px",
- "padding": "24px 12px"
- },
- "Body": {
- "color": "#000",
- "textTransform": "uppercase",
- "fontFamily": "\"Montserrat\", sans-serif",
- "fontWeight": 700,
- "fontSize": "13px"
- },
- "Point": {
- "&::before": {
- "borderBottomColor": "#fff"
- }
- }
- },
- "Newsletter": {
- "iframe": {
- "minHeight": "150px"
- }
- }
- },
- "button": {
- "default": {
- "padding": "0.81428em 1.14285em 0.85857em 1.14285em",
- "textTransform": "uppercase"
- },
- "primary": {
- "backgroundColor": "#ffcc00",
- "color": "#000000",
- "&:hover, &:focus": {
- "color": "#000000",
- "backgroundColor": "#ffcc00"
- }
- },
- "secondary": {
- "&:hover, &:focus": {
- "backgroundColor": "#c5c5c5"
- }
- },
- "inverse": {
- "&:hover, &:focus": {
- "backgroundColor": "#e9e9e9"
- }
- }
- },
- "sectionHeader": {
- "font": "normal 900 5rem\u002F1 \"Montserrat\", sans-serif",
- "textTransform": "none",
- "letterSpacing": "-1.5px",
- "fontWeight": 900
- }
- }
- },
- "authSuiteConfig": {
- "authSuiteEnv": {
- "adobeUrl": "https:\u002F\u002Fapi.auth.adobe.com",
- "authSuiteUrl": "https:\u002F\u002Fauth.mtvnservices.com",
- "isisUrl": "https:\u002F\u002Fmusicjsonpath-a.akamaihd.net",
- "tveUrl": "https:\u002F\u002Ftve.mtvnservices.com",
- "xboxUrl": "https:\u002F\u002Fxbox.mtvnservices.com",
- "providerKeys": [
- {
- "providerCode": "virginmedia",
- "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnKzRgyQk6LhXRfL5eSRitXo0TT52F4VPM2prJQQtApL\u002Fs34a\nDJM7M+9lBIVwAyqSWcEsA7dKDGVq+A1tBmJxgpRBXfjqUkCdOmMzrvATsek\u002FCUE2\nVPxm0kT+sxkxQ6n0qB9\u002FYdetZMkAayPYkM3+a6a4vlSbIkoxNzlQ06bi622hgNBK\nBTGsoK3L60nlZNji1jQ\u002Ftcyo2o0WsL1HCpBR1BWcgdm01846u+WVq41zJi9ea6v2\nU34PuEeMZ3Sm9MMiM6mdRagkJX60dS8DzXTYW29vZojk+QvejrCy3lg40Ku7SsD7\nFjKiAiYgFY07Z7OPZk44gGNsvOAvNLwM3Oj0kQIDAQABAoIBAQCDweonyRupAm2S\ni7U1JV5Fk9GsLB0PxrJGYPZeGNbpVUnoXuH1NVQSZv6jALykTQbqqEMllNyW9Csz\nE8deGSewUpFuP8h\u002FB4ux8H8kXQ2TDr5OQCM68VBfAFrZrxP4\u002FVKcmHB9je1p1oed\nknWrwTB2w6yVk30rJw2gjXjlpXEr3qOFh4QpT\u002FXUzITmZrtkfcST43xmBOCiLsvN\nReT76Zj5QWAhBrXgq9qf14\u002FBwIHtoDDTiQFY99NBmu6oTeFizA+ykMXa0k2c+31P\n8sPEDiGRu1iUMhH4xVWBOOWlVwxnNyXLcRkNKnDxEpSh43k+o2ufDioGd3LW\u002Fvo5\nGKQSvrkJAoGBAMzz8V\u002Fl+aU74P7ltkgjtxMqIqMEhOPaqUnkeWViiqTs7\u002F9BJUap\n5v398zDI1CHlbOpLuypN9vV9Tt649+nb51t1SeJGe15VIUitrlufOFvBoptfgGZY\noP10XxfM2H7dY93115F1iyNow0e23Q8QYajYqyzOdHFvgOZ2PAetI7yTAoGBAMOy\nnq1AR+P+9pQixrpYMX8tZG38SjNPurYL+eyEXXXRzBmrboxMwY07A9n\u002FGmXNLMYP\n+OABECxGG+nfvU3w6i69jePDMI+aDSotVl72rvxWLzcm8zX56OKm0P5DnUdNoF+Z\nriaEPTDAqm8dJdxiCYzW0F2jRG7KmZv\u002F0nsPE2TLAoGALhfSuiGLgpiz4j+hPhoi\nK0I3pff3NxNPLVof3yhJTAwpcXuiOYEufQLm9ZrE8paZZxv\u002FDOWZ294Bpd9tif+1\nyYDYS\u002FZT+oQkxyagZuSpFSG4Qz84LkxScI4CcOTV77o0oo+Omp0X3K\u002FL803x61hg\nzktkO+B2mahdEfeXSpaqydcCgYAUh3lj3VltToLZeWh1hejzWXSuoQe7qEKC9HCs\nYhpX0MFjc\u002Ftt1mN7iFRYGw3O3h4zTNujzBjBPD2TZDg8o+g9LP9khEZk2hlFcmoc\nHi6vI+9iDsD2yZenpy5Hbhpir38CaGG\u002FgqHUqnF2pI0jOFmeH67OE+GK6dABcG3J\nIQS8zwKBgDlLviHdyrGsiM3eUwqbFpHbXuopxvz75MBLU6\u002FXTOzSbUBQBYUD244b\nZKiyiB61Gxh5Q4566SO+sgJBvg9CM20au\u002FgqUV2KpZM7R8zwkxZFIQpvDwQEtISa\ncs58wc9AMoM7haKNDniFfIrds2I1BTtTXjvAsHk5ozwW+PANgxOH\n-----END RSA PRIVATE KEY-----\n"
- }
- ]
- }
- },
- "balaExclusionList": [
- "AT",
- "BE",
- "BG",
- "HR",
- "CY",
- "CZ",
- "DK",
- "EE",
- "FI",
- "FR",
- "DE",
- "GR",
- "HU",
- "IS",
- "IE",
- "IT",
- "LV",
- "LT",
- "LU",
- "MT",
- "NL",
- "NO",
- "PL",
- "PT",
- "RO",
- "SK",
- "SI",
- "ES",
- "SE",
- "GB"
- ],
- "bentoURL": "https:\u002F\u002Fbtg.mtvnservices.com\u002Faria\u002Fbentojs.js?site=webplex-southpark-cc&v=2.4.1",
- "featureFlags": {
- "test2": true,
- "isContinueWatchingEnabled": true,
- "test1": true
- },
- "edenConfig": null,
- "helmet": {
- "helmet": {
- "base": {
-
- },
- "bodyAttributes": {
-
- },
- "htmlAttributes": {
-
- },
- "link": {
-
- },
- "meta": {
-
- },
- "noscript": {
-
- },
- "script": {
-
- },
- "style": {
-
- },
- "title": {
-
- }
- }
- }
- },
- "children": [
- {
- "type": "PageHead",
- "props": {
- "title": {
- "text": "South Park - Season 24 - TV Series | South Park Studios US"
- },
- "metaTags": {
- "items": [
- {
- "name": "app_version",
- "content": "0aec028e7-2090-2020-11-17"
- },
- {
- "name": "robots",
- "content": "noydir,noodp"
- },
- {
- "name": "viewport",
- "content": "width=device-width, initial-scale=1, user-scalable=1, maximum-scale=2"
- },
- {
- "name": "theme-color",
- "content": "#000000"
- },
- {
- "name": "msapplication-config",
- "content": "\u002Fbrowserconfig.xml"
- },
- {
- "name": "description",
- "content": "Relive the dawn of the South Park era, with legendary episodes of the groundbreaking, Emmyr Award-winning animated classic. Follow everyone's favorite troublemakers-Stan, Kyle, Cartman and Kenny--from the very beginning of their unforgettable adventu"
- },
- {
- "name": "original-source",
- "content": "https:\u002F\u002Fsouthpark.cc.com\u002Fseasons\u002Fsouth-park"
- },
- {
- "name": "video:duration"
- },
- {
- "name": "video:release_date"
- },
- {
- "name": "video:series"
- },
- {
- "property": "search:title",
- "content": "South Park"
- },
- {
- "property": "search:description",
- "content": "Relive the dawn of the South Park era, with legendary episodes of the groundbreaking, Emmyr Award-winning animated classic. Follow everyone's favorite troublemakers-Stan, Kyle, Cartman and Kenny--from the very beginning of their unforgettable adventures."
- },
- {
- "property": "search:imageUrl",
- "content": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:2de59510-03a1-4c75-be2c-5618cb5fc220?quality=0.7"
- },
- {
- "property": "search:imageHeight",
- "content": 1920
- },
- {
- "property": "search:imageWidth",
- "content": 1280
- },
- {
- "property": "search:imageRatio",
- "content": "2:3"
- },
- {
- "property": "search:url",
- "content": "\u002Fseasons\u002Fsouth-park"
- },
- {
- "property": "search:contentType",
- "content": "Series"
- },
- {
- "property": "search:bucketName",
- "content": "Series"
- },
- {
- "property": "search:labelName",
- "content": "Show"
- }
- ]
- },
- "headerLinks": {
- "items": [
- {
- "rel": "shortcut icon",
- "href": "\u002Ffavicon.ico",
- "type": "image\u002Fx-icon"
- },
- {
- "rel": "dns-prefetch",
- "href": "\u002F\u002Fbtg.mtvnservices.com"
- },
- {
- "rel": "dns-prefetch",
- "href": "\u002F\u002Fmedia.mtvnservices.com"
- },
- {
- "rel": "dns-prefetch",
- "href": "\u002F\u002Fmb.mtvnservices.com"
- },
- {
- "rel": "dns-prefetch",
- "href": "\u002F\u002Fbam.nr-data.net"
- },
- {
- "rel": "dns-prefetch",
- "href": "\u002F\u002Fsb.scorecardresearch.com"
- },
- {
- "rel": "dns-prefetch",
- "href": "\u002F\u002Fdpm.demdex.net"
- },
- {
- "rel": "dns-prefetch",
- "href": "\u002F\u002Fconnect.facebook.net"
- },
- {
- "rel": "dns-prefetch",
- "href": "\u002F\u002Fwww.googletagmanager.com"
- },
- {
- "rel": "dns-prefetch",
- "href": "\u002F\u002Fassets.adobetm.com"
- },
- {
- "rel": "apple-touch-icon",
- "href": "\u002Fapple-touch-icon-57x57.png",
- "sizes": "57x57"
- },
- {
- "rel": "apple-touch-icon",
- "href": "\u002Fapple-touch-icon-60x60.png",
- "sizes": "60x60"
- },
- {
- "rel": "apple-touch-icon",
- "href": "\u002Fapple-touch-icon-72x72.png",
- "sizes": "72x72"
- },
- {
- "rel": "apple-touch-icon",
- "href": "\u002Fapple-touch-icon-76x76.png",
- "sizes": "76x76"
- },
- {
- "rel": "apple-touch-icon",
- "href": "\u002Fapple-touch-icon-120x120.png",
- "sizes": "120x120"
- },
- {
- "rel": "apple-touch-icon",
- "href": "\u002Fapple-touch-icon-144x144.png",
- "sizes": "144x144"
- },
- {
- "rel": "apple-touch-icon",
- "href": "\u002Fapple-touch-icon-152x152.png",
- "sizes": "152x152"
- },
- {
- "rel": "apple-touch-icon",
- "href": "\u002Fapple-touch-icon-167x167.png",
- "sizes": "167x167"
- },
- {
- "rel": "apple-touch-icon",
- "href": "\u002Fapple-touch-icon-180x180.png",
- "sizes": "180x180"
- },
- {
- "rel": "apple-touch-icon",
- "href": "\u002Fapple-touch-icon.png",
- "sizes": "180x180"
- },
- {
- "rel": "icon",
- "href": "\u002Ffavicon-16x16.png",
- "sizes": "16x16",
- "type": "image\u002Fpng"
- },
- {
- "rel": "icon",
- "href": "\u002Ffavicon-32x32.png",
- "sizes": "32x32",
- "type": "image\u002Fpng"
- },
- {
- "rel": "mask-icon",
- "href": "\u002Fsafari-pinned-tab.svg",
- "color": "#000000"
- },
- {
- "rel": "canonical",
- "href": "https:\u002F\u002Fsouthpark.cc.com\u002Fseasons\u002Fsouth-park"
- }
- ]
- },
- "ogTags": {
- "items": [
- {
- "property": "og:site_name",
- "content": "South Park United States"
- },
- {
- "property": "og:image:type",
- "content": "image\u002Fjpeg"
- },
- {
- "property": "og:image:width",
- "content": "640"
- },
- {
- "property": "og:image:height",
- "content": "360"
- },
- {
- "property": "og:description",
- "content": "Relive the dawn of the South Park era, with legendary episodes of the groundbreaking, Emmyr Award-winning animated classic. Follow everyone's favorite troublemakers-Stan, Kyle, Cartman and Kenny--from the very beginning of their unforgettable adventures."
- },
- {
- "property": "og:title",
- "content": "South Park - Season 24 - TV Series | South Park Studios US"
- },
- {
- "property": "og:image",
- "content": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:2de59510-03a1-4c75-be2c-5618cb5fc220?quality=0.7"
- },
- {
- "property": "og:url",
- "content": "https:\u002F\u002Fsouthpark.cc.com\u002Fseasons\u002Fsouth-park"
- },
- {
- "property": "og:type",
- "content": "video.tv_show"
- }
- ]
- },
- "twitterCards": {
- "items": [
- {
- "name": "twitter:card",
- "content": "summary_large_image"
- },
- {
- "name": "twitter:description",
- "content": "Relive the dawn of the South Park era, with legendary episodes of the groundbreaking, Emmyr Award-winning animated classic. Follow everyone's favorite troublemakers-Stan, Kyle, Cartman and Kenny--from the very beginning of their unforgettable adventures."
- },
- {
- "name": "twitter:title",
- "content": "South Park - Season 24 - TV Series | South Park Studios US"
- },
- {
- "name": "twitter:image",
- "content": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:2de59510-03a1-4c75-be2c-5618cb5fc220?quality=0.7"
- }
- ]
- },
- "platformMetaTags": {
- "items": [
-
- ]
- },
- "googleTagManagerConfig": {
-
- },
- "newRelicConfig": {
- "appId": "284742914",
- "licenseKey": "1ac7d5dd09",
- "accountId": "1519096",
- "trustKey": "2321606"
- },
- "adobeLaunchConfig": {
- "isAdobeLaunchEnabled": true,
- "adobeLaunchSrc": "\u002F\u002Fassets.adobedtm.com\u002Flaunch-EN81b21777729747bfa36a45dcc011edff.min.js"
- },
- "bentoIsDisabled": false,
- "projectXConfig": {
- "region": "us"
- },
- "isNS1ScriptEnabled": true,
- "isOutbrainScriptEnabled": false,
- "userAccountConfig": {
- "isUserAccountEnabled": true,
- "userAccountScript": "https:\u002F\u002Fstage-southpark-cc-com.webplex.vmn.io\u002Faccount\u002FuserIconStateToggle.min.js"
- },
- "isAudioEyeEnabled": false,
- "adobeLaunchScript": ""
- }
- },
- {
- "type": "Anchor",
- "props": {
- "sectionName": "top"
- }
- },
- {
- "type": "Search",
- "props": {
- "trendingResults": [
- {
- "type": "video",
- "id": "4f118529-036b-11eb-834d-70df2f866ace",
- "media": {
- "badge": {
- "title": "Video"
- },
- "duration": "02:53",
- "image": {
- "id": "bab6c159-8670-4296-8eed-0f8912941913",
- "width": 1920,
- "height": 1080,
- "aspectRatio": "16:9",
- "resizable": false,
- "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc02-cartmans-pandemic-song-1920x1080.jpg",
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:bab6c159-8670-4296-8eed-0f8912941913?quality=0.7",
- "shortId": "zqksb3",
- "imageCredits": [
-
- ]
- },
- "authorization": null,
- "lockedLabel": null
- },
- "meta": {
- "label": [
- {
- "title": "South Park"
- },
- {
- "title": "S24 E1"
- }
- ],
- "header": {
- "title": "Cartman's Pandemic Song"
- },
- "subHeader": null,
- "date": "09\u002F30\u002F2020",
- "description": "Cartman sings about all the ways the pandemic has made his life better."
- },
- "url": "\u002Fvideo-clips\u002F73zxz0\u002Fsouth-park-cartman-s-pandemic-song",
- "ariaLabel": null
- },
- {
- "type": "video",
- "id": "3cebaf34-036d-11eb-834d-70df2f866ace",
- "media": {
- "badge": {
- "title": "Video"
- },
- "duration": "01:11",
- "image": {
- "id": "e693312e-f158-449a-8051-d7810e623f6d",
- "width": 1920,
- "height": 1080,
- "aspectRatio": "16:9",
- "resizable": false,
- "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc12-trust-me-jimbo-1920x1080_fix.jpg",
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:e693312e-f158-449a-8051-d7810e623f6d?quality=0.7",
- "shortId": "846gkj",
- "imageCredits": [
-
- ]
- },
- "authorization": null,
- "lockedLabel": null
- },
- "meta": {
- "label": [
- {
- "title": "South Park"
- },
- {
- "title": "S24 E1"
- }
- ],
- "header": {
- "title": "Trust Me, Jimbo"
- },
- "subHeader": null,
- "date": "09\u002F30\u002F2020",
- "description": "Thinking he has found a cure to the Covid-19 pandemic, Randy tests his theory on a bed-ridden Jimbo."
- },
- "url": "\u002Fvideo-clips\u002Fkko3om\u002Fsouth-park-trust-me-jimbo",
- "ariaLabel": null
- },
- {
- "type": "video",
- "id": "24240bbe-036b-11eb-834d-70df2f866ace",
- "media": {
- "badge": {
- "title": "Video"
- },
- "duration": "01:21",
- "image": {
- "id": "a7d7e1de-8f0a-4905-952f-1b48e186c695",
- "width": 1920,
- "height": 1080,
- "aspectRatio": "16:9",
- "resizable": false,
- "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc10-south-park-elementary-on-lock-down-1920x1080.jpg",
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:a7d7e1de-8f0a-4905-952f-1b48e186c695?quality=0.7",
- "shortId": "pgb7u3",
- "imageCredits": [
-
- ]
- },
- "authorization": null,
- "lockedLabel": null
- },
- "meta": {
- "label": [
- {
- "title": "South Park"
- },
- {
- "title": "S24 E1"
- }
- ],
- "header": {
- "title": "South Park Elementary on Lock Down"
- },
- "subHeader": null,
- "date": "09\u002F30\u002F2020",
- "description": "Mr. Mackey informs the families about a Covid-19 exposure at the school. Meanwhile, the kids learn they will have to stay at school for two weeks, in quarantine."
- },
- "url": "\u002Fvideo-clips\u002Fneit8h\u002Fsouth-park-south-park-elementary-on-lock-down",
- "ariaLabel": null
- },
- {
- "type": "video",
- "id": "ec397bbe-036c-11eb-834d-70df2f866ace",
- "media": {
- "badge": {
- "title": "Video"
- },
- "duration": "01:06",
- "image": {
- "id": "827db9ae-1645-447e-9c82-15664496a264",
- "width": 1920,
- "height": 1080,
- "aspectRatio": "16:9",
- "resizable": false,
- "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc14-randy-homeade-covid-cure-1920x1080.jpg",
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:827db9ae-1645-447e-9c82-15664496a264?quality=0.7",
- "shortId": "74t4d1",
- "imageCredits": [
-
- ]
- },
- "authorization": null,
- "lockedLabel": null
- },
- "meta": {
- "label": [
- {
- "title": "South Park"
- },
- {
- "title": "S24 E1"
- }
- ],
- "header": {
- "title": "Randy's Homemade Covid-19 Cure"
- },
- "subHeader": null,
- "date": "09\u002F30\u002F2020",
- "description": "With Jimbo feeling better, Randy is sure he's figured out how to get the \"cure\" to everyone in South Park."
- },
- "url": "\u002Fvideo-clips\u002Fgqxbt5\u002Fsouth-park-randy-s-homemade-covid-19-cure",
- "ariaLabel": null
- },
- {
- "type": "video",
- "id": "21d9fe87-0369-11eb-834d-70df2f866ace",
- "media": {
- "badge": {
- "title": "Video"
- },
- "duration": "02:52",
- "image": {
- "id": "f32feab5-4d3c-475f-99c0-5a2afd3a5e00",
- "width": 1920,
- "height": 1080,
- "aspectRatio": "16:9",
- "resizable": false,
- "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc01-protesting-or-rioting-1920x1080.jpg",
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:f32feab5-4d3c-475f-99c0-5a2afd3a5e00?quality=0.7",
- "shortId": "50v05q",
- "imageCredits": [
-
- ]
- },
- "authorization": null,
- "lockedLabel": null
- },
- "meta": {
- "label": [
- {
- "title": "South Park"
- },
- {
- "title": "S24 E1"
- }
- ],
- "header": {
- "title": "Are We Protesting or Are We Rioting?"
- },
- "subHeader": null,
- "date": "09\u002F30\u002F2020",
- "description": "Randy invites the whole town to be Together With Tegridy. Meanwhile, Sharon thinks he is being selfish."
- },
- "url": "\u002Fvideo-clips\u002Fyhhr4b\u002Fsouth-park-are-we-protesting-or-are-we-rioting",
- "ariaLabel": null
- },
- {
- "type": "video",
- "id": "671419a9-036c-11eb-834d-70df2f866ace",
- "media": {
- "badge": {
- "title": "Video"
- },
- "duration": "03:08",
- "image": {
- "id": "a3efb778-fc04-46b3-9270-86f7213c32bc",
- "width": 1920,
- "height": 1080,
- "aspectRatio": "16:9",
- "resizable": false,
- "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc16-is-that-a-mustache-1920x1080.jpg",
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:a3efb778-fc04-46b3-9270-86f7213c32bc?quality=0.7",
- "shortId": "xfg4i6",
- "imageCredits": [
-
- ]
- },
- "authorization": null,
- "lockedLabel": null
- },
- "meta": {
- "label": [
- {
- "title": "South Park"
- },
- {
- "title": "S24 E1"
- }
- ],
- "header": {
- "title": "Is That a Mustache?"
- },
- "subHeader": null,
- "date": "09\u002F30\u002F2020",
- "description": "Jimbo's recovery takes a turn for the worse when he develops a new symptom. Meanwhile Dr. Fauci arrives to offer advice to the residents of South Park."
- },
- "url": "\u002Fvideo-clips\u002Fcicmv4\u002Fsouth-park-is-that-a-mustache",
- "ariaLabel": null
- },
- {
- "type": "video",
- "id": "8e910d2b-036d-11eb-834d-70df2f866ace",
- "media": {
- "badge": {
- "title": "Video"
- },
- "duration": "01:31",
- "image": {
- "id": "8f6540e3-c732-4fee-b42e-e4fd52caede5",
- "width": 1920,
- "height": 1080,
- "aspectRatio": "16:9",
- "resizable": false,
- "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc22-its-time-everyone-knew-what-started-the-pandemic-1920x1080.jpg",
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:8f6540e3-c732-4fee-b42e-e4fd52caede5?quality=0.7",
- "shortId": "kswr2n",
- "imageCredits": [
-
- ]
- },
- "authorization": null,
- "lockedLabel": null
- },
- "meta": {
- "label": [
- {
- "title": "South Park"
- },
- {
- "title": "S24 E1"
- }
- ],
- "header": {
- "title": "It's Time Everyone Knew What Started the Pandemic"
- },
- "subHeader": null,
- "date": "09\u002F30\u002F2020",
- "description": "Randy decides to come clean about his role in the pandemic, but changes his mind after talking to Sharon."
- },
- "url": "\u002Fvideo-clips\u002F8hdo7o\u002Fsouth-park-it-s-time-everyone-knew-what-started-the-pandemic",
- "ariaLabel": null
- },
- {
- "type": "video",
- "id": "935ed9c9-036c-11eb-834d-70df2f866ace",
- "media": {
- "badge": {
- "title": "Video"
- },
- "duration": "02:10",
- "image": {
- "id": "d90e707d-4b52-41c7-8531-bcec94a69dfb",
- "width": 1920,
- "height": 1080,
- "aspectRatio": "16:9",
- "resizable": false,
- "title": "mgid:file:gsp:entertainment-assets:\u002Fcc\u002Fimages\u002Fshows\u002Fsouth-park\u002Fclip-thumbnails\u002Fseason-24\u002F2401\u002Fc17-we-have-to-get-out-of-here-1920x1080.jpg",
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:d90e707d-4b52-41c7-8531-bcec94a69dfb?quality=0.7",
- "shortId": "6ltqmj",
- "imageCredits": [
-
- ]
- },
- "authorization": null,
- "lockedLabel": null
- },
- "meta": {
- "label": [
- {
- "title": "South Park"
- },
- {
- "title": "S24 E1"
- }
- ],
- "header": {
- "title": "We Have to Get Out of Here"
- },
- "subHeader": null,
- "date": "09\u002F30\u002F2020",
- "description": "Stan hatches a plan to bust everyone out of school lockdown and get back to normal. Cartman has a different idea of what normal is."
- },
- "url": "\u002Fvideo-clips\u002Fkt5e9x\u002Fsouth-park-we-have-to-get-out-of-here",
- "ariaLabel": null
- }
- ],
- "seriesTrendingResults": null,
- "seasonLabel": "Season",
- "episodeLabel": "Ep",
- "searchURL": "\u002Fapi\u002Fsearch",
- "tabs": [
- {
- "label": "All Results",
- "bucket": "All"
- },
- {
- "label": "Seasons",
- "bucket": "Series"
- },
- {
- "label": "Episodes",
- "bucket": "Episode"
- },
- {
- "label": "Clips",
- "bucket": "Video"
- },
- {
- "label": "News",
- "bucket": "Article"
- }
- ],
- "failedResultText": "We can't find that, but give one of these a try",
- "header": "Trending",
- "placeHolderText": "What are you looking for?",
- "showId": "27964d3c-ecfd-11e0-aca6-0026b9414f30",
- "closeLabel": "Close",
- "thisShowLabel": "This Show",
- "wholeSiteLabel": "Whole Site",
- "isSearchSeriesEnabled": false,
- "defaultImage": {
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:file:gsp:entertainment-assets:\u002Fwebplex\u002Fsite\u002Fsouthpark\u002Fimages\u002Fsouthpark_missing_1920x1080.jpg",
- "height": 1080,
- "width": 1920
- }
- }
- },
- {
- "type": "Ad",
- "props": {
- "adSizes": [
-
- ]
- }
- },
- {
- "type": "GlobalMessageBar",
- "props": {
-
- }
- },
- {
- "type": "MainContainer",
- "children": [
- {
- "type": "Ad",
- "props": {
- "adSizes": [
- "1x1"
- ],
- "dataRefreshRate": "0",
- "adLabel": "ADVERTISEMENT"
- }
- },
- {
- "type": "SeriesHeaderV2",
- "props": {
- "className": "header--series-main",
- "logo": {
- "ariaLabel": "South Park Studios US home",
- "url": "\u002F"
- },
- "mainNav": {
- "items": [
- {
- "title": "Full Episodes",
- "url": "\u002Fseasons\u002Fsouth-park",
- "seeAllLinkText": "Full Episodes",
- "entries": [
- {
- "title": "Free Episodes",
- "url": "\u002Fepisodes",
- "entries": [
-
- ]
- },
- {
- "title": "Collections",
- "url": "\u002Fcollections",
- "entries": [
-
- ]
- },
- {
- "title": "Random Episode",
- "url": "\u002Frandom-episode",
- "entries": [
-
- ]
- },
- {
- "title": "Episodios en Español",
- "url": "\u002Fes\u002Fseasons\u002Fsouth-park",
- "entries": [
-
- ]
- }
- ]
- },
- {
- "title": "Wiki",
- "url": "\u002Fwiki",
- "entries": [
-
- ]
- },
- {
- "title": "News",
- "url": "\u002Fnews",
- "entries": [
-
- ]
- },
- {
- "title": "Avatar",
- "url": "\u002Finfo\u002Flv0nha\u002Favatar",
- "entries": [
-
- ]
- },
- {
- "title": "Shop",
- "url": "https:\u002F\u002Fwww.southparkshop.com\u002F?utm_source=southpark&utm_medium=referral&utm_campaign=southpar-navigation",
- "entries": [
-
- ]
- },
- {
- "title": "Forum",
- "url": "\u002Fforum",
- "entries": [
-
- ]
- },
- {
- "title": "More",
- "url": "#",
- "entries": [
- {
- "title": "Games",
- "url": "\u002Fgames",
- "entries": [
-
- ]
- },
- {
- "title": "Tegridy Farms",
- "url": "https:\u002F\u002Fcart.mn\u002Ftgdf",
- "isPopUp": "true",
- "entries": [
-
- ]
- },
- {
- "title": "The Book of Mormon",
- "url": "https:\u002F\u002Fcart.mn\u002Fbom",
- "isPopUp": "true",
- "entries": [
-
- ]
- }
- ]
- }
- ]
- },
- "hamburgerNav": {
- "socialLinks": null,
- "items": [
- {
- "url": "\u002F",
- "title": "Home"
- },
- {
- "title": "Account",
- "url": "\u002Faccount",
- "icon": "user",
- "hamburgerDisplay": "true",
- "entries": [
-
- ]
- },
- {
- "title": "Full Episodes",
- "url": "\u002Fseasons\u002Fsouth-park",
- "seeAllLinkText": "Full Episodes",
- "entries": [
- {
- "title": "Free Episodes",
- "url": "\u002Fepisodes",
- "entries": [
-
- ]
- },
- {
- "title": "Collections",
- "url": "\u002Fcollections",
- "entries": [
-
- ]
- },
- {
- "title": "Random Episode",
- "url": "\u002Frandom-episode",
- "entries": [
-
- ]
- },
- {
- "title": "Episodios en Español",
- "url": "\u002Fes\u002Fseasons\u002Fsouth-park",
- "entries": [
-
- ]
- }
- ]
- },
- {
- "title": "Wiki",
- "url": "\u002Fwiki",
- "entries": [
-
- ]
- },
- {
- "title": "News",
- "url": "\u002Fnews",
- "entries": [
-
- ]
- },
- {
- "title": "Avatar",
- "url": "\u002Finfo\u002Flv0nha\u002Favatar",
- "entries": [
-
- ]
- },
- {
- "title": "Shop",
- "url": "https:\u002F\u002Fwww.southparkshop.com\u002F?utm_source=southpark&utm_medium=referral&utm_campaign=southpar-navigation",
- "entries": [
-
- ]
- },
- {
- "title": "Forum",
- "url": "\u002Fforum",
- "entries": [
-
- ]
- },
- {
- "title": "More",
- "url": "#",
- "entries": [
- {
- "title": "Games",
- "url": "\u002Fgames",
- "entries": [
-
- ]
- },
- {
- "title": "Tegridy Farms",
- "url": "https:\u002F\u002Fcart.mn\u002Ftgdf",
- "isPopUp": "true",
- "entries": [
-
- ]
- },
- {
- "title": "The Book of Mormon",
- "url": "https:\u002F\u002Fcart.mn\u002Fbom",
- "isPopUp": "true",
- "entries": [
-
- ]
- }
- ]
- }
- ]
- },
- "seriesNav": {
- "title": "South Park",
- "url": "#top",
- "menuLabel": "Menu",
- "items": [
- {
- "title": "Episodes & Videos",
- "url": "#video-guide",
- "className": "videos"
- },
- {
- "title": "News",
- "url": "#news",
- "className": "news"
- },
- {
- "title": "About",
- "url": "#about",
- "className": "about"
- }
- ]
- },
- "search": {
- "isEnabled": true,
- "ariaLabel": "Search"
- }
- }
- },
- {
- "type": "LineList",
- "props": {
- "type": "massive",
- "items": [
- {
- "apps": null,
- "beltWrap": null,
- "id": "fbae4904-d531-4a68-abb4-a0e98b6535c8",
- "sponsorship": null,
- "ariaLabel": null,
- "meta": {
- "buttons": [
- {
- "title": "FREE EPISODES",
- "url": "\u002Fepisodes",
- "isPopUp": false
- }
- ],
- "description": "",
- "dropdown": null,
- "header": {
- "title": "",
- "weight": 1
- },
- "label": null,
- "social": null,
- "subHeader": null,
- "itemAriaLabel": null
- },
- "media": {
- "video": {
- "assets": [
- {
- "url": "\u002Fassets-repository\u002Fsouthpark\u002Fsouthpark.cc.com\u002F2401_Cartman_homepage_1920x1080.mp4",
- "bitRate": 5159,
- "width": 1920,
- "height": 1080
- },
- {
- "url": "\u002Fassets-repository\u002Fsouthpark\u002Fsouthpark.cc.com\u002F2401_Cartman_homepage_640x360.mp4",
- "bitRate": 914,
- "width": 640,
- "height": 360
- }
- ]
- }
- }
- }
- ],
- "moduleType": "inverse",
- "defaultImage": {
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:file:gsp:entertainment-assets:\u002Fwebplex\u002Fsite\u002Fsouthpark\u002Fimages\u002Fsouthpark_missing_1920x1080.jpg",
- "height": 1080,
- "width": 1920
- }
- }
- },
- {
- "type": "SeriesSubNav",
- "props": {
- "className": "tier2-nav",
- "items": [
- {
- "title": "Episodes & Videos",
- "url": "#video-guide",
- "className": "videos"
- },
- {
- "title": "News",
- "url": "#news",
- "className": "news"
- },
- {
- "title": "About",
- "url": "#about",
- "className": "about"
- }
- ]
- }
- },
- {
- "type": "LineList",
- "props": {
- "type": "promos",
- "isGrid": true,
- "items": [
-
- ],
- "itemSize": "small",
- "moduleType": "inverse",
- "defaultImage": {
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:file:gsp:entertainment-assets:\u002Fwebplex\u002Fsite\u002Fsouthpark\u002Fimages\u002Fsouthpark_missing_1920x1080.jpg",
- "height": 1080,
- "width": 1920
- }
- }
- },
- {
- "type": "Ad",
- "props": {
- "adLabel": "ADVERTISEMENT"
- }
- },
- {
- "type": "Ad",
- "props": {
- "adLabel": "ADVERTISEMENT"
- }
- },
- {
- "type": "Anchor",
- "props": {
- "sectionName": "video-guide"
- }
- },
- {
- "type": "SeasonSelector",
- "props": {
- "selectedIndex": 0,
- "items": [
- {
- "label": "Season 24",
- "url": null
- },
- {
- "label": "Season 23",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fyd9e68\u002Fseason-23"
- },
- {
- "label": "Season 22",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fwcj3pl\u002Fseason-22"
- },
- {
- "label": "Season 21",
- "url": "\u002Fseasons\u002Fsouth-park\u002Foid99e\u002Fseason-21"
- },
- {
- "label": "Season 20",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fcysw6o\u002Fseason-20"
- },
- {
- "label": "Season 19",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fbl4xrv\u002Fseason-19"
- },
- {
- "label": "Season 18",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fkrtuuh\u002Fseason-18"
- },
- {
- "label": "Season 17",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fxndhzz\u002Fseason-17"
- },
- {
- "label": "Season 16",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fjray0n\u002Fseason-16"
- },
- {
- "label": "Season 15",
- "url": "\u002Fseasons\u002Fsouth-park\u002Flpr4hd\u002Fseason-15"
- },
- {
- "label": "Season 14",
- "url": "\u002Fseasons\u002Fsouth-park\u002F328guw\u002Fseason-14"
- },
- {
- "label": "Season 13",
- "url": "\u002Fseasons\u002Fsouth-park\u002Ft4vdby\u002Fseason-13"
- },
- {
- "label": "Season 12",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fgfstdd\u002Fseason-12"
- },
- {
- "label": "Season 11",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fw0sorw\u002Fseason-11"
- },
- {
- "label": "Season 10",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fs6x4l8\u002Fseason-10"
- },
- {
- "label": "Season 9",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fz7qxgq\u002Fseason-9"
- },
- {
- "label": "Season 8",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fehqdq0\u002Fseason-8"
- },
- {
- "label": "Season 7",
- "url": "\u002Fseasons\u002Fsouth-park\u002F9ooeyv\u002Fseason-7"
- },
- {
- "label": "Season 6",
- "url": "\u002Fseasons\u002Fsouth-park\u002F4kea2v\u002Fseason-6"
- },
- {
- "label": "Season 5",
- "url": "\u002Fseasons\u002Fsouth-park\u002F2emiow\u002Fseason-5"
- },
- {
- "label": "Season 4",
- "url": "\u002Fseasons\u002Fsouth-park\u002Febik79\u002Fseason-4"
- },
- {
- "label": "Season 3",
- "url": "\u002Fseasons\u002Fsouth-park\u002F194tqq\u002Fseason-3"
- },
- {
- "label": "Season 2",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fcfnwds\u002Fseason-2"
- },
- {
- "label": "Season 1",
- "url": "\u002Fseasons\u002Fsouth-park\u002Fyjy8n9\u002Fseason-1"
- }
- ],
- "btnAriaLabel": "select season"
- }
- },
- {
- "type": "LineList",
- "props": {
- "type": "video-guide",
- "isGrid": true,
- "filters": {
- "items": [
- {
- "label": "Full Episodes",
- "url": "\u002Fapi\u002Fcontext\u002Fmgid%3Aarc%3Aseason%3Asouthparkstudios.com%3A3ab1469d-f582-11ea-834d-70df2f866ace\u002Fepisode\u002F1\u002F10\u002Fdescending"
- },
- {
- "label": "Clips",
- "url": "\u002Fapi\u002Fcontext\u002Fmgid%3Aarc%3Aseason%3Asouthparkstudios.com%3A3ab1469d-f582-11ea-834d-70df2f866ace\u002Fvideo\u002F1\u002F12"
- }
- ],
- "selectedIndex": 0
- },
- "isEpisodes": true,
- "items": [
- {
- "id": "230a4f02-f583-11ea-834d-70df2f866ace",
- "media": {
- "image": {
- "width": 1920,
- "height": 1080,
- "ratio": "16:9",
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:9eb17a06-2d5a-426f-a086-b3599427a52d?quality=0.7",
- "preserveRatio": true
- },
- "authorization": null,
- "duration": "47:16",
- "lockedLabel": null,
- "contentRatings": null
- },
- "meta": {
- "header": {
- "title": {
- "text": "S24 E1",
- "tag": "h2"
- }
- },
- "subHeader": "The Pandemic Special",
- "description": "Randy comes to terms with his role in the COVID-19 outbreak as the on-going pandemic presents continued challenges to the citizens of South Park.",
- "itemAriaLabel": "Season 24 Episode 1 watch episode",
- "date": "09\u002F30\u002F2020"
- },
- "ariaLabel": null,
- "url": "\u002Fepisodes\u002Fyy0vjs\u002Fsouth-park-the-pandemic-special-season-24-ep-1"
- }
- ],
- "isKidsUI": false,
- "as": "ul"
- }
- },
- {
- "type": "LineList",
- "props": {
- "type": "photos",
- "isCarousel": true,
- "header": {
- "title": "Photo Galleries"
- },
- "items": [
-
- ]
- }
- },
- {
- "type": "LineList",
- "props": {
- "type": "playlists",
- "isCarousel": true,
- "header": {
- "title": "Playlists"
- },
- "items": [
-
- ]
- }
- },
- {
- "type": "LineList",
- "props": {
- "type": "cast",
- "isCarousel": true,
- "header": {
- "title": "Cast"
- },
- "closeLabel": "Close",
- "items": [
-
- ]
- }
- },
- {
- "type": "Anchor",
- "props": {
- "sectionName": "news"
- }
- },
- {
- "type": "LineList",
- "props": {
- "type": "news",
- "as": "ul",
- "isGrid": true,
- "header": {
- "title": "Latest News"
- },
- "items": [
- {
- "cardType": "article",
- "datePosted": "2020-11-16T05:00:00.000+0000",
- "meta": {
- "header": {
- "title": "New Items in the Shop"
- },
- "date": "11\u002F16\u002F2020",
- "description": ""
- },
- "media": {
- "image": {
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:dc2df8aa-6dba-45f6-97c3-2a82aa766e41?quality=0.7",
- "width": 1920,
- "height": 1080,
- "aspectRatio": "16:9"
- }
- },
- "description": "New Items in the Shop",
- "url": "\u002Fnews\u002Fjf0xgh\u002Fnew-items-in-the-shop",
- "entityType": "article"
- },
- {
- "cardType": "article",
- "datePosted": "2020-11-09T05:00:00.000+0000",
- "meta": {
- "header": {
- "title": "Happy Phone Destroyer Anniversary Day!!!"
- },
- "date": "11\u002F09\u002F2020",
- "description": ""
- },
- "media": {
- "image": {
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:702943a0-8e6d-45bf-9442-02719026d06a?quality=0.7",
- "width": 2393,
- "height": 1440,
- "aspectRatio": "16:9"
- }
- },
- "description": "Happy Phone Destroyer Anniversary Day!!!",
- "url": "\u002Fnews\u002Fkkd7id\u002Fhappy-phone-destroyer-anniversary-day",
- "entityType": "article"
- },
- {
- "cardType": "article",
- "datePosted": "2020-10-30T04:00:00.000+0000",
- "meta": {
- "header": {
- "title": "Introducing Sassy Justice - a new project from the co-creators of South Park"
- },
- "date": "10\u002F30\u002F2020",
- "description": ""
- },
- "media": {
- "image": {
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:1218eff9-cd6a-44b3-a6e4-2a10b8ed9a57?quality=0.7",
- "width": 1280,
- "height": 720,
- "aspectRatio": "16:9"
- }
- },
- "description": "Introducing Sassy Justice - a new project from the co-creators of South Park",
- "url": "\u002Fnews\u002Fyumm0a\u002Fintroducing-sassy-justice-a-new-project-from-the-co-creators-of-south-park",
- "entityType": "article"
- },
- {
- "cardType": "article",
- "datePosted": "2020-10-22T00:00:00.000+0000",
- "meta": {
- "header": {
- "title": "South Park Halloween Pumpkin Stencils!"
- },
- "date": "10\u002F21\u002F2020",
- "description": ""
- },
- "media": {
- "image": {
- "id": "8d613e3a-d43e-47eb-8f8c-b095d625660a",
- "width": 950,
- "height": 540,
- "aspectRatio": "51:29",
- "resizable": false,
- "title": "10-19-2018-960X540_PUMPKINS_blog",
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:8d613e3a-d43e-47eb-8f8c-b095d625660a?quality=0.7",
- "shortId": "fy2at4",
- "imageCredits": [
-
- ]
- }
- },
- "description": "South Park Halloween Pumpkin Stencils!",
- "url": "\u002Fnews\u002Fncs5sm\u002Fsouth-park-halloween-pumpkin-stencils",
- "entityType": "article"
- },
- {
- "cardType": "article",
- "datePosted": "2020-10-05T04:00:00.000+0000",
- "meta": {
- "header": {
- "title": "How South Park Filled the Stands with Character Cutouts at Mile High Stadium"
- },
- "date": "10\u002F05\u002F2020",
- "description": ""
- },
- "media": {
- "image": {
- "url": "https:\u002F\u002Fsouthparkstudios.mtvnimages.com\u002Furi\u002Fmgid:arc:content:shared.southpark.us.en:ce14b4f1-5e40-418a-8958-086894190997?quality=0.7",
- "width": 1920,
- "height": 1080,
- "aspectRatio": "16:9"
- }
- },
- "description": "How South Park Filled the Stands with Character Cutouts at Mile High Stadium",
- "url": "\u002Fnews\u002F9m7gg6\u002Fhow-south-park-filled-the-stands-with-character-cutouts-at-mile-high-stadium",
- "entityType": "article"
- }
- ],
- "loadMore": {
- "title": "Load More",
- "loadingTitle": "Loading More\n",
- "url": "\u002Fapi\u002Fnews\u002F2\u002F5\u002F27964d3c-ecfd-11e0-aca6-0026b9414f30"
- }
- }
- },
- {
- "type": "LineList",
- "props": {
- "cardType": "guest",
- "cellSelector": "[data-display-name=\"Card:Guest\"]",
- "isCarousel": true,
- "isGrid": false,
- "itemType": "guest",
- "type": "guest",
- "header": {
- "title": ""
- },
- "items": [
-
- ]
- }
- },
- {
- "type": "Anchor",
- "props": {
- "sectionName": "about"
- }
- },
- {
- "type": "About",
- "props": {
- "title": "About South Park",
- "copy": "Relive the dawn of the South Park era, with legendary episodes of the groundbreaking, Emmyr Award-winning animated classic. Follow everyone's favorite troublemakers-Stan, Kyle, Cartman and Kenny--from the very beginning of their unforgettable adventures.",
- "social": {
- "label": "Follow",
- "items": [
-
- ]
- }
- }
- },
- {
- "type": "AdReporting",
- "props": {
- "repoData": {
- "website": {
- "adCall1x2": false,
- "adCall6x6": true,
- "adCall3x3": true
- },
- "doubleClick": {
- "enabled": true,
- "positionThreshold": 3,
- "adReloadable": true,
- "adReloadTime": 300000,
- "disablePOE": false,
- "metadata": {
- "property": "comedy_central"
- },
- "adUnits": {
- "1": "@property",
- "2": "south_park_site",
- "3": "shows"
- },
- "keyValues": {
- "section": "home",
- "franchise": "south_park",
- "seriesalias": "south_park",
- "subject": "south_park",
- "uuid": "d1fh0k",
- "site_region": ""
- },
- "exclusionCategories": "hub_pages"
- },
- "omniture": {
- "enabled": true,
- "dynamicAccountSelection": true,
- "videoViewEventDisable": true,
- "enableVisitorNameSpace": true,
- "defaultHier": "hier1",
- "pageName": "southpark|shows|series-main|south_park",
- "channel": "shows",
- "contextData": {
- "v.pv": true,
- "v.channel": "shows",
- "v.brandID": "southpark-us",
- "v.templateType": "Webplex Template - Series Main",
- "v.pageType": "series-main",
- "v.pageSeries": "south-park",
- "v.pageFranchise": "no-franchise",
- "v.pageURL": "southpark.cc.com\u002Fseasons\u002Fsouth-park",
- "v.pageEvent": "no-event",
- "v.vidEpTitle": "no-title",
- "v.language": "en-us",
- "v.countryName": "us",
- "v.activity": "pageview",
- "v.webVersion": "webplex-0aec028e7-2090-2020-11-17",
- "v.playerVersion": "3.1.5",
- "v.tveVersion": "4.9.2"
- }
- },
- "trackingPixels": {
- "googleTagManager": [
- ""
- ],
- "facebook": [
- ""
- ]
- }
- },
- "bentoURL": "https:\u002F\u002Fbtg.mtvnservices.com\u002Faria\u002Fbentojs.js?site=webplex-southpark-cc&v=2.4.1",
- "tveEnabled": true
- }
- },
- {
- "type": "BalaNotifier",
- "props": {
- "publishDate": 1588996800000,
- "content": "By using this site, you agree to its \u003Ca target='_blank' tabindex='0' class='balaLink' href=\"\u002Flegal\u002Fbhws2g\u002Fprivacy-policy\u002F\" target=\"_blank\"\u003EPrivacy Policy\u003C\u002Fa\u003E and \u003Ca target='_blank' tabindex='0' class='balaLink' href=\"\u002Flegal\u002Fo3ccr8\u002Fterms-of-use\" target=\"_blank\"\u003ETerms of Use\u003C\u002Fa\u003E.",
- "suppressRefresh": false,
- "ariaCloseLabel": "Close",
- "isClickOutsideHandlerDisabled": true
- }
- }
- ]
- },
- {
- "type": "Footer",
- "props": {
- "navs": [
- {
- "items": [
- {
- "url": "\u002Finfo\u002Fjveh1j\u002Fcreator-bios",
- "title": "Creator Bios"
- },
- {
- "url": "\u002Finfo\u002Ftkdxo6\u002Fcast-and-crew",
- "title": "Cast and Crew"
- },
- {
- "url": "\u002Finfo\u002Fea4cty\u002Fweb-credits",
- "title": "Web Credits"
- },
- {
- "url": "\u002Finfo\u002Fz67g4e\u002Fcontact",
- "title": "Contact"
- },
- {
- "url": "\u002Flegal\u002Fbhws2g\u002Fprivacy-policy",
- "title": "Privacy Policy"
- },
- {
- "url": "https:\u002F\u002Fwww.viacomprivacy.com\u002F",
- "title": "Do Not Sell My Personal Information"
- },
- {
- "url": "\u002Flegal\u002Fo3ccr8\u002Fterms-of-use",
- "title": "Terms of Use"
- },
- {
- "url": "\u002Flegal\u002F21l5d9\u002Fclosed-captioning",
- "title": "Closed Captioning"
- },
- {
- "url": "\u002Flegal\u002Fxuqfse\u002Fcopyright-compliance",
- "title": "Copyright Compliance"
- },
- {
- "url": "http:\u002F\u002Fsrp.viacom.com\u002Fsitefaq.html",
- "title": "Ad Choices"
- },
- {
- "url": "\u002Finfo\u002Fthmcbs\u002Fshow-disclaimer",
- "title": "Show Disclaimer"
- },
- {
- "url": "\u002Finfo\u002Ftx83no\u002Fvideo-privacy-terms",
- "title": "Video Privacy Terms"
- }
- ]
- }
- ],
- "socialShare": {
- "items": [
- {
- "type": "facebook",
- "url": "https:\u002F\u002Fwww.facebook.com\u002Fsouthpark\u002F",
- "ariaLabel": "follow on"
- },
- {
- "type": "twitter",
- "url": "https:\u002F\u002Ftwitter.com\u002FSouthPark",
- "ariaLabel": "follow on"
- },
- {
- "type": "instagram",
- "url": "https:\u002F\u002Fwww.instagram.com\u002Fsouthpark\u002F",
- "ariaLabel": "follow on"
- }
- ]
- },
- "copyright": "2020 South Park Digital Studios LLC.\n\nAll Rights Reserved.\n\nSouth Park c 2020 Comedy Partners.\n\nAll Rights Reserved. Comedy Central.\n\nSouth Park and all related titles, logos and characters are trademarks of Comedy Partners."
- }
- },
- {
- "type": "HtmlComment",
- "props": {
- "comment": "PAGEOK"
- }
- }
- ]
- }
And I have the class information of that I pasted as JSON in my app:
Basically the type at the top populates with data at the top.
The first props branch data is returned under it.
When I go into the Children branch type returns a value thru the loop of all the Children[x] values, however the Children branch for example Title > Text returns a null value. Example of the JSON output to the point it fails to contain data or should say it returns:
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at ShowWebsiteDownloader.Program.Main() in C:\Users\syarbrou.ICEO\source\repos\ShowWebsiteDownloader\ShowWebsiteDownloader\Program.cs:line 551